-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
41
42
43
44
45
46
47
48
49
{
"name": "nodejs-casino",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:server": "node index.js",
"dev:server": "nodemon --quiet server",
"start:client": "npm start --prefix client",
"dev": "concurrently \"npm run dev:server\" \"npm run start:client\""
},
"author": "",
"private": "true",
"license": "UNLICENSED",
"dependencies": {
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.18.2",
"express-mongo-sanitize": "^2.0.0",
"express-rate-limit": "^5.1.3",
"express-validator": "^6.6.1",
"fs": "^0.0.1-security",
"helmet": "^4.1.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"mongoose": "^8.4.1",
"nodemailer": "^6.4.11",
"path": "^0.12.7",
"pokersolver": "^2.1.4",
"request": "^2.88.2",
"socket.io": "^2.3.0",
"sqlite3": "^5.1.6",
"underscore": "^1.11.0",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"concurrently": "^5.3.0",
"core-js": "^3.6.5",
"nodemon": "^2.0.22",
"raf": "^3.4.1"
}
}