-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
57 lines (57 loc) · 1.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
{
"name": "BOA",
"scripts": {
"build-vue": "vite build --outDir='dist/static'",
"lint-vue": "./scripts/verify-read-only-src-vue2.sh && eslint . --ignore-path .eslint-ignore",
"lint-vue-fix": "eslint . --fix --ignore-path .eslint-ignore",
"preview": "vite preview",
"serve-vue": "vite --host --strictPort"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "43.3.1",
"@ckeditor/ckeditor5-vue": "5.1.0",
"@mdi/js": "7.4.47",
"@popperjs/core": "2.11.8",
"axios": "1.7.7",
"core-js": "3.39.0",
"highcharts": "9.3.3",
"js-file-download": "0.4.12",
"linkify-html": "4.1.3",
"linkifyjs": "4.1.3",
"lodash": "4.17.21",
"luxon": "3.5.0",
"mitt": "3.0.1",
"normalize.css": "8.0.1",
"numeral": "2.0.6",
"pinia": "2.2.5",
"roboto-fontface": "*",
"v-calendar": "3.1.2",
"vue": "3.5.12",
"vue-focus-lock": "3.0.0",
"vue-gtag": "2.0.1",
"vue-highcharts": "0.2.0",
"vue-router": "4.4.5",
"vuetify": "3.7.3",
"webfontloader": "1.6.28"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/node": "^22.8.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vue-scoped-css": "^2.8.1",
"postcss": "^8.4.47",
"postcss-nesting": "^13.0.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.0.4",
"vue-eslint-parser": "^9.4.3"
},
"type": "module"
}