forked from getodk/central-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.15 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": "odk-central",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=8"
},
"dependencies": {
"archiver": "~3",
"bcrypt": "~3",
"body-parser": "~1.18",
"cli": "~1",
"cloneable-readable": "~1",
"config": "~1.26",
"csv-parse": "~4",
"csv-stringify": "~1",
"digest-stream": "~2",
"entities": "~2",
"express": "~4.16",
"express-graceful-exit": "~0.4",
"googleapis": "~42",
"knex": "~0.19",
"htmlparser2": "~3.9",
"luxon": "~0.3",
"morgan": "~1.9",
"multer": "~1.3",
"mustache": "~2.3",
"naught": "~1.6",
"nodemailer": "~4.4",
"pg": "~7",
"pg-query-stream": "~1.1",
"prompt": "~1",
"ramda": "~0",
"request": "^2.88.0",
"sanitize-filename": "~1",
"@sentry/node": "~5",
"tmp": "~0",
"uuid": "~3",
"xml2js": "^0.4.22",
"yauzl": "~2.9"
},
"devDependencies": {
"app-root-path": "~2",
"eslint": "~6",
"eslint-config-airbnb-base": "~13",
"eslint-plugin-import": "~2.18",
"nyc": "~14",
"mocha": "~5",
"node-mocks-http": "~1.6",
"should": "~13",
"supertest": "~3",
"streamtest": "~1.2"
}
}