-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.29 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
50
51
52
53
54
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@floating-ui/dom": "^1.6.5",
"@uqrcode/js": "^4.0.7",
"art-template": "^4.13.2",
"async-validator": "^4.2.5",
"axios": "^1.7.7",
"bignumber.js": "^9.1.2",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"commander": "^12.0.0",
"crypto-js": "^4.2.0",
"delegates": "^1.0.0",
"driver.js": "^1.3.1",
"ejs": "^3.1.9",
"fabric": "^6.0.2",
"finalhandler": "^1.2.0",
"glob": "^11.0.0",
"handlebars": "^4.7.8",
"jsbarcode": "^3.11.6",
"mime-types": "^2.1.35",
"mitt": "^3.0.1",
"mongodb": "^6.6.0",
"mustache": "^4.2.0",
"mysql": "^2.18.1",
"node-fetch": "^3.3.2",
"popmotion": "^11.0.5",
"pug": "^3.0.2",
"qrcode": "^1.5.4",
"qs": "^6.12.0",
"serve-static": "^1.15.0",
"shelljs": "^0.8.5",
"svg-captcha": "^1.4.0",
"tapable": "^2.2.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}