-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
65 lines (65 loc) · 1.78 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
{
"name": "ols2",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.1.1",
"nodemon": "^1.9.2",
"react-scripts": "^0.9.5"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.0",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"bluebird": "^3.5.0",
"co": "^4.6.0",
"config.json": "0.0.4",
"discord.js": "^11.0.0",
"eslint-plugin-react": "^6.10.3",
"kcors": "^1.3.2",
"koa": "^2.2.0",
"koa-body": "^2.0.1",
"koa-bodyparser": "^4.2.0",
"koa-cors": "^0.0.16",
"koa-logger": "^2.0.1",
"koa-route": "^3.2.0",
"koa-router": "^7.1.1",
"lodash": "^4.17.4",
"mongoose": "^4.9.2",
"mongoose-unique-validator": "^1.0.5",
"mongoose-validator": "^1.2.5",
"passport-custom": "^1.0.5",
"passport-facebook": "^2.1.1",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-motion": "^0.5.0",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.2",
"react-transition-group": "^2.2.0",
"redis": "^2.7.1",
"redux": "^3.6.0",
"redux-observable": "^0.16.0",
"rxjs": "^5.4.3",
"socket.io": "^1.7.3",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"discord": "node discord/index.js",
"server": "node server/babel.server.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-styles": "gulp build semantic"
}
}