-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 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
{
"name": "webvr-react-redux",
"version": "1.0.0",
"description": "An example of using A-Frame with React and Redux.",
"dependencies": {
"aframe": "0.3.1",
"aframe-react": "2.0.0",
"babel-polyfill": "^6.16.0",
"immutable": "^3.8.1",
"react": "0.14.*",
"react-dom": "0.14.*",
"react-redux": "^4.4.5",
"redux": "^3.6.0"
},
"scripts": {
"build": "./scripts/build.sh",
"build-js": "webpack -p --define process.env.NODE_ENV='\"production\"'",
"serve": "twistd -n web --path ./src -p 8087",
"serve-js": "webpack-dev-server --content-base src --progress --watch --history-api-fallback --inline --hot --host 0.0.0.0 --port 8088"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rspace/webvr-react-redux.git"
},
"keywords": [
"aframe",
"react",
"vr",
"a-frame",
"mozvr",
"webvr"
],
"author": "Casper Fabricius <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rspace/webvr-react-redux/issues"
},
"homepage": "https://github.com/rspace/webvr-react-redux#readme",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.11.6",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
}
}