qcast-front/package.json
2024-08-08 11:24:44 +09:00

39 lines
892 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.18.0",
"ag-grid-react": "^32.0.2",
"axios": "^1.7.3",
"fabric": "^5.3.0",
"framer-motion": "^11.2.13",
"iron-session": "^8.0.2",
"mathjs": "^13.0.2",
"mssql": "^11.0.1",
"next": "14.2.3",
"next-international": "^1.2.4",
"react": "^18",
"react-datepicker": "^7.3.0",
"react-dom": "^18",
"react-responsive-modal": "^6.4.2",
"react-toastify": "^10.0.5",
"recoil": "^0.7.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"postcss": "^8",
"prettier": "^3.3.3",
"prisma": "^5.18.0",
"sass": "^1.77.8",
"tailwindcss": "^3.4.1"
}
}