-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
85 lines (85 loc) · 2.57 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
84
85
{
"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.1.1",
"@react-aria/i18n": "^3.12.4",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-router": "1.87.12",
"@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.2.0",
"clsx": "^2.1.1",
"epubjs": "^0.3.93",
"filesize": "^10.1.6",
"framer-motion": "^11.14.3",
"immer": "^10.1.1",
"libphonenumber-js": "^1.11.16",
"lodash.debounce": "^4.0.8",
"md5": "^2.3.0",
"monaco-editor": "^0.52.2",
"openapi-fetch": "^0.13.3",
"p-limit": "^6.1.0",
"qr-code-styling": "1.8.4",
"react-apexcharts": "^1.7.0",
"react-colorful": "^5.6.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.54.1",
"react-hot-toast": "^2.4.1",
"react-reader": "^2.0.12",
"react-top-loading-bar": "^2.3.1",
"react-use-websocket": "^4.11.1",
"use-breakpoint": "^4.0.5",
"usehooks-ts": "^3.1.0",
"zustand": "5.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@iconify/json": "^2.2.282",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/router-vite-plugin": "^1.87.13",
"@types/lodash.debounce": "^4.0.9",
"@types/md5": "^2.3.5",
"@types/node": "22.10.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"openapi-typescript": "^7.4.4",
"openapi-typescript-helpers": "^0.0.15",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtuoso": "^4.12.3",
"tailwindcss": "^3.4.16",
"terser": "^5.37.0",
"typescript": "^5.7.2",
"unplugin-icons": "^0.21.0",
"vite": "^6.0.3",
"vite-bundle-analyzer": "^0.15.2",
"vite-tsconfig-paths": "^5.1.4"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"typecheck": "tsc --noEmit",
"preview": "vite preview ",
"lint": "biome lint --write ./src",
"format": "biome format --write ./src",
"gen:api-client": "openapi-typescript \"https://raw.githubusercontent.com/tgdrive/teldrive-docs/refs/heads/main/openapi/openapi.yaml\" -o ./src/lib/api.d.ts"
},
"pnpm": {
"overrides": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
}