-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.82 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.82 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
{
"name": "Cloudflare R2 Client",
"private": true,
"version": "0.2.8",
"scripts": {
"dev": "next dev --turbopack -p 3000",
"build": "next build",
"start": "next start",
"tauri": "tauri",
"tauri:dev": "tauri dev --features connector",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit",
"test": "bun test",
"check": "bun run format:check && bun run typecheck && bun test"
},
"dependencies": {
"@ant-design/icons": "^6.2.3",
"@aws-sdk/client-s3": "^3.1048.0",
"@aws-sdk/lib-storage": "^3.1048.0",
"@aws-sdk/s3-request-presigner": "^3.1048.0",
"@monaco-editor/react": "^4.7.0",
"@smithy/fetch-http-handler": "^5.4.3",
"@tailwindcss/postcss": "^4.3.0",
"@tanstack/react-query": "^5.100.10",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-http": "^2.5.9",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.1",
"@zumer/snapdom": "^2.12.0",
"antd": "^6.4.2",
"framer-motion": "^12.38.0",
"monaco-editor": "^0.55.1",
"next": "^16.2.6",
"postcss": "^8.5.14",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-pdf": "^10.4.1",
"react-virtuoso": "^4.18.7",
"tailwindcss": "^4.3.0",
"tauri-plugin-video-thumbnail": "^0.1.0",
"zustand": "^5.0.13"
},
"devDependencies": {
"@laststance/tailwind-suggest-canonical-classes": "^0.1.1",
"@tanstack/react-query-devtools": "^5.100.10",
"@tauri-apps/cli": "^2.11.1",
"@types/node": "^25.8.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"typescript": "~6.0.3"
}
}