-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 830 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
{
"name": "three_react",
"version": "0.1.0",
"scripts": {
"start": "DEBUG=true node server.js",
"build": "webpack -p --config webpack.production.js",
"build-dev": "webpack -p"
},
"dependencies": [
"babel-core: ^5.0.0",
"es6-promise: ^3.0.2",
"lodash: ^3.10.1",
"react-dom: ^0.14.0",
"react-redux: ^4.0.0",
"react: ^0.14.0",
"react-three: 0.7.4",
"redux-devtools: ^2.1.5",
"redux-thunk: ^1.0.0",
"redux: ^3.0.4",
"three: 0.72.0",
"whatwg-fetch: ^0.10.1"
],
"devDependencies": [
"webpack: ^1.12.6",
"webpack-dev-server: ^1.12.1",
"css-loader: ^0.23.0",
"babel-core: ^5.0.0",
"babel-loader: ^5.0.0",
"react-hot-loader: ^1.3.0",
"style-loader: ^0.13.0",
"extract-text-webpack-plugin: ^0.9.1",
"cssnext-loader: ^1.0.1"
]
}