forked from getodk/central-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.53 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
{
"name": "odk-central-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service build --mode development --watch",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --no-fix --max-warnings 0 src/ bin/ test/ *.js",
"test": "NODE_ENV=test karma start"
},
"gitHooks": {
"pre-commit": "node bin/transifex/restructure.js && git diff --exit-code -- transifex/strings_en.json"
},
"dependencies": {
"axios": "~0.21",
"bootstrap": "~3",
"dompurify": "~2",
"flatpickr": "~4.6",
"jquery": "~3",
"luxon": "~1",
"marked": "~4",
"pako": "~1.0",
"qrcode-generator": "~1",
"ramda": "~0.27",
"vue": "~3",
"vue-flatpickr-component": "~9",
"vue-i18n": "^9.2.0-beta.35",
"vue-router": "~4",
"vuex": "~4",
"xml-formatter": "~2"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "~4",
"@vue/cli-plugin-eslint": "~4.5",
"@vue/cli-service": "~4.5",
"@vue/compiler-sfc": "~3",
"@vue/eslint-config-airbnb": "~5",
"@vue/test-utils": "~2",
"comment-json": "~4",
"eslint": "~6",
"eslint-plugin-import": "~2",
"eslint-plugin-vue": "~9",
"faker": "~4.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": "~4.0",
"mocha": "~9",
"sass": "~1",
"sass-loader": "~10",
"should": "~13.2",
"sinon": "~9",
"vue-cli-plugin-i18n": "~2"
}
}