clone_canva/image-ai/package.json

36 lines
854 B
JSON
Raw Normal View History

2024-10-22 16:07:57 +00:00
{
"name": "image-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-10-28 11:54:35 +00:00
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
2024-11-04 12:50:35 +00:00
"fabric": "5.3.0-browser",
"jsdom": "^25.0.1",
2024-10-28 11:54:35 +00:00
"lucide-react": "^0.453.0",
"next": "15.0.0",
2024-10-22 16:07:57 +00:00
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
2024-10-28 11:54:35 +00:00
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
2024-10-22 16:07:57 +00:00
},
"devDependencies": {
2024-11-04 12:50:35 +00:00
"@types/fabric": "5.3.0",
2024-10-22 16:07:57 +00:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-11-04 12:50:35 +00:00
"eslint": "^8",
"eslint-config-next": "15.0.0",
2024-10-22 16:07:57 +00:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
2024-11-04 12:50:35 +00:00
"typescript": "^5"
2024-10-22 16:07:57 +00:00
}
}