-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
66 lines (66 loc) · 1.88 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
{
"name": "BOA",
"scripts": {
"build-vue": "vite build --outDir='dist/static'",
"lint-vue": "eslint .",
"lint-vue-fix": "eslint . --fix",
"preview": "vite preview",
"serve-vue": "vite --host --strictPort"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "44.1.0",
"@ckeditor/ckeditor5-vue": "5.1.0",
"@mdi/js": "7.4.47",
"@popperjs/core": "2.11.8",
"axios": "1.7.9",
"core-js": "3.40.0",
"highcharts": "9.3.3",
"js-file-download": "0.4.12",
"linkify-html": "4.2.0",
"linkifyjs": "4.2.0",
"lodash": "4.17.21",
"luxon": "3.5.0",
"mitt": "3.0.1",
"normalize.css": "8.0.1",
"numeral": "2.0.6",
"pinia": "2.3.1",
"roboto-fontface": "*",
"v-calendar": "3.1.2",
"vue": "3.5.13",
"vue-focus-lock": "3.0.1",
"vue-gtag": "2.0.1",
"vue-highcharts": "0.2.0",
"vue-router": "4.5.0",
"vuetify": "3.7.9",
"webfontloader": "1.6.28"
},
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@types/gtag.js": "^0.0.20",
"@types/lodash": "^4.17.15",
"@types/luxon": "^3.4.2",
"@types/node": "^22.13.1",
"@types/webpack-env": "^1.18.8",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.4.0",
"eslint": "^9.20.1",
"eslint-plugin-import": "^2.31.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vue-scoped-css": "^2.9.0",
"globals": "^15.14.0",
"postcss": "^8.5.2",
"postcss-nesting": "^13.0.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.1.0",
"vue-eslint-parser": "^9.4.3"
},
"type": "module"
}