-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
73 lines (73 loc) · 1.73 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "odk-central",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20"
},
"volta": {
"node": "20.17.0"
},
"dependencies": {
"@sentry/node": "~7",
"archiver": "~5",
"bcrypt": "~5",
"body-parser": "~1.20",
"cloneable-readable": "~2",
"commander": "^10.0.1",
"config": "~1.31",
"cookie-parser": "^1.4.6",
"csv-parse": "~4",
"csv-stringify": "~5",
"digest-stream": "~2",
"entities": "~2",
"express": "~4.21",
"express-graceful-exit": "~0.5",
"fast-myers-diff": "~3",
"htmlparser2": "~3.9",
"knex": "~0.21",
"luxon": "~0.3",
"minio": "^7.1.3",
"morgan": "~1.9",
"multer": "^1.4.5-lts.1",
"mustache": "~2.3",
"nodemailer": "~6",
"odata-v4-parser": "~0.1",
"openid-client": "^5.4.3",
"path-to-regexp": "^6.2.2",
"pg": "~8",
"pg-query-stream": "~4",
"pm2": "~5.4",
"prompt": "~1",
"ramda": "~0",
"sanitize-filename": "~1",
"semver": "^7.6.2",
"slonik": "npm:@getodk/[email protected]",
"tmp-promise": "~3",
"uuid": "^9.0.0",
"yauzl": "~2.10"
},
"devDependencies": {
"@playwright/test": "^1.41.2",
"@sinonjs/fake-timers": "^9.1.2",
"app-root-path": "~3",
"eslint": "^8.44.0",
"eslint-config-airbnb-base": "~15",
"eslint-plugin-import": "~2.25",
"eslint-plugin-no-only-tests": "~3.1",
"fetch-cookie": "^2.1.0",
"http-proxy-middleware": "^2.0.6",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.1",
"nock": "^13.3.1",
"node-mocks-http": "^1.12.2",
"nodemon": "~3",
"nyc": "~15",
"oidc-provider": "^8.4.5",
"should": "~13",
"streamtest": "~1.2",
"supertest": "^6.3.3",
"tmp": "~0.2"
}
}