-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.75 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
{
"name": "gatsby-theme-powerboard-base",
"author": "Shannon Smith <shannon@powerboard.co.nz>",
"repository": {
"type": "git",
"url": "https://github.com/shansmith01/gatsby-theme-powerboard-base/"
},
"version": "1.0.14",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.11.7",
"gatsby-plugin-styled-components": "^3.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.3.2"
},
"dependencies": {
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.11.7",
"gatsby-image": "^2.2.8",
"gatsby-plugin-compile-es6-packages": "^1.1.0",
"gatsby-plugin-manifest": "^2.2.0",
"gatsby-plugin-offline": "^2.2.0",
"gatsby-plugin-page-creator": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.2.0",
"gatsby-plugin-sharp": "^2.2.4",
"gatsby-plugin-sitemap": "^2.2.2",
"gatsby-plugin-styled-components": "^3.1.0",
"gatsby-transformer-sharp": "^2.2.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-spring": "^8.0.25",
"styled-components": "^4.3.2",
"styled-system": "^5.0.12"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-loader": "^2.2.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"gatsby-plugin-eslint": "^2.0.5",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"styled-components"
]
}