-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 996 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
{
"name": "spree2k20final",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"heroku-postbuild": "npm install --prefix client && npm run build --prefix client",
"client": "cd client && npm run start",
"server": "nodemon server.js",
"dev": "concurrently \"npm run client\" \"npm run server\" ",
"build": "cd client && npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ishantgupta777/spree2k20Final.git"
},
"author": "Ishant",
"license": "MIT",
"bugs": {
"url": "https://github.com/ishantgupta777/spree2k20Final/issues"
},
"homepage": "https://github.com/ishantgupta777/spree2k20Final#readme",
"dependencies": {
"concurrently": "^5.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"googleapis": "^39.2.0",
"react-player": "^1.15.2",
"react-responsive-carousel": "^3.1.51"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}