-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
60 lines (60 loc) · 2.02 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
{
"name": "frontend",
"version": "0.0.0",
"type": "module",
"description": "The Music Assistant frontend developed in Vue.",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "5.2.0",
"@mdi/font": "7.4.47",
"@mdi/js": "7.4.47",
"color": "4.2.3",
"colorthief": "2.6.0",
"home-assistant-js-websocket": "9.4.0",
"marked": "^14.1.3",
"mitt": "3.0.1",
"mobile-detect": "1.4.5",
"swiper": "^11.1.14",
"vue": "3.5.12",
"vue-audio-better": "3.0.1",
"vue-i18n": "10.0.4",
"vue-router": "4.4.5",
"vuetify": "3.7.3",
"websocket-ts": "2.1.5"
},
"devDependencies": {
"@fontsource/roboto": "5.1.0",
"@types/color": "4.2.0",
"@types/node": "22.8.7",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-vue": "5.1.4",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/tsconfig": "0.5.1",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.29.1",
"https-localhost": "4.7.1",
"jsdom": "25.0.1",
"material-design-icons-iconfont": "6.7.0",
"nanoid": "5.0.7",
"prettier": "3.3.3",
"replace-in-file": "8.2.0",
"sass": "1.80.6",
"typescript": "5.6.3",
"unplugin": "^1.3.2",
"vite": "^5.4.10",
"vite-plugin-pwa": "0.20.5",
"vite-plugin-vuetify": "2.0.4",
"vite-plugin-webfont-dl": "3.9.5",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "2.1.8"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}