forked from lowtalkers/escape-reality
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.05 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "escape-reality",
"version": "1.0.0",
"description": "",
"dependencies": {
"aframe": "^0.3.2",
"aframe-animation-component": "^3.0.4",
"aframe-bmfont-text-component": "^0.1.4",
"aframe-core": "^0.1.6",
"aframe-draw-component": "^1.5.0",
"aframe-react": "^3.4.0",
"aframe-text-component": "^0.3.0",
"aframe-textwrap-component": "^1.0.1",
"aws-sdk": "^2.7.6",
"babel": "^6.3.13",
"babel-polyfill": "^6.3.14",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"compression": "^1.6.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"fecha": "^2.3.0",
"html-entities": "^1.2.0",
"jquery": "^3.1.1",
"material-ui": "^0.16.4",
"mysql": "^2.12.0",
"path": "^0.12.7",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-iframe": "0.0.4",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^2.0.1",
"redis": "^2.6.3",
"request": "^2.78.0",
"sequelize": "^3.25.0",
"sharp": "^0.16.2",
"validator": "^6.2.0",
"vex-js": "^3.0.0",
"webpack": "^1.13.3"
},
"scripts": {
"start": "node server/server.js",
"webpack": "webpack -d --progress --colors --watch",
"webpack-production": "webpack --progress --config ./webpack.config.production.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amadk/escape-reality.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amadk/escape-reality/issues"
},
"homepage": "https://github.com/amadk/escape-reality#readme",
"devDependencies": {
"babel": "^6.3.13",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.3.13",
"css-loader": "^0.23.0",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}