forked from getodk/central-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.84 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
{
"name": "odk-central-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nf start",
"dev:oidc": "VUE_APP_OIDC_ENABLED=true npm run dev",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --no-fix --max-warnings 0 src/ bin/ test/ *.js",
"lint:fix": "vue-cli-service lint --fix --max-warnings 0 src/ bin/ test/ *.js",
"test": "./test/run.sh"
},
"volta": {
"node": "20.10.0"
},
"gitHooks": {
"pre-commit": "node bin/transifex/restructure.js && git diff --exit-code -- transifex/strings_en.json"
},
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"axios": "^1.6.2",
"bootstrap": "~3",
"dompurify": "~2",
"flatpickr": "~4.6",
"jquery": "~3",
"luxon": "~1",
"marked": "~4",
"pako": "~1.0",
"papaparse": "^5.4.1",
"pinia": "^2.0.23",
"qrcode-generator": "~1",
"ramda": "~0.27",
"vue": "~3",
"vue-flatpickr-component": "~9",
"vue-i18n": "^9.2.2",
"vue-router": "~4",
"xml-formatter": "~2"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "~4",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "~3",
"@vue/eslint-config-airbnb": "^7.0.0",
"@vue/test-utils": "^2.4.1",
"comment-json": "~4",
"eslint": "^8.28.0",
"eslint-plugin-import": "~2",
"eslint-plugin-vue": "~9",
"faker": "~4.1",
"foreman": "^3.0.1",
"jsqr": "~1.0",
"karma": "~6",
"karma-chrome-launcher": "~3",
"karma-mocha": "~2.0",
"karma-sourcemap-loader": "~0.3",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^5.0.0",
"mocha": "^10.1.0",
"sass": "~1",
"sass-loader": "^13.2.0",
"should": "~13.2",
"sinon": "~9",
"util": "^0.12.5",
"vue-cli-plugin-i18n": "~2"
},
"engines": {
"node": "20",
"npm": "10"
}
}