2022-03-06 16:46:59 -08:00
|
|
|
{
|
2022-04-09 17:48:19 -07:00
|
|
|
"name": "drift",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-11-09 18:38:05 -08:00
|
|
|
"dev": "next dev --port 3000",
|
2022-04-09 17:48:19 -07:00
|
|
|
"build": "next build",
|
2022-11-09 18:38:05 -08:00
|
|
|
"start": "next start --port 3000",
|
2023-01-07 14:52:27 -08:00
|
|
|
"lint": "next lint && prettier --list-different --config .prettierrc 'src/{components,lib,app,pages}/**/*.{ts,tsx}' --write",
|
2022-04-09 17:48:19 -07:00
|
|
|
"analyze": "cross-env ANALYZE=true next build",
|
2022-11-09 18:38:05 -08:00
|
|
|
"find:unused": "next-unused",
|
2022-11-14 01:28:40 -08:00
|
|
|
"prisma": "prisma",
|
|
|
|
"jest": "jest"
|
2022-04-09 17:48:19 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-11 19:17:44 -08:00
|
|
|
"@next-auth/prisma-adapter": "^1.0.5",
|
2023-03-28 09:37:27 +02:00
|
|
|
"@next/eslint-plugin-next": "^13.2.4",
|
|
|
|
"@prisma/client": "^4.11.0",
|
|
|
|
"@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",
|
2022-12-16 11:49:10 -08:00
|
|
|
"client-only": "^0.0.1",
|
2023-01-28 21:58:21 -08:00
|
|
|
"client-zip": "2.3.0",
|
2023-03-28 09:37:27 +02:00
|
|
|
"cmdk": "^0.2.0",
|
|
|
|
"jest": "^29.5.0",
|
2022-12-04 14:26:05 -08:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2023-03-28 09:37:27 +02:00
|
|
|
"next": "^13.2.4",
|
|
|
|
"next-auth": "^4.20.1",
|
2022-12-25 20:00:26 -08:00
|
|
|
"next-themes": "^0.2.1",
|
2022-11-08 00:23:28 -08:00
|
|
|
"react": "18.2.0",
|
2023-03-28 09:37:27 +02:00
|
|
|
"react-cookie": "^4.1.1",
|
|
|
|
"react-datepicker": "4.10.0",
|
2022-11-08 00:23:28 -08:00
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-dropzone": "14.2.3",
|
2023-01-28 23:51:40 -08:00
|
|
|
"react-error-boundary": "^3.1.4",
|
2022-11-29 00:43:04 -08:00
|
|
|
"react-feather": "^2.0.10",
|
2023-01-28 21:58:21 -08:00
|
|
|
"react-hot-toast": "2.4.0",
|
2022-12-16 11:49:10 -08:00
|
|
|
"server-only": "^0.0.1",
|
2023-03-28 09:37:27 +02:00
|
|
|
"swr": "^2.1.0",
|
2022-12-04 01:31:51 -08:00
|
|
|
"textarea-markdown-editor": "1.0.4",
|
2023-01-28 21:58:21 -08:00
|
|
|
"ts-jest": "^29.0.5",
|
2023-02-26 14:44:32 -08:00
|
|
|
"uuid": "^9.0.0",
|
|
|
|
"zlib": "^1.0.5"
|
2022-04-09 17:48:19 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-28 09:37:27 +02:00
|
|
|
"@next/bundle-analyzer": "13.2.4",
|
|
|
|
"@total-typescript/ts-reset": "^0.4.2",
|
2022-11-09 18:38:05 -08:00
|
|
|
"@types/bcrypt": "^5.0.0",
|
2023-02-26 14:44:32 -08:00
|
|
|
"@types/git-http-backend": "^1.0.1",
|
2023-03-28 09:37:27 +02:00
|
|
|
"@types/jest": "^29.4.1",
|
2022-12-04 14:26:05 -08:00
|
|
|
"@types/lodash.debounce": "^4.0.7",
|
2023-03-28 09:37:27 +02:00
|
|
|
"@types/node": "18.15.3",
|
|
|
|
"@types/react": "18.0.28",
|
|
|
|
"@types/react-datepicker": "4.10.0",
|
|
|
|
"@types/react-dom": "18.0.11",
|
2023-02-25 16:27:23 -08:00
|
|
|
"@types/uuid": "^9.0.1",
|
2023-03-28 09:37:27 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
|
|
"@typescript-eslint/parser": "^5.55.0",
|
2023-02-26 14:44:32 -08:00
|
|
|
"@wcj/markdown-to-html": "^2.2.1",
|
2022-11-16 02:16:56 -08:00
|
|
|
"clsx": "^1.2.1",
|
2022-04-12 13:25:48 -07:00
|
|
|
"cross-env": "7.0.3",
|
2022-12-04 01:31:51 -08:00
|
|
|
"csstype": "^3.1.1",
|
2023-02-26 14:44:32 -08:00
|
|
|
"dotenv": "^16.0.3",
|
2023-03-28 09:37:27 +02:00
|
|
|
"eslint": "8.36.0",
|
|
|
|
"eslint-config-next": "13.2.4",
|
|
|
|
"jest-mock-extended": "^3.0.3",
|
2022-04-12 13:25:48 -07:00
|
|
|
"next-unused": "0.0.6",
|
2023-03-28 09:37:27 +02:00
|
|
|
"postcss": "^8.4.21",
|
2023-02-25 22:36:29 -08:00
|
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
|
|
"postcss-hover-media-feature": "^1.0.2",
|
|
|
|
"postcss-nested": "^6.0.1",
|
|
|
|
"postcss-preset-env": "^8.0.1",
|
2023-03-28 09:37:27 +02:00
|
|
|
"prettier": "2.8.4",
|
|
|
|
"prisma": "^4.11.0",
|
|
|
|
"typescript": "4.9.5",
|
|
|
|
"typescript-plugin-css-modules": "4.2.3"
|
2022-04-09 17:48:19 -07:00
|
|
|
},
|
2022-11-08 00:23:28 -08:00
|
|
|
"optionalDependencies": {
|
2023-01-28 21:58:21 -08:00
|
|
|
"sharp": "^0.31.3"
|
2022-11-08 00:23:28 -08:00
|
|
|
},
|
2022-04-09 17:48:19 -07:00
|
|
|
"next-unused": {
|
|
|
|
"alias": {
|
|
|
|
"@components": "components/",
|
2023-01-07 13:02:52 -08:00
|
|
|
"@lib": "src/lib/",
|
2022-04-09 17:48:19 -07:00
|
|
|
"@styles": "styles/"
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"components",
|
|
|
|
"lib"
|
|
|
|
]
|
2022-11-15 20:50:54 -08:00
|
|
|
},
|
2023-01-07 13:02:52 -08:00
|
|
|
"prisma": {
|
|
|
|
"schema": "src/prisma/schema.prisma"
|
|
|
|
},
|
2022-11-15 20:50:54 -08:00
|
|
|
"overrides": {
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0"
|
2022-04-09 17:48:19 -07:00
|
|
|
}
|
2022-03-06 16:46:59 -08:00
|
|
|
}
|