forked from tdtds/takuhai_tracker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 934 Bytes
/
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
{
"name": "takuhai_tracker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"production": "webpack -p",
"develop": "webpack -d",
"watch": "webpack -d --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "npm run production"
},
"author": "TADA, Tadashi",
"license": "GPL",
"engine": {
"node": "^6.1.0",
"npm": "^3.8.6"
},
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"flumpt": "^0.3.1",
"material-ui": "^0.19.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {}
}