qcast-front/package.json
2024-07-31 10:05:27 +09:00

31 lines
642 B
JSON

{
"name": "q.cast.prototype-nontype",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.4.2",
"@prisma/client": "^5.17.0",
"fabric": "^5.3.0",
"framer-motion": "^11.2.13",
"mathjs": "^13.0.2",
"mongodb": "^6.8.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"recoil": "^0.7.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"postcss": "^8",
"prettier": "^3.3.3",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.1"
}
}