github.com-MaxLeiter-drift/package.json

114 lines
3.1 KiB
JSON
Raw Normal View History

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",
"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",
"prisma": "prisma",
"jest": "jest"
2022-04-09 20:48:19 -04:00
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@next/eslint-plugin-next": "13.4.11-canary.0",
"@prisma/client": "^5.0.0",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.5",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.9",
"class-variance-authority": "^0.6.0",
2022-12-16 14:49:10 -05:00
"client-only": "^0.0.1",
2023-05-20 18:16:50 -04:00
"client-zip": "2.3.1",
"cmdk": "^0.2.0",
2023-05-20 18:16:50 -04:00
"date-fns": "^2.30.0",
"jest": "^29.5.0",
"lodash.debounce": "^4.0.8",
"next": "13.4.11-canary.1",
"next-auth": "^4.22.3",
"next-themes": "^0.2.1",
"react": "18.2.0",
2023-05-20 18:16:50 -04:00
"react-cookie": "^4.1.1",
"react-datepicker": "4.10.0",
"react-day-picker": "^8.8.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
2023-05-20 18:16:50 -04:00
"react-error-boundary": "^4.0.4",
"react-feather": "^2.0.10",
2023-05-20 18:16:50 -04:00
"react-hot-toast": "2.4.1",
2022-12-16 14:49:10 -05:00
"server-only": "^0.0.1",
"swr": "^2.2.0",
"tailwind-merge": "^1.13.0",
"tailwindcss-animate": "^1.0.5",
2022-12-04 04:31:51 -05:00
"textarea-markdown-editor": "1.0.4",
2023-05-20 18:16:50 -04:00
"ts-jest": "^29.1.0",
"uuid": "^9.0.0"
2022-04-09 20:48:19 -04:00
},
"devDependencies": {
"@next/bundle-analyzer": "13.4.11-canary.0",
"@total-typescript/ts-reset": "^0.4.2",
2022-11-09 21:38:05 -05:00
"@types/bcrypt": "^5.0.0",
2023-02-26 17:44:32 -05:00
"@types/git-http-backend": "^1.0.1",
"@types/jest": "^29.4.1",
"@types/lodash.debounce": "^4.0.7",
2023-05-20 18:16:50 -04:00
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-datepicker": "4.10.0",
"@types/react-dom": "18.0.11",
2023-02-25 19:27:23 -05:00
"@types/uuid": "^9.0.1",
2023-05-20 18:16:50 -04:00
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
2023-02-26 17:44:32 -05:00
"@wcj/markdown-to-html": "^2.2.1",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"cross-env": "7.0.3",
2023-05-20 18:16:50 -04:00
"csstype": "^3.1.2",
2023-02-26 17:44:32 -05:00
"dotenv": "^16.0.3",
2023-05-20 18:16:50 -04:00
"eslint": "8.38.0",
"eslint-config-next": "13.4.11-canary.1",
"jest-mock-extended": "^3.0.3",
"next-unused": "0.0.6",
"postcss": "^8.4.21",
2023-02-26 01:36:29 -05:00
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-hover-media-feature": "^1.0.2",
"postcss-nested": "^6.0.1",
2023-05-20 18:16:50 -04:00
"postcss-preset-env": "^8.4.1",
"prettier": "2.8.7",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^5.0.0",
"tailwindcss": "^3.3.2",
"typescript": "5.1.6",
2023-05-20 18:16:50 -04:00
"typescript-plugin-css-modules": "5.0.1"
2022-04-09 20:48:19 -04:00
},
"optionalDependencies": {
2023-05-20 18:16:50 -04:00
"sharp": "^0.32.0"
},
2022-04-09 20:48:19 -04:00
"next-unused": {
"alias": {
"@components": "components/",
"@lib": "src/lib/",
2022-04-09 20:48:19 -04:00
"@styles": "styles/"
},
"include": [
"components",
"lib"
]
},
"prisma": {
"schema": "src/prisma/schema.prisma"
},
"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
}