mirror of
https://github.com/vitalityAI/office.git
synced 2025-04-09 14:00:17 -04:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
|
|
"db": "yarn prisma generate && yarn prisma db push",
|
|
"build": "yarn prisma generate && next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^4.2.1",
|
|
"better-react-mathjax": "^2.0.2",
|
|
"cookie": "^0.5.0",
|
|
"mongoose": "^6.0.12",
|
|
"next": "^12.0.3",
|
|
"next-auth": "^4.20.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-tsparticles": "^1.36.0",
|
|
"swr": "^1.0.1",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mongoose": "^5.11.97",
|
|
"@types/node": "^18.6.5",
|
|
"@types/react": "17.0.33",
|
|
"@types/uuid": "^8.3.4",
|
|
"autoprefixer": "^10.4.7",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "8.1.0",
|
|
"eslint-config-next": "11.1.2",
|
|
"js-cookie": "^3.0.1",
|
|
"postcss": "^8.4.14",
|
|
"prisma": "^4.2.1",
|
|
"tailwindcss": "^3.0.24",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|