|
1 | 1 | { |
2 | | - "name": "frontend", |
3 | | - "version": "0.0.0", |
4 | | - "type": "module", |
5 | | - "description": "The Music Assistant frontend developed in Vue.", |
6 | | - "scripts": { |
7 | | - "dev": "vite", |
8 | | - "build": "vue-tsc --noEmit && vite build", |
9 | | - "preview": "vite preview", |
10 | | - "lint": "eslint . --fix --ignore-path .gitignore" |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "@intlify/unplugin-vue-i18n": "6.0.8", |
14 | | - "@mdi/font": "7.4.47", |
15 | | - "@mdi/js": "7.4.47", |
16 | | - "color": "5.0.0", |
17 | | - "colorthief": "2.6.0", |
18 | | - "home-assistant-js-websocket": "9.5.0", |
19 | | - "marked": "^16.1.2", |
20 | | - "mitt": "3.0.1", |
21 | | - "mobile-detect": "1.4.5", |
22 | | - "swiper": "^11.2.10", |
23 | | - "vue": "3.5.18", |
24 | | - "vue-audio-better": "3.0.1", |
25 | | - "vue-i18n": "11.1.11", |
26 | | - "vue-router": "4.5.1", |
27 | | - "vuetify": "3.9.4", |
28 | | - "websocket-ts": "2.2.1" |
29 | | - }, |
30 | | - "devDependencies": { |
31 | | - "@fontsource/roboto": "5.2.6", |
32 | | - "@types/color": "4.2.0", |
33 | | - "@types/node": "24.2.1", |
34 | | - "@typescript-eslint/eslint-plugin": "7.0.0", |
35 | | - "@typescript-eslint/parser": "6.21.0", |
36 | | - "@vitejs/plugin-vue": "6.0.1", |
37 | | - "@vue/eslint-config-typescript": "13.0.0", |
38 | | - "@vue/tsconfig": "0.7.0", |
39 | | - "eslint": "8.57.1", |
40 | | - "eslint-config-prettier": "10.1.8", |
41 | | - "eslint-plugin-prettier": "5.5.4", |
42 | | - "eslint-plugin-vue": "9.33.0", |
43 | | - "https-localhost": "4.7.1", |
44 | | - "jsdom": "26.1.0", |
45 | | - "material-design-icons-iconfont": "6.7.0", |
46 | | - "nanoid": "5.1.5", |
47 | | - "prettier": "3.6.2", |
48 | | - "replace-in-file": "8.3.0", |
49 | | - "sass": "1.90.0", |
50 | | - "typescript": "5.9.2", |
51 | | - "unplugin": "^2.3.5", |
52 | | - "vite": "^7.1.2", |
53 | | - "vite-plugin-pwa": "1.0.2", |
54 | | - "vite-plugin-vuetify": "2.1.2", |
55 | | - "vite-plugin-webfont-dl": "3.11.1", |
56 | | - "vite-svg-loader": "^5.1.0", |
57 | | - "vue-tsc": "3.0.5" |
58 | | - }, |
59 | | - "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
| 2 | + "name": "frontend", |
| 3 | + "version": "0.0.0", |
| 4 | + "type": "module", |
| 5 | + "description": "The Music Assistant frontend developed in Vue.", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "vue-tsc --noEmit && vite build", |
| 9 | + "preview": "vite preview", |
| 10 | + "lint": "eslint . --fix --ignore-path .gitignore", |
| 11 | + "test": "vitest", |
| 12 | + "test:ui": "vitest --ui", |
| 13 | + "test:run": "vitest run", |
| 14 | + "test:coverage": "vitest run --coverage", |
| 15 | + "prepare": "husky" |
| 16 | + }, |
| 17 | + "dependencies": { |
| 18 | + "@intlify/unplugin-vue-i18n": "11.0.0", |
| 19 | + "@mdi/font": "7.4.47", |
| 20 | + "@mdi/js": "7.4.47", |
| 21 | + "color": "5.0.0", |
| 22 | + "colorthief": "2.6.0", |
| 23 | + "home-assistant-js-websocket": "9.5.0", |
| 24 | + "marked": "^16.2.1", |
| 25 | + "mitt": "3.0.1", |
| 26 | + "mobile-detect": "1.4.5", |
| 27 | + "swiper": "^11.2.10", |
| 28 | + "ts-pattern": "^5.8.0", |
| 29 | + "vue": "3.5.21", |
| 30 | + "vue-audio-better": "3.0.1", |
| 31 | + "vue-i18n": "11.1.12", |
| 32 | + "vue-router": "4.5.1", |
| 33 | + "vuetify": "3.9.7", |
| 34 | + "websocket-ts": "2.2.1" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@fontsource/roboto": "5.2.6", |
| 38 | + "@types/color": "4.2.0", |
| 39 | + "@types/node": "24.3.1", |
| 40 | + "@typescript-eslint/eslint-plugin": "7.0.0", |
| 41 | + "@typescript-eslint/parser": "6.21.0", |
| 42 | + "@vitejs/plugin-vue": "6.0.1", |
| 43 | + "@vitest/coverage-v8": "^3.2.4", |
| 44 | + "@vitest/ui": "3.2.4", |
| 45 | + "@vue/eslint-config-typescript": "13.0.0", |
| 46 | + "@vue/test-utils": "^2.4.6", |
| 47 | + "@vue/tsconfig": "0.8.1", |
| 48 | + "eslint": "8.57.1", |
| 49 | + "eslint-config-prettier": "10.1.8", |
| 50 | + "eslint-plugin-prettier": "5.5.4", |
| 51 | + "eslint-plugin-vue": "9.33.0", |
| 52 | + "https-localhost": "4.7.1", |
| 53 | + "husky": "^9.1.7", |
| 54 | + "jsdom": "^26.1.0", |
| 55 | + "material-design-icons-iconfont": "6.7.0", |
| 56 | + "nanoid": "5.1.5", |
| 57 | + "prettier": "3.6.2", |
| 58 | + "replace-in-file": "8.3.0", |
| 59 | + "sass": "1.92.1", |
| 60 | + "typescript": "5.9.2", |
| 61 | + "unplugin": "^2.3.10", |
| 62 | + "vite": "^7.1.4", |
| 63 | + "vite-plugin-pwa": "1.0.3", |
| 64 | + "vite-plugin-vuetify": "2.1.2", |
| 65 | + "vite-plugin-webfont-dl": "3.11.1", |
| 66 | + "vite-svg-loader": "^5.1.0", |
| 67 | + "vitest": "^3.2.4", |
| 68 | + "vue-tsc": "3.0.6" |
| 69 | + }, |
| 70 | + "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
60 | 71 | } |
0 commit comments