-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 KB
/
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
36
37
38
39
40
{
"name": "ban-this-breed",
"main": "index.js",
"packages": {
"heroku-postbuild": "cd client && npm install && npm run build"
},
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./api/dist/server.js",
"heroku-postbuild": "cd client && npm install && npm run build",
"postinstall": "cd client && npm install && npm run build"
},
"engines": {
"node": "20.x"
},
"homepage": "https://github.com/mkrul/ban-this-breed#readme",
"dependencies": {
"autoprefixer": "^10.4.19",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"envalid": "^8.0.0",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"install": "^0.13.0",
"mongodb": "^6.3.0",
"mongoose": "^8.1.1",
"morgan": "^1.10.0",
"npm": "^10.4.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-selector-parser": "^6.0.16",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/cors": "^2.8.17"
}
}