forked from kom-1dv611/kom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 864 Bytes
/
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
{
"name": "kom-1dv611",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node app",
"stop": "node",
"client": "cd client && npm run start",
"server": "nodemon app.js",
"kom": "concurrently --kill-others \"npm run server\" \"npm run client\" \"node-sass --include-path scss client/public/main.scss client/public/main.css -w\""
},
"author": "Lukas N, Sofia B, Alva F, Jonas E",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.0",
"concurrently": "^3.5.1",
"dotenv": "^5.0.1",
"express": "^4.15.0",
"moment": "^2.22.1",
"mongoose": "^5.0.12",
"ngrok": "^3.0.1",
"node-sass": "^4.9.0",
"nodemon": "^1.17.5",
"path": "^0.12.7",
"puppeteer": "^1.3.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"socket.io": "^1.7.4",
"timeeditapi": "^4.1.0"
}
}