apix/package.json
Khoa.vo 8741e3b89f
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
feat: Initial commit with multi-provider image generation
2026-01-05 13:50:35 +07:00

36 lines
795 B
JSON

{
"name": "v2_temp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest",
"lint": "eslint"
},
"dependencies": {
"@types/uuid": "^10.0.0",
"clsx": "^2.1.1",
"dexie": "^4.0.1",
"framer-motion": "^11.18.2",
"lucide-react": "^0.562.0",
"next": "15.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^3.4.0",
"uuid": "^13.0.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^1.0.0"
}
}