forked from enketo/enketo-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
142 lines (142 loc) · 4.64 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "enketo-express",
"description": "Webforms evolved.",
"homepage": "https://enketo.org",
"version": "3.0.1",
"main": "./app.js",
"engines": {
"node": ">=14 <17",
"npm": ">=6 <7"
},
"repository": {
"type": "git",
"url": "https://github.com/enketo/enketo-express"
},
"bugs": {
"url": "https://github.com/enketo/enketo-express/issues"
},
"author": {
"name": "Martijn van de Rijdt",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/martijnvanderijdt"
},
"contributors": [],
"scripts": {
"preinstall": "pwd && ./scripts/preinstall",
"start": "node .",
"test": "grunt test",
"test-browser": "grunt test-browser",
"test-headless": "grunt karma:headless",
"test-server": "grunt mochaTest:all",
"test-watch-client": "grunt test-watch-client",
"test-watch-server": "grunt test-watch-server",
"postinstall": "grunt",
"beautify": "grunt eslint:fix",
"build-docs": "rimraf docs && ./node_modules/.bin/jsdoc -c jsdoc.config.js"
},
"private": true,
"license": "Apache-2.0",
"dependencies": {
"aliasify": "^2.1.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"bristol": "^0.4.0",
"busboy": "^0.3.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"db.js": "^0.15.0",
"debug": "^4.3.2",
"enketo-core": "6.0.0",
"enketo-transformer": "2.0.0",
"evp_bytestokey": "^1.0.3",
"express": "^4.17.1",
"grunt": "^1.4.1",
"grunt-env": "^1.0.1",
"grunt-i18next": "^0.2.0",
"grunt-sass": "^3.1.0",
"grunt-shell-spawn": "^0.4.0",
"i18next": "^20.6.1",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-fs-backend": "^1.1.1",
"i18next-http-backend": "^1.3.1",
"i18next-http-middleware": "^3.1.4",
"jquery": "^3.6.0",
"jstransformer-markdown-it": "^2.1.0",
"jszip": "^3.7.1",
"jwt-simple": "^0.5.6",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"node-forge": "^0.10.0",
"node-sass": "^6.0.1",
"papaparse": "^5.3.1",
"pkg-dir": "^5.0.0",
"pug": "^3.0.2",
"puppeteer": "^10.2.0",
"redis": "^3.1.2",
"request": "^2.88.2",
"request-filtering-agent": "^1.0.7",
"serve-favicon": "^2.5.0",
"time-grunt": "^2.0.0",
"valid-url": "^1.0.9",
"vex-dialog-enketo": "github:enketo/vex-dialog-enketo#b6e0f01",
"vex-js": "^4.1.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@baladins/grunt-nodemon": "^0.4.6",
"@types/db.js": "^0.14.7",
"abortcontroller-polyfill": "^1.7.3",
"bootstrap-datepicker": "1.9.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"docdash": "^1.2.0",
"esbuild": "^0.12.28",
"esbuild-plugin-alias": "^0.1.2",
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-unicorn": "^36.0.0",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-karma": "^4.0.2",
"grunt-mocha-test": "^0.13.3",
"grunt-simple-nyc": "^3.0.1",
"istanbul": "^0.4.5",
"istanbul-reporter-shield-badge": "^1.2.1",
"jsdoc": "^3.6.7",
"jsdoc-ts-utils": "^2.0.1",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-esbuild": "^2.2.0",
"karma-firefox-launcher": "^2.1.1",
"karma-mocha": "^2.0.1",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sinon-chai": "^2.0.2",
"mocha": "^9.1.1",
"nock": "^13.1.3",
"rimraf": "^3.0.2",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0",
"supertest": "^6.1.6"
},
"browser": {
"enketo/config": "./public/js/src/module/client-config",
"enketo/widgets": "./public/js/build/widgets",
"enketo/translator": "./public/js/src/module/translator",
"enketo/dialog": "./public/js/src/module/gui",
"enketo/file-manager": "./public/js/src/module/file-manager"
},
"entries": [
"public/js/src/enketo-webform.js",
"public/js/src/enketo-webform-edit.js",
"public/js/src/enketo-webform-view.js",
"public/js/src/enketo-offline-fallback.js"
],
"volta": {
"node": "16.6.1",
"npm": "6.14.14"
}
}