forked from prayag17/Blink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.16 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
{
"name": "blink",
"private": true,
"version": "0.0.5-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.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@fontsource-variable/noto-sans": "^5.0.5",
"@fontsource/noto-sans": "^5.0.22",
"@jellyfin/sdk": "0.9.0",
"@million/lint": "1.0.0-rc.13",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "6.0.0-alpha.6",
"@tanem/react-nprogress": "^5.0.51",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-router": "^1.34.5",
"@tanstack/react-virtual": "^3.5.0",
"@tauri-apps/api": "^1.5.6",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"axios": "^1.7.2",
"axios-tauri-api-adapter": "^0.2.1",
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517",
"blurhash": "^2.0.5",
"events": "^3.3.0",
"framer-motion": "^11.2.7",
"jassub": "^1.7.15",
"material-symbols": "^0.18.0",
"million": "^3.1.6",
"notistack": "^3.0.1",
"react": "18.3.1",
"react-blurhash": "^0.3.0",
"react-dom": "18.3.1",
"react-error-boundary": "^4.0.13",
"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",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"typescript": "^5.4.5",
"vite-plugin-svgr": "^4.2.0",
"wavesurfer.js": "^7.7.15",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@tanstack/router-cli": "^1.33.12",
"@tanstack/router-devtools": "^1.34.5",
"@tanstack/router-vite-plugin": "^1.34.1",
"@tauri-apps/cli": "^1.5.14",
"@vitejs/plugin-react": "^4.3.0",
"prop-types": "^15.8.1",
"sass": "^1.77.2",
"vite": "^5.2.12",
"vite-plugin-compression": "^0.5.1"
},
"license": "GPL-3.0-only"
}