-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "code-reviewer",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nodemon server/server.js",
"start-react": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"start-dev": "nodemon server/server.js"
},
"dependencies": {
"auth0-lock": "^10.11.0",
"axios": "^0.15.3",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-jwt": "^5.1.0",
"github": "^6.0.4",
"jquery": "^3.1.1",
"lodash": "^4.17.0",
"material-ui": "^0.17.0",
"moment": "^2.16.0",
"mongoose": "^4.6.6",
"mongoose-paginate": "^5.0.3",
"nodemon": "^1.11.0",
"passport-auth0": "^0.6.0",
"randomstring": "^1.1.5",
"react": "^15.4.0",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-shallow-compare": "^15.4.2",
"react-codemirror": "^0.3.0",
"react-cookie": "^1.0.4",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"react-selectize": "^2.1.0",
"react-stormpath": "^2.0.0",
"react-tap-event-plugin": "^2.0.1",
"socket.io": "^1.7.3",
"validator": "^6.1.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"react-scripts": "0.7.0"
},
"engines": {
"node": "7.0.0",
"npm": "3.10.8"
}
}