-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.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
{
"name": "@orangejellyfish/gatsby-starter-netlify-cms",
"description": "Gatsby starter kit for orangejellyfish projects",
"version": "0.1.0",
"repository": "github:orangejellyfish/gatsby-starter-base",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"test": "jest"
},
"dependencies": {
"bootstrap": "^4.1.1",
"gatsby": "^1.9.262",
"gatsby-link": "^1.6.44",
"gatsby-plugin-offline": "^1.0.16",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-sass": "^1.0.26",
"gatsby-remark-copy-linked-files": "^1.5.32",
"gatsby-source-filesystem": "^1.5.35",
"gatsby-transformer-remark": "^1.7.41",
"jquery": "^3.3.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-helmet": "^5.2.0",
"reactstrap": "^6.0.1"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"jest": "^23.1.0"
}
}