-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "webvr-facebook",
"version": "0.0.1",
"description": "WebVR Facebook project",
"main": "src/main.js",
"dependencies": {
"alt": "^0.18.4",
"alt-container": "^1.0.2",
"babel-loader": "^6.2.4",
"material-ui": "^0.14.4",
"react-addons-css-transition-group": "^0.14.7",
"react-tap-event-plugin": "^0.2.2",
"react-three-renderer": "^0.1.2",
"react-three-renderer-html3d": "^0.1.3",
"react-vendor-prefix": "0.0.1",
"three": "^0.75.0",
"webpack": "^1.12.14"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.3",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"eslint": "^2.8.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^5.0.1",
"expect": "^1.18.0",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"dev": "node server.js",
"build": "webpack --config webpack.config.js -p"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/Colmea/webvr-facebook.git"
},
"author": "",
"license": "BSD-2-Clause"
}