-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.52 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.52 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
{
"name": "accentor",
"version": "0.34.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@accentor/api-client-js": "^0.23.6",
"@mdi/font": "^7.4.47",
"@mdi/svg": "^7.4.47",
"@unhead/vue": "^3.0.5",
"@vueuse/core": "^14.2.1",
"fetch-retry": "^6.0.0",
"gsap": "^3.15.0",
"localforage": "^1.10.0",
"pinia": "^3.0.4",
"roboto-fontface": "^0.10.0",
"vue": "^3.5.26",
"vue-global-events": "^3.0.1",
"vue-i18n": "^11.3.2",
"vue-router": "^5.0.4",
"vuedraggable": "^4.1.0",
"vuetify": "^4.0.5"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^22.13.14",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"autoprefixer": "^10.5.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.8.0",
"eslint-plugin-vuetify": "^2.7.2",
"globals": "^17.5.0",
"jiti": "^2.6.1",
"prettier": "^3.8.3",
"sass": "^1.99.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.2",
"vite": "7.3.2",
"vite-plugin-vue-devtools": "^8.1.1",
"vite-plugin-vuetify": "^2.1.2",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.2.6"
}
}