forked from music-assistant/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.05 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 3.05 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"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",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"prepare": "husky"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "11.0.7",
"@mdi/font": "7.4.47",
"@mdi/js": "7.4.47",
"@scure/base": "^2.0.0",
"@sendspin/sendspin-js": "2.0.3",
"@tabler/icons-vue": "^3.40.0",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/vue-form": "^1.28.5",
"@types/qrcode": "^1.5.6",
"@vueuse/core": "^14.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"color": "5.0.3",
"colorthief": "3.3.1",
"happy-dom": "^20.8.4",
"lucide-vue-next": "^0.577.0",
"marked": "^17.0.4",
"mitt": "3.0.1",
"mobile-detect": "1.4.5",
"qrcode": "^1.5.4",
"reka-ui": "^2.9.2",
"swiper": "^12.1.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.18",
"ts-pattern": "^5.9.0",
"tw-animate-css": "^1.4.0",
"vaul-vue": "^0.4.1",
"vue": "3.5.29",
"vue-audio-better": "3.0.1",
"vue-i18n": "11.3.0",
"vue-qrcode-reader": "^5.7.3",
"vue-router": "5.0.3",
"vue-sonner": "^2.0.9",
"vuetify": "3.12.0",
"vuetify-sonner": "^0.4.2",
"websocket-ts": "2.2.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@fontsource/roboto": "5.2.10",
"@types/color": "4.2.0",
"@types/node": "25.3.5",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-vue": "6.0.5",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "3.2.4",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "0.9.0",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-vue": "9.33.0",
"https-localhost": "4.7.1",
"husky": "^9.1.7",
"jsdom": "^29.0.0",
"material-design-icons-iconfont": "6.7.0",
"nanoid": "5.1.7",
"prettier": "3.8.1",
"replace-in-file": "8.4.0",
"sass": "1.98.0",
"typescript": "5.9.3",
"unplugin": "^3.0.0",
"vite": "^7.3.1",
"vite-plugin-pwa": "1.2.0",
"vite-plugin-vuetify": "2.1.3",
"vite-plugin-webfont-dl": "3.12.0",
"vite-svg-loader": "^5.1.1",
"vitest": "^3.2.4",
"vue-tsc": "3.1.8"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}