-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.62 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
51
{
"name": "isaacranks",
"version": "1.0.0",
"description": "isaacranks JS application",
"engines": {
"node": "4.1.1",
"npm": "3.3.3"
},
"main": "index.js",
"scripts": {
"build": "webpack --display-error-details --config js/webpack.config.js --env production --optimize-minimize --define process.env.NODE_ENV=\"'production'\"",
"watch": "webpack --progress --colors --watch --config js/webpack.config.js --env development"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"exports-loader": "^0.6.4",
"history": "^4.6.3",
"immutable": "^3.8.1",
"imports-loader": "^0.7.1",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-bootstrap": "^0.31.1",
"react-dom": "^15.6.1",
"react-hotkeys": "^0.10.0",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-router-redux": "next",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"scriptjs": "^2.5.8",
"webpack": "^3.3.0",
"whatwg-fetch": "^2.0.3",
"zero-fill": "^2.2.3"
}
}