-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.84 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.84 KB
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
{
"name": "odk-central",
"version": "0.1.0",
"private": true,
"engines": {
"node": "24"
},
"volta": {
"node": "24.13.0"
},
"dependencies": {
"@sentry/node": "~10",
"archiver": "^7.0.1",
"bcrypt": "^6.0.0",
"body-parser": "~1.20",
"cloneable-readable": "^3.0.0",
"commander": "^14.0.2",
"config": "^4.1.1",
"cookie-parser": "^1.4.6",
"csv-parse": "^6.1.0",
"csv-stringify": "^6.6.0",
"digest-stream": "~2",
"entities": "^7.0.0",
"express": "~4.21",
"express-graceful-exit": "~0.5",
"fast-myers-diff": "~3",
"htmlparser2": "~10.0",
"knex": "~0.21",
"luxon": "^3.7.2",
"minio": "8.0.4",
"morgan": "^1.10.0",
"multer": "^2.0.0",
"mustache": "^4.2.0",
"nodemailer": "^7.0.10",
"odata-v4-parser": "~0.1",
"openid-client": "^5.7.1",
"path-to-regexp": "^8.3.0",
"pg": "~8.8.0",
"pg-query-stream": "^4.10.3",
"pm2": "~5.4",
"prompt": "~1",
"ramda": "^0.32.0",
"sanitize-filename": "~1",
"semver": "^7.7.3",
"slonik": "npm:@getodk/[email protected]",
"tmp-promise": "~3",
"uuid": "^13.0.0",
"yauzl": "^3.2.0"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@redocly/cli": "^2.12.2",
"@sinonjs/fake-timers": "^15.0.0",
"app-root-path": "~3",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "~15",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"fetch-cookie": "^3.1.0",
"http-proxy-middleware": "^2.0.9",
"jsonschema": "^1.5.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"nock": "^13.5.6",
"node-mocks-http": "^1.17.2",
"nodemon": "^3.1.11",
"nyc": "^17.1.0",
"oidc-provider": "^8.8.1",
"should": "~13",
"streamtest": "~1.2",
"supertest": "^7.1.4",
"tmp": "~0.2",
"xml2js": "^0.6.2"
}
}