forked from Nutlope/easyedit
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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
{
"name": "easyedit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.696.0",
"@fal-ai/client": "^1.5.0",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dedent": "^1.6.0",
"lucide-react": "^0.511.0",
"next": "15.3.8",
"next-plausible": "^3.12.4",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"server-only": "^0.0.1",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0",
"tiny-invariant": "^1.3.3",
"zod": "^3.25.48",
"zod-to-json-schema": "^3.24.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.3",
"typescript": "^5",
"undici": "^7.11.0"
}
}