forked from tgdrive/teldrive-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.36 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
82
83
{
"name": "drive-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@artplayer/player": "^5.2.0",
"@monaco-editor/react": "^4.6.0",
"@nextui-org/use-clipboard": "^2.0.7",
"@react-aria/i18n": "^3.12.3",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-router": "1.79.0",
"@tw-material/file-browser": "^1.0.32",
"@tw-material/framer-transitions": "^1.1.4",
"@tw-material/react": "^1.1.21",
"@tw-material/system": "^1.1.1",
"@tw-material/theme": "^1.1.12",
"apexcharts": "^4.0.0",
"clsx": "^2.1.1",
"epubjs": "^0.3.93",
"feaxios": "^0.0.23",
"filesize": "^10.1.6",
"framer-motion": "^11.11.11",
"immer": "^10.1.1",
"libphonenumber-js": "^1.11.13",
"lodash.debounce": "^4.0.8",
"md5": "^2.3.0",
"monaco-editor": "^0.52.0",
"p-limit": "^6.1.0",
"qr-code-styling": "1.8.4",
"react-apexcharts": "^1.5.0",
"react-colorful": "^5.6.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.53.1",
"react-hot-toast": "^2.4.1",
"react-reader": "^2.0.11",
"react-top-loading-bar": "^2.3.1",
"react-use-websocket": "^4.10.1",
"use-breakpoint": "^4.0.1",
"usehooks-ts": "^3.1.0",
"zustand": "5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@iconify/json": "^2.2.269",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/router-vite-plugin": "^1.79.0",
"@types/lodash.debounce": "^4.0.9",
"@types/md5": "^2.3.5",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtuoso": "^4.12.0",
"tailwindcss": "^3.4.14",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"unplugin-icons": "^0.20.1",
"vite": "^5.4.10",
"vite-bundle-analyzer": "^0.13.0",
"vite-tsconfig-paths": "^5.1.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"typecheck": "tsc --noEmit",
"preview": "vite preview ",
"lint": "biome lint --write ./src",
"format": "biome format --write ./src",
"update": "pnpm up --latest"
},
"pnpm": {
"overrides": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
}