-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 938 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 938 Bytes
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
{
"name": "cs320spring2021",
"version": "1.0.0",
"description": "package for Kudos CS320 project",
"main": "cs320.js",
"dependencies": {
"antd": "^4.15.0",
"body-parser": "^1.19.0",
"concurrently": "^6.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongodb": "^3.6.4",
"react-json-csv": "^2.0.0",
"react-reactions": "^0.1.3",
"xmlhttprequest": "^1.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"frontend": "cd front-end && npm start",
"backend": "node cs320.js",
"dev": "concurrently \"npm run backend\" \"npm run frontend\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/askulkarni2021/CS320Spring2021.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/askulkarni2021/CS320Spring2021/issues"
},
"homepage": "https://github.com/askulkarni2021/CS320Spring2021#readme"
}