This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
forked from primer/doctocat
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 2 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
{
"name": "@primer/gatsby-theme-doctocat",
"version": "0.16.6",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "jest"
},
"devDependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.13.52",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"peerDependencies": {
"gatsby": "2.x",
"react": "16.9.x",
"react-dom": "16.9.x"
},
"dependencies": {
"@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/components": "^15.1.1",
"@primer/octicons-react": "^9.1.1",
"@styled-system/theme-get": "^5.0.12",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.3",
"axios": "^0.19.0",
"babel-jest": "^24.9.0",
"copy-to-clipboard": "^3.2.0",
"date-fns": "^2.0.1",
"details-element-polyfill": "^2.4.0",
"downshift": "^3.2.10",
"find-up": "^4.1.0",
"framer-motion": "^1.4.2",
"fuse.js": "^3.4.5",
"gatsby-plugin-catch-links": "^2.1.2",
"gatsby-plugin-manifest": "^2.2.1",
"gatsby-plugin-mdx": "^1.0.13",
"gatsby-plugin-page-creator": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-remove-trailing-slashes": "^2.1.2",
"gatsby-plugin-styled-components": "^3.1.0",
"gatsby-source-filesystem": "^2.1.0",
"gatsby-transformer-yaml": "^2.2.0",
"get-pkg-repo": "^4.1.0",
"github-slugger": "^1.2.1",
"html-react-parser": "^0.9.1",
"jest": "^24.9.0",
"lodash.uniqby": "^4.7.0",
"pkg-up": "^3.1.0",
"pluralize": "^8.0.0",
"preval.macro": "^3.0.0",
"prism-react-renderer": "^0.1.7",
"react-addons-text-content": "^0.0.4",
"react-element-to-jsx-string": "^14.0.3",
"react-focus-on": "^3.0.6",
"react-frame-component": "^4.1.1",
"react-helmet": "^5.2.1",
"react-live": "^2.1.2",
"react-measure": "^2.3.0",
"read-pkg-up": "^6.0.0",
"sentence-case": "^2.1.1",
"styled-components": "^4.3.2",
"styled-system": "^5.0.18"
}
}