-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1009 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
{
"name": "magic-triangle",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "webpack --env.dev; cp src/index.html dist/index.html"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.16.0",
"babel-loader": "^7.1.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.28.4",
"eslint": "^4.0.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-react": "^7.1.0",
"immutable": "^3.8.1",
"lodash": "^4.14.1",
"node-sass": "^4.5.3",
"react": "^15.3.0",
"react-addons-css-transition-group": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^5.0.5",
"redux": "^3.5.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^1.1.2",
"webpack": "^3.0.0",
"webpack-config-utils": "^2.1.0",
"webpack-dev-server": "^3.2.1",
"webpack-validator": "^3.0.0"
}
}