-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.94 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.94 KB
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
{
"name": "BOA",
"scripts": {
"build-vue": "vite build --outDir='dist/static'",
"lint-vue": "eslint .",
"lint-vue-fix": "eslint . --fix",
"oxlint": "oxlint --config .oxlintrc.json -D correctness -D style -W suspicious",
"preview": "vite preview",
"serve-vue": "vite --host --strictPort"
},
"dependencies": {
"ckeditor5": "47.6.1",
"@ckeditor/ckeditor5-vue": "7.3.1",
"@mdi/js": "7.4.47",
"@popperjs/core": "2.11.8",
"axios": "1.13.6",
"core-js": "3.48.0",
"highcharts": "12.5.0",
"js-file-download": "0.4.12",
"linkify-html": "4.3.2",
"linkifyjs": "4.3.2",
"lodash": "4.17.23",
"luxon": "3.7.2",
"mitt": "3.0.1",
"normalize.css": "8.0.1",
"numeral": "2.0.6",
"pinia": "3.0.4",
"roboto-fontface": "*",
"v-calendar": "3.1.2",
"vue-focus-lock": "3.0.1",
"vue-gtag": "3.6.3",
"vue-highcharts": "0.2.0",
"vue-router": "4.6.4",
"vue": "3.5.27",
"vuetify": "3.11.7",
"webfontloader": "1.6.28"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@types/gtag.js": "^0.0.20",
"@types/lodash": "^4.17.23",
"@types/luxon": "^3.7.1",
"@types/node": "^25.0.10",
"@typescript-eslint/parser": "^8.53.1",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/eslint-config-typescript": "^14.6.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue-scoped-css": "^2.12.0",
"eslint-plugin-vue": "^10.5.1",
"eslint": "^9.39.2",
"globals": "^17.1.0",
"oxlint": "^1.41.0",
"postcss-nesting": "^14.0.0",
"postcss": "^8.5.6",
"sass-embedded": "^1.97.3",
"sass": "^1.97.3",
"typescript-eslint": "^8.53.1",
"typescript": "^5.9.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.1.3",
"vite": "^7.3.1",
"vue-eslint-parser": "^10.2.0"
},
"type": "module"
}