-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.06 KB
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
{
"name": "movie-21io",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"https://i.ibb.co/T1B2pf5/Mern-logo-repo.png\" alt=\"Mern-logo-repo\"> </p>",
"main": "server/server.js",
"scripts": {
"start": "if-env NODE_ENV=production && npm run start:prod || npm run start:dev",
"start:prod": "cd server && npm start",
"start:dev": "concurrently \"cd server && npm run watch\" \"cd client && npm start\"",
"install": "cd server && npm i && cd ../client && npm i",
"heroku-postbuild": "cd client && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/queen-stack/21io.git"
},
"keywords": [],
"author": "Jenifer Queen",
"license": "ISC",
"dependencies": {
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"if-env": "^1.0.4",
"jwt-decode": "^3.1.2",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"concurrently": "^5.2.0"
},
"bugs": {
"url": "https://github.com/queen-stack/21io/issues"
},
"homepage": "https://github.com/queen-stack/21io#readme"
}