-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.34 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
{
"name": "Kampvisum",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"prod": "vue-cli-service serve --mode production --port 8040",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\""
},
"dependencies": {
"@lmiller1990/v-switch": "1.1.0",
"@tailwindcss/postcss7-compat": "2.2.17",
"@vee-validate/i18n": "4.5.11",
"@vee-validate/rules": "4.5.11",
"@vueform/multiselect": "2.3.3",
"autoprefixer": "9.8.8",
"core-js": "3.21.1",
"dayjs": "1.11.0",
"delay": "5.0.0",
"dropzone": "5.9.3",
"file-saver": "2.0.5",
"inuits-vuejs-oidc": "git+https://github.com/inuits/inuits-vuejs-oidc.git#next",
"is-online": "9.0.1",
"keycloak-js": "^12.0.4",
"leaflet": "1.7.1",
"leaflet.markercluster": "1.5.3",
"litepie-datepicker": "1.0.14",
"localbase": "0.7.5",
"luxon": "3.2.1",
"postcss": "7.0.39",
"register-service-worker": "1.7.2",
"tailwindcss": "npm:@tailwindcss/[email protected]",
"use-indexeddb": "1.0.9",
"vee-validate": "4.5.11",
"vue": "3.2.31",
"vue-3-component-library": "git+https://github.com/ScoutsGidsenVL/vue-3-component-library#master",
"vue-i18n": "9.2.0-beta.34",
"vue-luxon": "0.10.0",
"vue-router": "4.0.14",
"vue-uuid": "^3.0.0",
"vuex": "4.0.2"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "3.3.0",
"@types/jest": "24.9.1",
"@types/leaflet": "1.7.9",
"@types/node": "16.11.26",
"@vue-leaflet/vue-leaflet": "0.6.1",
"@vue/cli-plugin-babel": "4.5.17",
"@vue/cli-plugin-pwa": "4.5.17",
"@vue/cli-plugin-router": "4.5.17",
"@vue/cli-plugin-typescript": "4.5.17",
"@vue/cli-plugin-unit-jest": "4.5.17",
"@vue/cli-plugin-vuex": "4.5.17",
"@vue/cli-service": "4.5.17",
"@vue/compiler-sfc": "3.2.31",
"@vue/test-utils": "2.0.0-rc.19",
"dropzone": "5.9.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-vue": "7.20.0",
"prettier": "2.6.2",
"sass": "1.50.0",
"typescript": "4.1.6",
"vue-cli-plugin-i18n": "2.1.4",
"vue-cli-plugin-tailwind": "2.0.6",
"vue-jest": "5.0.0-alpha.10"
}
}