-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (29 loc) · 765 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "pioneerhacksv",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@ericblade/quagga2": "^1.8.4",
"@zxing/library": "^0.20.0",
"body-parser": "^1.20.2",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.4.4",
"echarts": "^5.4.3",
"echarts-stat": "^1.2.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"fast-png": "^6.2.0",
"firebase-admin": "^11.8.0",
"firebase-functions": "^4.3.1",
"http-errors": "~1.6.3",
"jsqr": "^1.4.0",
"morgan": "~1.9.1",
"nodemon": "^3.0.3",
"pngjs": "^7.0.0"
}
}