2022-03-06 19:46:59 -05:00
|
|
|
{
|
2022-04-09 20:48:19 -04:00
|
|
|
"name": "drift",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-11-09 21:38:05 -05:00
|
|
|
"dev": "next dev --port 3000",
|
2022-04-09 20:48:19 -04:00
|
|
|
"build": "next build",
|
2022-11-09 21:38:05 -05:00
|
|
|
"start": "next start --port 3000",
|
2023-01-07 17:52:27 -05:00
|
|
|
"lint": "next lint && prettier --list-different --config .prettierrc 'src/{components,lib,app,pages}/**/*.{ts,tsx}' --write",
|
2022-04-09 20:48:19 -04:00
|
|
|
"analyze": "cross-env ANALYZE=true next build",
|
2022-11-09 21:38:05 -05:00
|
|
|
"find:unused": "next-unused",
|
2022-11-14 04:28:40 -05:00
|
|
|
"prisma": "prisma",
|
|
|
|
"jest": "jest"
|
2022-04-09 20:48:19 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-11 22:17:44 -05:00
|
|
|
"@next-auth/prisma-adapter": "^1.0.5",
|
2023-02-24 21:07:40 -05:00
|
|
|
"@next/eslint-plugin-next": "13.2.2-canary.0",
|
2023-02-25 19:27:23 -05:00
|
|
|
"@prisma/client": "^4.10.1",
|
2022-11-29 03:43:04 -05:00
|
|
|
"@radix-ui/react-dialog": "^1.0.2",
|
2023-02-25 19:27:23 -05:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.3",
|
|
|
|
"@radix-ui/react-popover": "^1.0.4",
|
2023-01-29 00:58:21 -05:00
|
|
|
"@radix-ui/react-tabs": "^1.0.2",
|
2023-02-25 19:27:23 -05:00
|
|
|
"@radix-ui/react-tooltip": "^1.0.4",
|
2023-01-24 00:05:17 -05:00
|
|
|
"@vercel/og": "^0.0.27",
|
2023-01-29 00:58:21 -05:00
|
|
|
"@wcj/markdown-to-html": "^2.2.1",
|
2022-12-16 14:49:10 -05:00
|
|
|
"client-only": "^0.0.1",
|
2023-01-29 00:58:21 -05:00
|
|
|
"client-zip": "2.3.0",
|
2023-02-25 19:27:23 -05:00
|
|
|
"jest": "^29.4.3",
|
2022-12-04 17:26:05 -05:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2023-02-24 21:07:40 -05:00
|
|
|
"next": "13.2.2-canary.0",
|
2023-02-22 02:20:02 -05:00
|
|
|
"next-auth": "^4.19.2",
|
2022-12-25 23:00:26 -05:00
|
|
|
"next-themes": "^0.2.1",
|
2022-11-08 03:23:28 -05:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-datepicker": "4.8.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-dropzone": "14.2.3",
|
2023-01-29 02:51:40 -05:00
|
|
|
"react-error-boundary": "^3.1.4",
|
2022-11-29 03:43:04 -05:00
|
|
|
"react-feather": "^2.0.10",
|
2023-01-29 00:58:21 -05:00
|
|
|
"react-hot-toast": "2.4.0",
|
2022-12-16 14:49:10 -05:00
|
|
|
"server-only": "^0.0.1",
|
2023-02-25 19:27:23 -05:00
|
|
|
"swr": "^2.0.4",
|
2022-12-04 04:31:51 -05:00
|
|
|
"textarea-markdown-editor": "1.0.4",
|
2023-01-29 00:58:21 -05:00
|
|
|
"ts-jest": "^29.0.5",
|
2022-12-18 04:14:46 -05:00
|
|
|
"uuid": "^9.0.0"
|
2022-04-09 20:48:19 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-23 23:35:25 -05:00
|
|
|
"@next/bundle-analyzer": "13.1.7-canary.26",
|
2023-02-25 19:27:23 -05:00
|
|
|
"@total-typescript/ts-reset": "^0.3.7",
|
2022-11-09 21:38:05 -05:00
|
|
|
"@types/bcrypt": "^5.0.0",
|
2022-12-04 17:26:05 -05:00
|
|
|
"@types/lodash.debounce": "^4.0.7",
|
2023-01-29 00:58:21 -05:00
|
|
|
"@types/node": "18.11.18",
|
|
|
|
"@types/react": "18.0.27",
|
|
|
|
"@types/react-datepicker": "4.8.0",
|
|
|
|
"@types/react-dom": "18.0.10",
|
2023-02-25 19:27:23 -05:00
|
|
|
"@types/uuid": "^9.0.1",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
|
|
|
"@typescript-eslint/parser": "^5.53.0",
|
2022-11-16 05:16:56 -05:00
|
|
|
"clsx": "^1.2.1",
|
2022-04-12 16:25:48 -04:00
|
|
|
"cross-env": "7.0.3",
|
2022-12-04 04:31:51 -05:00
|
|
|
"csstype": "^3.1.1",
|
2023-01-29 00:58:21 -05:00
|
|
|
"eslint": "8.33.0",
|
2023-02-23 23:35:25 -05:00
|
|
|
"eslint-config-next": "13.1.7-canary.26",
|
2022-04-12 16:25:48 -04:00
|
|
|
"next-unused": "0.0.6",
|
2023-01-29 00:58:21 -05:00
|
|
|
"prettier": "2.8.3",
|
2023-02-25 19:27:23 -05:00
|
|
|
"prisma": "^4.10.1",
|
2023-01-29 00:58:21 -05:00
|
|
|
"typescript": "4.9.4",
|
|
|
|
"typescript-plugin-css-modules": "4.1.1"
|
2022-04-09 20:48:19 -04:00
|
|
|
},
|
2022-11-08 03:23:28 -05:00
|
|
|
"optionalDependencies": {
|
2023-01-29 00:58:21 -05:00
|
|
|
"sharp": "^0.31.3"
|
2022-11-08 03:23:28 -05:00
|
|
|
},
|
2022-04-09 20:48:19 -04:00
|
|
|
"next-unused": {
|
|
|
|
"alias": {
|
|
|
|
"@components": "components/",
|
2023-01-07 16:02:52 -05:00
|
|
|
"@lib": "src/lib/",
|
2022-04-09 20:48:19 -04:00
|
|
|
"@styles": "styles/"
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"components",
|
|
|
|
"lib"
|
|
|
|
]
|
2022-11-15 23:50:54 -05:00
|
|
|
},
|
2023-01-07 16:02:52 -05:00
|
|
|
"prisma": {
|
|
|
|
"schema": "src/prisma/schema.prisma"
|
|
|
|
},
|
2022-11-15 23:50:54 -05:00
|
|
|
"overrides": {
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0"
|
2022-04-09 20:48:19 -04:00
|
|
|
}
|
2022-03-06 19:46:59 -05:00
|
|
|
}
|