-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.89 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.89 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
59
60
61
62
63
{
"name": "demoapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "npx @biomejs/biome lint --write",
"lint:log": "npx @biomejs/biome lint --write --log-level=info --log-kind=pretty",
"format": "npx @biomejs/biome format --write",
"format:log": "npx @biomejs/biome format --write --log-level=info --log-kind=pretty",
"check": "npx @biomejs/biome check --write",
"check:log": "npx @biomejs/biome check --write --log-level=info --log-kind=pretty",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.624.0",
"@aws-sdk/s3-request-presigner": "^3.624.0",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@tanstack/react-query": "^5.51.21",
"aws-sdk": "^2.1667.0",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"jose": "^5.6.3",
"lucide-react": "^0.417.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.1",
"react-router-dom": "^6.25.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@aws-sdk/types": "^3.609.0",
"@biomejs/biome": "^1.8.3",
"@cloudflare/workers-types": "^4.20240725.0",
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"wrangler": "^3.69.1"
}
}