|
1 | 1 | { |
2 | 2 | "name": "museeks", |
3 | | - "productName": "Museeks", |
4 | 3 | "version": "0.23.4", |
5 | 4 | "description": "A simple, clean, and cross-platform music player.", |
6 | | - "type": "module", |
7 | 5 | "bugs": { |
8 | 6 | "url": "https://github.com/martpie/museeks/issues" |
9 | 7 | }, |
10 | | - "author": "Pierre de la Martinière <pierre.de.la.martiniere@gmail.com>", |
11 | 8 | "license": "MIT", |
| 9 | + "author": "Pierre de la Martinière <pierre.de.la.martiniere@gmail.com>", |
12 | 10 | "repository": { |
13 | 11 | "type": "git", |
14 | 12 | "url": "https://github.com/martpie/museeks" |
15 | 13 | }, |
| 14 | + "type": "module", |
16 | 15 | "scripts": { |
17 | 16 | "dev": "vp dev", |
18 | 17 | "build": "vp build", |
|
26 | 25 | "postinstall": "simple-git-hooks", |
27 | 26 | "knip": "knip" |
28 | 27 | }, |
29 | | - "simple-git-hooks": { |
30 | | - "pre-commit": "vp run gen:translations && git add src/translations" |
31 | | - }, |
32 | 28 | "dependencies": { |
33 | 29 | "@base-ui/react": "1.4.1", |
34 | 30 | "@dnd-kit/core": "6.3.1", |
|
38 | 34 | "@lingui/core": "6.0.0", |
39 | 35 | "@lingui/react": "6.0.0", |
40 | 36 | "@stylexjs/stylex": "0.18.3", |
41 | | - "@tanstack/react-query": "5.100.5", |
42 | | - "@tanstack/react-router": "1.168.24", |
| 37 | + "@tanstack/react-query": "5.100.6", |
| 38 | + "@tanstack/react-router": "1.168.25", |
43 | 39 | "@tanstack/react-virtual": "3.13.24", |
44 | 40 | "@tauri-apps/api": "2.10.1", |
45 | 41 | "@tauri-apps/plugin-clipboard-manager": "2.3.2", |
|
69 | 65 | "@rolldown/plugin-babel": "0.2.3", |
70 | 66 | "@stylexjs/eslint-plugin": "0.18.3", |
71 | 67 | "@stylexjs/unplugin": "0.18.3", |
72 | | - "@tanstack/router-plugin": "1.167.27", |
| 68 | + "@tanstack/router-plugin": "1.167.28", |
73 | 69 | "@tauri-apps/cli": "2.10.1", |
74 | 70 | "@types/lodash-es": "4.17.12", |
75 | 71 | "@types/node": "^24.12.2", |
|
88 | 84 | "vitest": "catalog:", |
89 | 85 | "vitest-browser-react": "2.2.0" |
90 | 86 | }, |
91 | | - "packageManager": "pnpm@10.33.2" |
| 87 | + "simple-git-hooks": { |
| 88 | + "pre-commit": "vp run gen:translations && git add src/translations" |
| 89 | + }, |
| 90 | + "packageManager": "pnpm@11.0.0", |
| 91 | + "productName": "Museeks" |
92 | 92 | } |
0 commit comments