-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
43
44
45
46
47
{
"name": "lv-client2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start-server": "npm start",
"start-client": "cd client && npm start",
"build-client": "cd client && npm run build",
"build-start": "npm run build-client && npm start",
"start-all": "concurrent \"npm run start\" \"npm run start-client\" ",
"start-pm2-all": "npx pm2 start npm -- run start-all",
"start-pm2-server": "npx pm2 start npm -- run start-server",
"start-pm2-prod": "npm run build-client && npm run start-pm2-server"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"csvdata": "^1.4.0",
"debug": "~2.6.9",
"dir-to-json": "0.0.3",
"dotenv": "^4.0.0",
"express": "~4.15.5",
"express-busboy": "^6.0.1",
"express-session": "^1.15.6",
"form-data": "^2.3.1",
"ims-lti": "^3.0.2",
"jade": "~1.11.0",
"moment": "^2.19.1",
"moment-recur": "^1.0.7",
"morgan": "^1.9.0",
"node-fetch": "^1.7.3",
"passport": "^0.4.0",
"passport-custom": "^1.0.5",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-router": "3.0.4",
"redbird": "^0.7.0",
"serve-favicon": "~2.4.5",
"underscore": "^1.8.3",
"unzip": "^0.1.11",
"unzip-stream": "^0.2.1"
},
"devDependencies": {
"concurrently": "^1.0.0",
"pm2": "^2.8.0"
}
}