forked from zoeydawn/immersive-learning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
52
53
54
55
56
57
{
"name": "immersive-learning",
"version": "1.0.0",
"description": "",
"main": "server/app.js",
"scripts": {
"start": "node server/app.js"
},
"engines": {
"node": "6"
},
"keywords": [],
"author": "",
"license": "",
"dependencies": {
"aframe": "^0.3.2",
"aframe-audioanalyser-component": "^3.0.0",
"aframe-animation-component": "^3.0.4",
"aframe-bmfont-text-component": "^0.1.4",
"aframe-react": "^3.4.0",
"aframe-text-component": "^0.3.0",
"axios": "^0.15.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"body-parser": "^1.15.2",
"bootstrap-loader": "^2.0.0-beta.12",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.25.0",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"jquery": "^3.1.1",
"material-ui": "^0.16.1",
"morgan": "^1.7.0",
"node-sass": "^3.10.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.6.0",
"redux-devtools-extension": "^1.0.0",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"socket.io": "^1.5.1",
"socket.io-client": "^1.5.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"uuid": "^2.0.3",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.0"
}
}