-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "dc-voters",
"version": "2.36.0",
"private": true,
"scripts": {
"start": "node app",
"test": "mocha"
},
"dependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"body-parser": "^1.20.2",
"core-js": "^3.37.1",
"csv-parse": "^4.16.3",
"csv-stringify": "^5.6.5",
"dc-mar": "^0.6.1",
"dotenv": "^16.4.5",
"emailjs": "^3.8.1",
"errorhandler": "^1.5.1",
"express": "^4.19.2",
"express-mysql-session": "^3.0.2",
"express-session": "^1.18.0",
"find-config": "^1.0.0",
"generate-password": "^1.7.1",
"googleapis": "^137.1.0",
"http-errors": "^2.0.0",
"js-yaml": "^4.1.0",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.10.0",
"number-list": "^0.2.7",
"passwordless": "^1.1.3",
"passwordless-mysql": "github:kcivey/passwordless-mysql#mysql2",
"terser": "^5.31.1",
"underscore": "^1.13.6",
"usps-webtools": "^1.0.7",
"yargs": "^17.7.2"
},
"devDependencies": {
"chai": "^4.4.1",
"eslint": "^8.57.0",
"maildev": "^2.1.0",
"mocha": "^10.4.0",
"puppeteer": "^3.3.0"
}
}