qcast-front/package.json
2024-09-10 10:27:57 +09:00

47 lines
1.1 KiB
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",
"fs": "^0.0.1-security",
"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-colorful": "^5.6.1",
"react-datepicker": "^7.3.0",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-icons": "^5.3.0",
"react-responsive-modal": "^6.4.2",
"react-toastify": "^10.0.5",
"recoil": "^0.7.7",
"uuid": "^10.0.0"
},
"devDependencies": {
"@turf/turf": "^7.0.0",
"convertapi": "^1.14.0",
"dayjs": "^1.11.13",
"postcss": "^8",
"prettier": "^3.3.3",
"prisma": "^5.18.0",
"react-color-palette": "^7.2.2",
"sass": "^1.77.8",
"tailwindcss": "^3.4.1"
}
}