-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "mms-starter-web",
"description": "MMS Starter",
"version": "1.0.0",
"author": "Mobelux <web@mobelux.com>",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "7.1.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"classnames": "^2.2.5",
"gatsby": "^1.9.158",
"gatsby-link": "^1.6.34",
"gatsby-plugin-postcss-sass": "^1.0.18",
"gatsby-plugin-react-helmet": "^2.0.3",
"gatsby-plugin-react-next": "^1.0.10",
"gatsby-plugin-sass": "^1.0.23",
"gatsby-source-mms": "^0.3.5",
"react": "^16.2.0",
"react-ga": "^2.4.1",
"react-helmet": "^5.2.0",
"react-imgix": "^7.1.1",
"react-svg-inline": "^2.1.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"prettier": "^1.11.1"
},
"keywords": [
"gatsby"
],
"private": true,
"main": "index.js",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "eslint src/",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
}
}