-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 863 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
{
"name": "pbj-frontend-revamp",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"heroku-postbuild": "cd client && npm install && REACT_APP_BACKEND_URL=$BACKEND_URL npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicklevenson/pbj-frontend-rev.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicklevenson/pbj-frontend-rev/issues"
},
"homepage": "https://github.com/nicklevenson/pbj-frontend-rev#readme",
"dependencies": {
"express": "^4.18.2",
"react-div-100vh": "^0.7.0"
},
"engines": {
"node": "20.11.0"
}
}