-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 836 Bytes
/
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
{
"name": "mip-communication-website",
"version": "0.5.0",
"description": "The landing website that presents MIP",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/gatsby develop"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"gatsby": "^1.2.0",
"gatsby-link": "^1.0.9",
"gatsby-source-contentful": "^1.2.0",
"lodash.groupby": "^4.6.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-markdown": "^2.5.0",
"react-transition-group": "^1.2.0",
"warning": "^3.0.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0"
}
}