-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.39 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
{
"name": "eperusteet-ui",
"version": "1.0.0",
"author": "Opetushallitus",
"license": "EUPL-1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve-dev": "set USE_SOURCEMAP=true && vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit --ci --coverage --no-cache",
"test:unit:inspect": "node --inspect-brk ./node_modules/@vue/cli-service/bin/vue-cli-service.js test:unit",
"test:e2e": "vue-cli-service test:e2e --headless",
"lint": "vue-cli-service lint --no-fix",
"lint:fix": "vue-cli-service lint",
"test:unit:dev": "TZ=Europe/Helsinki vue-cli-service test:unit --watch --no-cache",
"test:unit:dev:notz": "vue-cli-service test:unit --watch --no-cache",
"test:unit:report": "$BROWSER coverage/lcov-report/index.html"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.202",
"@types/qs": "^6.9.1",
"@types/uuid": "^7.0.0",
"@types/vue-select": "^2.5.0",
"@types/vuelidate": "^0.7.10",
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-e2e-cypress": "^4.5.19",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-pwa": "^4.5.19",
"@vue/cli-plugin-router": "^4.5.19",
"@vue/cli-plugin-typescript": "^4.5.19",
"@vue/cli-plugin-unit-jest": "^4.5.19",
"@vue/cli-plugin-vuex": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"@vue/composition-api": "^0.3.4",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"animate.css": "^3.7.2",
"apexcharts": "^3.44.0",
"axios": "^1.6.4",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.33.0",
"deepdash-es": "^5.3.9",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.19.2",
"file-loader": "^5.0.2",
"file-saver": "^2.0.5",
"husky": "^4.2.3",
"jest": "^24.9.0",
"lint-staged": "^10.1.2",
"lodash": "^4.17.21",
"material-icons": "^1.13.11",
"moment": "^2.24.0",
"register-service-worker": "^1.6.2",
"sass": "~1.64.2",
"sass-loader": "^9.0.3",
"svg-url-loader": "^3.0.3",
"tiptap": "^1.26.6",
"tiptap-extensions": "^1.28.6",
"ts-jest": "^24.3.0",
"tslib": "^2.2.0",
"typescript": "4.9.5",
"uuid": "^7.0.2",
"vue": "^2.7.16",
"vue-apexcharts": "^1.5.2",
"vue-axe": "^1.0.7",
"vue-class-component": "^7.0.2",
"vue-i18n": "^8.15.3",
"vue-loading-overlay": "^3.2.0",
"vue-matomo": "^3.13.0-2",
"vue-meta": "^2.3.2",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-observe-visibility": "1.0.0",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.1.4",
"vue-scrollto": "^2.17.1",
"vue-select": "^3.9.5",
"vue-social-sharing": "^2.4.7",
"vue-sticky-directive": "^0.0.10",
"vue-template-compiler": "^2.7.14",
"vue-upload-component": "^2.8.22",
"vue2-datepicker": "^3.3.0",
"vuedraggable": "^2.23.2",
"vuelidate": "^0.7.5",
"vuelidate-property-decorators": "^1.0.28",
"vuex": "^3.1.2",
"webpack": "^4.47.0",
"xlsx": "^0.18.5"
},
"engines": {
"node": "^21"
},
"resolutions": {
"prosemirror-model": "1.8.2",
"prosemirror-state": "1.3.2",
"prosemirror-transform": "1.2.2",
"prosemirror-view": "1.13.4",
"terser-webpack-plugin": "1.4.6"
},
"packageManager": "yarn@4.3.1"
}