forked from tripulaciones4/antiphi_fs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 783 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
{
"name": "antiphi_app",
"version": "1.0.0",
"engines": {
"node": "v16.13.0",
"npm": "8.1.0"
},
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^11.0.0",
"express": "^4.17.2",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.1",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"react-gtm-module": "^2.0.11",
"react-loader-spinner": "^5.0.10",
"sequelize": "^6.13.0"
},
"devDependencies": {
"node-pre-gyp": "^0.17.0"
}
}