forked from Abdulrahman375/Vaultify-main
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
35
36
37
38
39
{
"name": "pos-gp",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": "16.17.0",
"npm": "8.19.1"
},
"scripts": {
"client-install": "npm install --prefix client",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"start": "node server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-validator": "^6.14.3",
"gridfs-stream": "^1.1.1",
"joi": "^17.7.0",
"method-override": "^3.0.0",
"mongoose": "^6.8.0",
"multer": "^1.4.4",
"multer-gridfs-storage": "^5.0.2",
"ngrok": "^4.3.3",
"nodemon": "^2.0.20",
"react-to-print": "^2.14.10",
"redux": "^4.2.0",
"store2": "^2.14.2"
}
}