1 {
2 "name": "documentation",
3 "version": "1.0.0",
4 "repository": {
5 "type": "git",
6 "url": "git+https://github.com/npm/documentation.git"
7 },
8 "private": true,
9 "scripts": {
10 "//": "https://github.com/parcel-bundler/parcel/issues/7702",
11 "gatsby": "PARCEL_WORKERS=0 gatsby",
12 "develop": "npm run gatsby -- develop",
13 "develop:ssr": "GATSBY_DEV_SSR=true npm run develop",
14 "build": "npm run gatsby -- build --verbose --log-pages",
15 "clean": "npm run gatsby -- clean",
16 "serve": "npm run gatsby -- serve",
17 "lint": "eslint \"**/*.{js,mjs,mdx}\"",
18 "postlint": "template-oss-check",
19 "template-oss-apply": "template-oss-apply --force",
20 "lintfix": "npm run eslint -- --fix",
21 "test": "jest",
22 "posttest": "npm run lint",
23 "test-all": "npm run test -ws -iwr --if-present",
24 "lint-all": "npm run lint -ws -iwr --if-present",
25 "format": "prettier --write .",
26 "format:check": "prettier --check .",
27 "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
28 },
29 "workspaces": [
30 "cli/"
31 ],
32 "dependencies": {
33 "@mdx-js/mdx": "^3.0.0",
34 "@mdx-js/react": "^3.0.0",
35 "@octokit/plugin-retry": "^7.1.1",
36 "@octokit/plugin-throttling": "^9.1.0",
37 "@octokit/rest": "^21.0.0",
38 "@primer/octicons-react": "^19.8.0",
39 "@primer/react": "^36.17.0",
40 "babel-plugin-styled-components": "^2.1.4",
41 "copy-to-clipboard": "^3.3.3",
42 "deepmerge": "^4.3.1",
43 "details-element-polyfill": "^2.4.0",
44 "downshift": "^9.0.4",
45 "framer-motion": "^11.0.3",
46 "fuse.js": "^7.0.0",
47 "gatsby": "^5.13.1",
48 "gatsby-plugin-manifest": "^5.13.0",
49 "gatsby-plugin-mdx": "^5.13.0",
50 "gatsby-plugin-meta-redirect": "^1.1.1",
51 "gatsby-plugin-styled-components": "^6.13.0",
52 "gatsby-source-filesystem": "^5.13.0",
53 "gatsby-transformer-yaml": "^5.13.0",
54 "github-slugger": "^2.0.0",
55 "lodash.debounce": "4.0.8",
56 "prism-react-renderer": "^2.3.1",
57 "prismjs": "^1.29.0",
58 "react": "^18.2.0",
59 "react-addons-text-content": "^0.0.4",
60 "react-dom": "^18.2.0",
61 "react-focus-on": "^3.9.1",
62 "remark-frontmatter": "^5.0.0",
63 "remark-gfm": "^3.0.1",
64 "styled-components": "^5.3.11",
65 "styled-system": "^5.1.5"
66 },
67 "devDependencies": {
68 "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
69 "@github/prettier-config": "^0.0.6",
70 "@npmcli/eslint-config": "^5.0.0",
71 "@npmcli/template-oss": "4.23.3",
72 "@testing-library/dom": "^10.4.0",
73 "@testing-library/jest-dom": "^6.2.0",
74 "@testing-library/react": "^16.0.0",
75 "babel-jest": "^29.7.0",
76 "eslint": "^8.56.0",
77 "eslint-config-react-app": "^7.0.1",
78 "eslint-import-resolver-typescript": "^3.6.1",
79 "eslint-import-resolver-webpack": "^0.13.8",
80 "eslint-mdx": "^3.1.3",
81 "eslint-plugin-github": "^5.0.1",
82 "eslint-plugin-import": "^2.29.1",
83 "eslint-plugin-jsx-a11y": "^6.8.0",
84 "eslint-plugin-mdx": "^3.1.3",
85 "eslint-plugin-node": "^11.1.0",
86 "eslint-plugin-prettier": "^5.1.2",
87 "eslint-plugin-primer-react": "^5.0.0",
88 "eslint-plugin-promise": "^7.0.0",
89 "eslint-plugin-react": "^7.33.2",
90 "eslint-plugin-react-hooks": "^4.6.0",
91 "jest": "^29.7.0",
92 "jest-environment-jsdom": "^29.7.0",
93 "prettier": "^3.1.1"
94 },
95 "author": "GitHub Inc.",
96 "engines": {
97 "node": ">=22.0.0"
98 },
99 "templateOSS": {
100 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
101 "version": "4.23.3",
102 "content": "./scripts/template-oss"
103 }
104 }