office/app/package.json

38 lines
877 B
JSON

{
"name": "app",
"version": "0.1.0",
"private": true,
"license": "GPL-3.0",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"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",
"tailwindcss": "^3.0.24",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}