-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
91 lines (91 loc) · 2.74 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
{
"name": "@primer/gatsby-theme-doctocat",
"version": "5.1.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "jest",
"lint": "eslint '**/*.{js,ts,tsx}'",
"lint:fix": "npm run lint -- --fix"
},
"prettier": "@github/prettier-config",
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0"
},
"devDependencies": {
"@github/prettier-config": "^0.0.6",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-primer-react": "^4.0.3",
"eslint-plugin-react": "^7.26.1",
"gatsby": "^3.14.6",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"gatsby": "3.x",
"react": "^18.x",
"react-dom": "^18.x"
},
"dependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@mdx-js/mdx": "^1.0.21",
"@mdx-js/react": "^1.0.21",
"@primer/component-metadata": "^0.5.1",
"@primer/octicons-react": "^17.5.0",
"@primer/react": "^36.1.0",
"@styled-system/theme-get": "^5.0.12",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"axios": "^1.5.0",
"babel-jest": "^29.7.0",
"babel-plugin-styled-components": "^2.0.7",
"copy-to-clipboard": "^3.2.0",
"date-fns": "^2.28.0",
"details-element-polyfill": "^2.4.0",
"downshift": "^3.2.10",
"find-up": "^6.3.0",
"framer-motion": "^1.4.2",
"fuse.js": "^7.0.0",
"gatsby-plugin-catch-links": "^3.14.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-mdx": "^1.0.13",
"gatsby-plugin-page-creator": "^3.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-remove-trailing-slashes": "^3.14.0",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-yaml": "^3.14.0",
"get-pkg-repo": "^5.0.0",
"github-slugger": "^1.2.1",
"html-react-parser": "^5.0.3",
"jest": "^29.7.0",
"lodash.debounce": "4.0.8",
"lodash.uniqby": "^4.7.0",
"path-browserify": "^1.0.1",
"pkg-up": "^3.1.0",
"pluralize": "^8.0.0",
"preval.macro": "^3.0.0",
"prism-react-renderer": "^1.2.0",
"prismjs": "^1.27.0",
"react-addons-text-content": "^0.0.4",
"react-element-to-jsx-string": "^15.0.0",
"react-focus-on": "^3.3.0",
"react-helmet": "^6.1.0",
"react-live": "^2.1.2",
"react-measure": "^2.5.2",
"read-pkg-up": "^6.0.0",
"sentence-case": "^2.1.1",
"styled-components": "^5.3.11",
"styled-system": "^5.0.18",
"worker-loader": "^3.0.2"
}
}