-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 920 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
32
33
34
35
36
37
{
"name": "discomrescue",
"version": "1.0.0",
"description": "web app for Discom",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ST2-EV/DisComRescue.git"
},
"author": "steve and bharath",
"license": "ISC",
"bugs": {
"url": "https://github.com/ST2-EV/DisComRescue/issues"
},
"homepage": "https://github.com/ST2-EV/DisComRescue#readme",
"dependencies": {
"@cloudant/cloudant": "^4.1.1",
"config": "^3.2.0",
"express": "^4.17.1",
"geographic-center": "^0.1.0",
"mongoose": "^5.6.4",
"next": "^9.0.2",
"pug": "^2.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"semantic": "0.0.1",
"semantic-ui-react": "^0.87.3",
"ui-react": "^1.0.3"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}