Portfolio/Websites/jefes-nextjs/package.json
2023-11-04 17:36:57 -07:00

42 lines
971 B
JSON

{
"name": "jefes-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "5.4.2",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"easymde": "^2.18.0",
"embla-carousel-react": "^8.0.0-rc14",
"next": "13.5.6",
"prisma": "^5.4.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-simplemde-editor": "^5.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"daisyui": "^3.9.3",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}