-
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) · 830 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 830 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": "commutecutter",
"version": "1.0.0",
"description": "skunkworks",
"main": "index.js",
"scripts": {
"start": "node index.js",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visaals/commutecutter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/visaals/commutecutter/issues"
},
"homepage": "https://github.com/visaals/commutecutter#readme",
"dependencies": {
"@google/maps": "^0.5.5",
"@material-ui/core": "^4.11.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"moment": "^2.28.0",
"react-bootstrap": "^1.3.0",
"react-redux": "^7.2.1"
}
}