-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "start-kit-express",
"version": "1.0.0",
"private": false,
"type": "module",
"nodemonConfig": {
"ignore": ["build/"]
},
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"@ethereumjs/common": "^3.1.2",
"@ethereumjs/tx": "^4.1.2",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"bluebird": "^3.7.2",
"body-parser": "^1.20.0",
"chokidar": "^3.5.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"ethereumjs-tx": "^2.1.2",
"express": "~4.16.1",
"express-generator": "^4.16.1",
"express-session": "^1.17.3",
"firebase": "^9.10.0",
"firebase-admin": "^11.0.1",
"fs-extra": "^11.1.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"nodemon": "^2.0.19",
"nunjucks": "^3.2.4",
"pm2": "^5.2.2",
"redis": "^4.3.1",
"solc": "^0.8.20",
"web3": "^1.10.0"
}
}