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