-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.3 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
{
"name": "admin",
"version": "4.8.11",
"private": true,
"description": "A ViUR Admin Interface",
"scripts": {
"dev": "vite --port=8082",
"serve": "vite --port=8082 --host",
"build": "vite build"
},
"author": "Andreas H. Kelch",
"dependencies": {
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@viur/ckeditor5-build-classic": "^1.0.3-v38.0.1",
"@viur/shoelace": "^1.0.8-v2.19.1",
"@viur/vue-components": "^2.0.11",
"@viur/vue-utils": "^2.1.9",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"postcss-custom-media": "^11.0.5",
"postcss-nesting": "^13.0.1",
"prettier": "^3.4.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-visualizer": "^5.14.0",
"vite": "^6.0.7",
"vite-plugin-vue-devtools": "^7.7.0"
},
"overrides": {
"rollup-plugin-copy": {
"globby": "^11.0.0"
}
}
}