-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
81 lines (81 loc) · 2.41 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "blink",
"private": true,
"version": "0.0.6-dev",
"type": "module",
"scripts": {
"dev": "vite && tsr watch",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "biome check src/**/*",
"lint:fix": "biome check --apply src/**/*",
"tanstack-router-dev": "tsr watch"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource-variable/noto-sans": "^5.1.0",
"@jellyfin/sdk": "0.11.0",
"@million/lint": "^1.0.11",
"@mui/lab": "6.0.0-beta.14",
"@mui/material": "6.1.6",
"@react-spring/web": "^9.7.5",
"@tanem/react-nprogress": "^5.0.52",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.79.0",
"@tanstack/react-virtual": "^3.10.9",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-clipboard-manager": "2.1.0-beta.6",
"@tauri-apps/plugin-dialog": "2.0.1",
"@tauri-apps/plugin-notification": "2.0.0",
"@tauri-apps/plugin-process": "2.0.0",
"@tauri-apps/plugin-store": "github:tauri-apps/tauri-plugin-store#v2",
"@tauri-apps/plugin-updater": "2.0.0",
"@tauri-apps/plugin-upload": "2.1.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"axios": "^1.7.7",
"axios-tauri-api-adapter": "^2.0.2",
"blurhash": "^2.0.5",
"framer-motion": "^11.11.11",
"immer": "^10.1.1",
"jassub": "^1.7.17",
"lodash": "^4.17.21",
"material-symbols": "^0.26.0",
"million": "^3.1.11",
"notistack": "^3.0.1",
"react": "18.3.1",
"react-blurhash": "^0.3.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.1.2",
"react-markdown": "^9.0.1",
"react-multi-carousel": "^2.8.5",
"react-player": "^2.16.0",
"react-use-konami": "^1.1.0",
"remark-gfm": "^4.0.0",
"typescript": "^5.6.3",
"vite-plugin-svgr": "^4.3.0",
"wavesurfer.js": "^7.8.8",
"zustand": "5.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining-assign": "^7.25.9",
"@biomejs/biome": "^1.9.4",
"@tanstack/router-cli": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-vite-plugin": "^1.79.0",
"@tauri-apps/cli": "2.0.4",
"@types/lodash": "^4.17.13",
"@vitejs/plugin-react": "^4.3.3",
"prop-types": "^15.8.1",
"sass": "^1.80.6",
"vite": "^5.4.10"
},
"license": "GPL-3.0-only"
}