-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 844 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
{
"name": "outpass",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon backend/server.js",
"client": "npm start --prefix frontend",
"dev": " concurrently \"npm start\" \"npm run client\" "
},
"author": "",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.11.7",
"bcryptjs": "^2.4.3",
"concurrently": "^8.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.3.0",
"mongoose": "^7.1.0",
"nodemon": "^2.0.22",
"qrcode": "^1.5.3",
"qrcode.react": "^3.1.0",
"react-qr-reader": "^3.0.0-beta-1",
"react-qr-scanner": "^1.0.0-alpha.11",
"uuid": "^9.0.0"
}
}