-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "n4f-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"dotenv": "^8.0.0",
"firebase-cli": "^1.2.0",
"formik": "^1.5.7",
"gatsby": "^2.7.5",
"gatsby-image": "^2.1.2",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-source-prismic": "^2.3.0-alpha.3",
"gatsby-transformer-sharp": "^2.1.21",
"global": "^4.3.2",
"grommet": "^2.7.1",
"prismic-reactjs": "^0.3.2",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"styled-components": "^4.2.0",
"yup": "^0.27.0"
},
"sasslintConfig": "sass-lint.yml",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"lint": "eslint src/; sass-lint -v -q"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint": "5.6.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"eslint-plugin-react-with-styles": "^2.1.0",
"node-sass": "^4.12.0",
"sass-lint": "^1.12.1"
}
}