40 lines
920 B
JSON
40 lines
920 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": {
|
|
"@turf/turf": "^7.0.0",
|
|
"postcss": "^8",
|
|
"prettier": "^3.3.3",
|
|
"prisma": "^5.18.0",
|
|
"sass": "^1.77.8",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|