-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 855 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
{
"name": "phytothreptiki_app",
"version": "1.0.0",
"description": "phytothreptiki-recipe-creator",
"scripts": {
"client": "cd client && yarn start",
"server": "cd server && yarn start",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"",
"start": "cd server && yarn --no-shrinkwrap && yarn start",
"heroku-postbuild": "YARN_PRODUCTION=true cd client && yarn --no-shrinkwrap && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petrosv91/ReactProjects.git"
},
"author": "Petros Vasilopoulos",
"license": "ISC",
"bugs": {
"url": "https://github.com/petrosv91/ReactProjects/issues"
},
"homepage": "https://github.com/petrosv91/ReactProjects#readme",
"devDependencies": {
"concurrently": "5.3.0"
},
"engines": {
"node": "16.20.2"
}
}