-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "tw-national-treasure",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "webpack-dev-server --devtool eval --progress --color --hot --content-base build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.production.config.js --progress --profile --colors"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel": "^5.8.3",
"babel-core": "^5.0.9",
"babel-loader": "^5.3.2",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"axios": "^0.16.1",
"css-loader": "^0.23.1",
"file-loader": "^0.11.1",
"lodash": "^4.17.4",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-fontawesome": "^1.6.1",
"react-helmet": "^5.2.0",
"react-lazy-load": "^3.0.12",
"react-lazyload": "^2.2.7",
"react-onclickoutside": "^5.11.1",
"react-redux": "^5.0.2",
"react-router": "2.5.2",
"react-router-scroll": "^0.4.2",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"style-loader": "^0.13.0",
"url-loader": "0.5.7"
}
}