forked from npm/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.93 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
{
"name": "theme",
"version": "1.0.0",
"repository": {
"url": "https://github.com/npm/documentation.git",
"directory": "theme",
"type": "git"
},
"private": true,
"main": "index.js",
"license": "MIT",
"prettier": "@github/prettier-config",
"scripts": {
"test": "jest",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"posttest": "npm run lint"
},
"peerDependencies": {
"gatsby": "^4.19.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"@github/combobox-nav": "^2.1.5",
"@mdx-js/mdx": "^2.2.1",
"@mdx-js/react": "^1.6.22",
"@primer/components": "^23.0.0",
"@primer/octicons-react": "^17.10.0",
"@primer/react": "^35.16.0",
"@styled-system/theme-get": "^5.1.2",
"@testing-library/react": "^9.5.0",
"axios": "^1.2.2",
"babel-plugin-styled-components": "^2.0.7",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^2.29.3",
"details-element-polyfill": "^2.4.0",
"downshift": "^3.4.8",
"find-up": "^6.3.0",
"framer-motion": "^3.10.6",
"fuse.js": "^3.6.1",
"gatsby-plugin-catch-links": "^4.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-styled-components": "^5.25.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-yaml": "^4.25.0",
"get-pkg-repo": "^5.0.0",
"github-slugger": "^1.5.0",
"html-react-parser": "^1.4.14",
"lodash.debounce": "4.0.8",
"lodash.uniqby": "^4.7.0",
"pkg-up": "^3.1.0",
"pluralize": "^8.0.0",
"preval.macro": "^5.0.0",
"prism-react-renderer": "^0.2.0",
"react-addons-text-content": "^0.0.4",
"react-element-to-jsx-string": "^14.3.4",
"react-focus-on": "^3.7.0",
"react-frame-component": "^4.1.3",
"react-helmet": "^6.1.0",
"react-live": "^2.4.1",
"react-measure": "^2.5.2",
"read-pkg-up": "^6.0.0",
"sentence-case": "^2.1.1",
"styled-components": "^5.3.6",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@github/prettier-config": "^0.0.6",
"@npmcli/template-oss": "4.11.0",
"@testing-library/jest-dom": "^5.16.5",
"babel-jest": "^29.3.1",
"eslint": "^8.33.0",
"eslint-plugin-github": "^4.6.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-primer-react": "1.0.1",
"eslint-plugin-react": "^7.31.11",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.8.3"
},
"author": "GitHub Inc.",
"engines": {
"node": ">=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.11.0",
"content": "./scripts/template-oss"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
}
}