|
|
|
@ -13,73 +13,73 @@
|
|
|
|
|
"jest": "jest"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@next-auth/prisma-adapter": "^1.0.5",
|
|
|
|
|
"@next/eslint-plugin-next": "^13.2.4",
|
|
|
|
|
"@prisma/client": "^4.11.0",
|
|
|
|
|
"@next-auth/prisma-adapter": "^1.0.6",
|
|
|
|
|
"@next/eslint-plugin-next": "13.4.4-canary.0",
|
|
|
|
|
"@prisma/client": "^4.14.1",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.0.3",
|
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
|
|
|
|
"@radix-ui/react-popover": "^1.0.5",
|
|
|
|
|
"@radix-ui/react-tabs": "^1.0.3",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.0.5",
|
|
|
|
|
"@vercel/og": "^0.4.0",
|
|
|
|
|
"@vercel/og": "^0.5.2",
|
|
|
|
|
"client-only": "^0.0.1",
|
|
|
|
|
"client-zip": "2.3.0",
|
|
|
|
|
"client-zip": "2.3.1",
|
|
|
|
|
"cmdk": "^0.2.0",
|
|
|
|
|
"date-fns": "^2.30.0",
|
|
|
|
|
"jest": "^29.5.0",
|
|
|
|
|
"lodash.debounce": "^4.0.8",
|
|
|
|
|
"next": "^13.2.4",
|
|
|
|
|
"next-auth": "^4.20.1",
|
|
|
|
|
"next": "13.4.4-canary.0",
|
|
|
|
|
"next-auth": "^4.22.1",
|
|
|
|
|
"next-themes": "^0.2.1",
|
|
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-cookie": "^4.1.1",
|
|
|
|
|
"react-datepicker": "4.10.0",
|
|
|
|
|
"react-cookie": "^4.1.1",
|
|
|
|
|
"react-datepicker": "4.11.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
|
"react-dropzone": "14.2.3",
|
|
|
|
|
"react-error-boundary": "^3.1.4",
|
|
|
|
|
"react-error-boundary": "^4.0.4",
|
|
|
|
|
"react-feather": "^2.0.10",
|
|
|
|
|
"react-hot-toast": "2.4.0",
|
|
|
|
|
"react-hot-toast": "2.4.1",
|
|
|
|
|
"server-only": "^0.0.1",
|
|
|
|
|
"swr": "^2.1.0",
|
|
|
|
|
"swr": "^2.1.5",
|
|
|
|
|
"textarea-markdown-editor": "1.0.4",
|
|
|
|
|
"ts-jest": "^29.0.5",
|
|
|
|
|
"uuid": "^9.0.0",
|
|
|
|
|
"zlib": "^1.0.5"
|
|
|
|
|
"ts-jest": "^29.1.0",
|
|
|
|
|
"uuid": "^9.0.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@next/bundle-analyzer": "13.2.4",
|
|
|
|
|
"@next/bundle-analyzer": "13.4.4-canary.0",
|
|
|
|
|
"@total-typescript/ts-reset": "^0.4.2",
|
|
|
|
|
"@types/bcrypt": "^5.0.0",
|
|
|
|
|
"@types/git-http-backend": "^1.0.1",
|
|
|
|
|
"@types/jest": "^29.4.1",
|
|
|
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
|
|
|
"@types/node": "18.15.3",
|
|
|
|
|
"@types/react": "18.0.28",
|
|
|
|
|
"@types/node": "18.15.11",
|
|
|
|
|
"@types/react": "18.0.35",
|
|
|
|
|
"@types/react-datepicker": "4.10.0",
|
|
|
|
|
"@types/react-dom": "18.0.11",
|
|
|
|
|
"@types/uuid": "^9.0.1",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.55.0",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.58.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.58.0",
|
|
|
|
|
"@wcj/markdown-to-html": "^2.2.1",
|
|
|
|
|
"clsx": "^1.2.1",
|
|
|
|
|
"cross-env": "7.0.3",
|
|
|
|
|
"csstype": "^3.1.1",
|
|
|
|
|
"csstype": "^3.1.2",
|
|
|
|
|
"dotenv": "^16.0.3",
|
|
|
|
|
"eslint": "8.36.0",
|
|
|
|
|
"eslint-config-next": "13.2.4",
|
|
|
|
|
"eslint": "8.38.0",
|
|
|
|
|
"eslint-config-next": "13.4.4-canary.0",
|
|
|
|
|
"jest-mock-extended": "^3.0.3",
|
|
|
|
|
"next-unused": "0.0.6",
|
|
|
|
|
"postcss": "^8.4.21",
|
|
|
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
|
|
|
"postcss-hover-media-feature": "^1.0.2",
|
|
|
|
|
"postcss-nested": "^6.0.1",
|
|
|
|
|
"postcss-preset-env": "^8.0.1",
|
|
|
|
|
"prettier": "2.8.4",
|
|
|
|
|
"prisma": "^4.11.0",
|
|
|
|
|
"typescript": "4.9.5",
|
|
|
|
|
"typescript-plugin-css-modules": "4.2.3"
|
|
|
|
|
"postcss-preset-env": "^8.4.1",
|
|
|
|
|
"prettier": "2.8.7",
|
|
|
|
|
"prisma": "^4.12.0",
|
|
|
|
|
"typescript": "5.0.4",
|
|
|
|
|
"typescript-plugin-css-modules": "5.0.1"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"sharp": "^0.31.3"
|
|
|
|
|
"sharp": "^0.32.0"
|
|
|
|
|
},
|
|
|
|
|
"next-unused": {
|
|
|
|
|
"alias": {
|
|
|
|
|