Files
ayristech_new/package.json
T
2026-05-30 18:23:21 +03:00

34 lines
709 B
JSON

{
"name": "ayristech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"framer-motion": "^12.40.0",
"next": "16.2.6",
"pg": "^8.21.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"prisma": "^7.8.0",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
}