-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.21 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.21 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
{
"name": "amll-ttml-tool",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build:tsc": "tsc -b && vite build",
"build": "vite build",
"lint": "biome lint",
"fmt": "biome format --write ./src",
"preview": "vite preview",
"locale:gen": "i18next 'src/**/*.{ts,tsx}'"
},
"dependencies": {
"@applemusic-like-lyrics/core": "0.2.0",
"@applemusic-like-lyrics/lyric": "0.3.0",
"@applemusic-like-lyrics/react": "0.2.0",
"@radix-ui/themes": "^3.2.1",
"@sentry/react": "^10.32.1",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.3",
"@tauri-apps/plugin-updater": "^2.9.0",
"@ungap/structured-clone": "^1.3.0",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"classnames": "^2.5.1",
"framer-motion": "^12.23.26",
"hyphen": "^1.12.0",
"i18next": "^25.7.3",
"i18next-icu": "^2.4.1",
"idb": "^8.0.3",
"immer": "^11.1.0",
"jotai": "^2.16.0",
"jotai-history": "^0.5.0",
"jotai-immer": "^0.4.1",
"jotai-optics": "^0.4.0",
"radix-ui": "^1.4.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-error-boundary": "^6.0.0",
"react-i18next": "^16.5.0",
"react-toastify": "^11.0.5",
"react-viewport-list": "^7.1.2",
"save-file": "^2.3.1",
"semver": "^7.7.3",
"uid": "^2.0.2",
"wanakana": "^5.3.1",
"wavesurfer.js": "^7.12.1",
"workbox-window": "^7.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@fluentui/react-icons": "^2.0.316",
"@tauri-apps/cli": "^2.9.6",
"@types/emscripten": "^1.41.5",
"@types/hyphen": "^1.6.7",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/semver": "^7.7.1",
"@types/ungap__structured-clone": "^1.2.0",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "1.0.0",
"i18next-parser": "^9.3.0",
"typescript": "^5.9.3",
"unplugin-preprocessor-directives": "^1.2.0",
"vite": "^7.3.0",
"vite-plugin-i18next-loader": "^3.1.3",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-wasm": "^3.5.0",
"vite-svg-loader": "^5.1.0",
"vitest": "^4.0.17"
},
"packageManager": "pnpm@10.26.2"
}