forked from apollographql/gatsby-theme-apollo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "@unchainedshop/gatsby-theme-apollo-core",
"version": "3.0.26",
"main": "index.js",
"description": "A theme for bootstrapping Gatsby websites at Apollo",
"author": "Trevor Blades <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/unchainedshop/gatsby-theme-unchained.git",
"directory": "packages/gatsby-theme-apollo-core"
},
"dependencies": {
"@apollo/space-kit": "^5.6.0",
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@svgr/webpack": "^4.2.0",
"gatsby-plugin-emotion": "^4.0.3",
"gatsby-plugin-less": "^3.0.1",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-svgr": "^2.0.1",
"less": "^3.10.1",
"lodash": "^4.17.14",
"polished": "^2.3.3",
"prop-types": "^15.6.2",
"react-helmet": "^5.2.0",
"react-use": "^9.11.0"
},
"devDependencies": {
"gatsby": "^2.24.23",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"peerDependencies": {
"gatsby": "^2.13.80",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}