forked from zachcd/ols2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 KB
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
{
"name": "ols2",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "^0.9.5"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"co": "^4.6.0",
"discord.js": "^11.0.0",
"eslint-plugin-react": "^6.10.3",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^2.0.1",
"koa-socket": "^4.4.0",
"lodash": "^4.17.4",
"mongoose": "^4.9.2",
"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-redux": "^5.0.3",
"redux": "^3.6.0",
"socket.io": "^1.7.3",
"webpack": "^2.3.2"
},
"scripts": {
"start": "react-scripts start",
"server": "node server/server.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}