-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
47 lines (47 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
{
"name": "",
"version": "0.0.0",
"description": "",
"scripts": {},
"keywords": [],
"author": "",
"license": "MIT",
"scripts": {
"build": "webpack --build",
"dev": "webpack --dev"
},
"devDependencies": {
"assets-webpack-plugin": "^3.4.0",
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"clean-webpack-plugin": "^0.1.10",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"image-webpack-loader": "^2.0.0",
"node-sass": "^3.9.3",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-lite": "^0.15.18",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"sass-loader": "^3.2.3",
"style-loader": "^0.13.1",
"svg-url-loader": "^1.1.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^0.14.1",
"webpack-validator": "^2.2.7"
},
"dependencies": {}
}