-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 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": "react-webpack-sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --hot",
"build": "webpack",
"postinstall": "shx rm -rf typings && typings install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/lodash": "^4.14.40",
"@types/react": "^0.14.50",
"@types/react-dom": "^0.14.19",
"@types/redux": "^3.6.31",
"@types/redux-thunk": "^2.1.31",
"@types/sprintf": "0.0.28",
"copy-webpack-plugin": "^3.0.1",
"file-loader": "^0.9.0",
"node-sass": "^3.10.1",
"progress-bar-webpack-plugin": "^1.9.0",
"shx": "^0.2.1",
"ts-loader": "^0.8.2",
"tslint": "^4.0.0",
"tslint-loader": "^3.2.0",
"typescript": "^2.0.3",
"typings": "^1.4.0",
"webpack": "^1.13.2",
"webpack-load-plugins": "^0.1.2"
},
"dependencies": {
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"lodash": "^4.16.2",
"material-ui": "^0.16.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"sass-loader": "^4.0.2",
"sprintf": "^0.1.5",
"style-loader": "^0.13.1",
"webpack-dev-server": "^1.16.1"
}
}