-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.43 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
{
"name": "simple-web-starter",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test:lint": "eslint . --cache",
"start": "webpack-dev-server --open --progress --hot --color --env development",
"build": "webpack -p --env production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.26.1",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-standard": "^7.1.0",
"eslint-config-standard-react": "^4.3.0",
"eslint-loader": "^1.6.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^2.1.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.2.1",
"node-sass": "^4.5.2",
"path": "^0.12.7",
"postcss-loader": "^2.0.5",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.5",
"style-loader": "^0.13.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^3.0.0"
},
"dependencies": {
"jquery": "^3.2.1",
"normalize.css": "^7.0.0"
}
}