This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.24 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": "player-forge",
"version": "1.0.0",
"description": "the big green button",
"main": "dist/app/app.js",
"scripts": {
"start": "node dist/app/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"db:initialize": "node dist/app/utils/initializeDB.js",
"ied": "npm rebuild node-sass"
},
"author": "Katie <katie@player.me>",
"license": "ISC",
"dependencies": {
"ansi_up": "^1.3.0",
"babel-loader": "^6.2.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-async-to-generator": "^6.4.6",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-regenerator": "^6.3.4",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.3.19",
"body-parser": "^1.14.2",
"child-process-promise": "^1.1.0",
"del": "^2.2.0",
"express": "^4.13.4",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-hash": "^3.0.6",
"gulp-notify": "^2.2.0",
"gulp-mustache": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"history": "^1.17.0",
"immutable": "^3.7.6",
"moment": "^2.11.1",
"morgan": "^1.6.1",
"node-uuid": "^1.4.7",
"radium": "^0.16.5",
"react": "^0.14.7",
"react-custom-scrollbars": "^2.2.2",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.1.2",
"react-router": "^2.0.0",
"react-router-redux": "^3.0.0",
"react-transform-catch-errors": "^1.0.1",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.2.0",
"redux": "^3.1.4",
"redux-devtools": "^3.0.2",
"redux-thunk": "^1.0.3",
"rethinkdbdash": "^2.2.17",
"run-sequence": "^1.1.5",
"serve-static": "^1.10.2",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"superagent": "^1.7.2",
"toml": "^2.3.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.1.0",
"yargs": "^3.32.0"
}
}