-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.29 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
{
"name": "react-meme-maker",
"version": "2.0.0",
"scripts": {
"dev": "next --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@types/wicg-file-system-access": "^2023.10.7",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/blob": "^2.0.1",
"browser-fs-access": "^0.38.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase-admin": "^13.6.0",
"framer-motion": "^12.29.2",
"jotai": "^2.17.0",
"js-base64": "^3.7.8",
"konva": "^10.2.0",
"lucide-react": "^0.563.0",
"next": "^16.1.6",
"pino": "^10.3.0",
"pino-pretty": "^13.1.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0",
"react-konva": "^19.2.1",
"sharp": "^0.34.5",
"tailwind-merge": "^3.4.0",
"use-image": "^1.1.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.13",
"@tailwindcss/postcss": "^4.1.18",
"@types/bun": "^1.3.8",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"private": true
}