-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 960 Bytes
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
{
"name": "copy-of-ai-pocket-kitchen",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@google/genai": "^1.30.0",
"clsx": "^2.1.1",
"framer-motion": "^12.23.25",
"html2canvas": "^1.4.1",
"lucide-react": "^0.554.0",
"pinyin-pro": "^3.27.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hot-toast": "^2.6.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@types/html2canvas": "^0.5.35",
"@types/node": "^22.14.0",
"@vercel/node": "^5.5.15",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}