-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.78 KB
/
Copy pathpackage.json
File metadata and controls
123 lines (123 loc) · 3.78 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "betterflow",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev --webpack",
"build": "drizzle-kit generate && next build --webpack",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"upload-to-r2": "tsx scripts/upload-to-r2.ts",
"upload-all-to-r2": "tsx scripts/upload-all-to-r2.ts",
"upload-pattern": "tsx scripts/upload-pattern-to-r2.ts",
"upload-demo": "tsx scripts/upload-demo-to-r2.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1063.0",
"@aws-sdk/s3-request-presigner": "^3.1063.0",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@gsap/react": "^2.1.2",
"@hugeicons/react": "^1.1.6",
"@radix-ui/react-accordion": "^1.2.13",
"@radix-ui/react-alert-dialog": "^1.1.16",
"@radix-ui/react-avatar": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.16",
"@radix-ui/react-dropdown-menu": "^2.1.17",
"@radix-ui/react-label": "^2.1.9",
"@radix-ui/react-popover": "^1.1.16",
"@radix-ui/react-select": "^2.3.0",
"@radix-ui/react-separator": "^1.1.9",
"@radix-ui/react-slider": "^1.4.0",
"@radix-ui/react-slot": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.14",
"@radix-ui/react-tooltip": "^1.2.9",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@shadergradient/react": "^2.4.20",
"@sparticuz/chromium": "^141.0.0",
"@tanstack/react-query": "^5.101.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@use-gesture/react": "^10.3.1",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"drizzle-orm": "^0.45.2",
"firebase": "^11.10.0",
"framer-motion": "^12.40.0",
"gsap": "^3.15.0",
"hugeicons-react": "^0.4.0",
"lucide-react": "^0.552.0",
"modern-screenshot": "^4.7.0",
"motion": "^12.40.0",
"mp4-muxer": "^5.2.2",
"next": "^16.2.7",
"next-themes": "^0.4.6",
"playwright-core": "^1.60.0",
"posthog-js": "^1.382.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-dropzone": "^14.4.1",
"react-icons": "^5.6.0",
"react-moveable": "^0.56.0",
"react-syntax-highlighter": "^16.1.1",
"react-tweet": "^3.3.1",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"three": "^0.182.0",
"zod": "^4.4.3",
"zundo": "^2.3.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.3.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20.19.42",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"dotenv": "^17.4.2",
"drizzle-kit": "^0.31.10",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.7",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"playwright": "^1.60.0",
"prettier": "^3.8.4",
"tailwindcss": "^4.3.0",
"tsx": "^4.22.4",
"tw-animate-css": "^1.4.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.60.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@firebase/util",
"protobufjs"
],
"overrides": {
"protobufjs": "^7.5.6",
"minimatch": "^9.0.5",
"flatted": "^3.3.4",
"dompurify": "^3.4.11",
"picomatch": "^4.0.3",
"fast-xml-parser": "^5.3.7",
"defu": "^6.1.5",
"brace-expansion": "^2.0.2",
"follow-redirects": "^1.15.12",
"postcss": "^8.5.10",
"effect": "^3.19.0",
"esbuild": "^0.27.4"
}
}
}