mirror of
https://github.com/fergalmoran/mixyboos.git
synced 2026-02-16 04:54:44 +00:00
92 lines
2.7 KiB
JSON
92 lines
2.7 KiB
JSON
{
|
|
"name": "mixyboos",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"ssl": "NODE_ENV=development node ./server.js",
|
|
"sslq": "concurrently 'NODE_ENV=development node ./server.js' 'quirrel'",
|
|
"quirrel": "quirrel",
|
|
"postinstall": "prisma generate",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.14",
|
|
"@next-auth/prisma-adapter": "^1.0.6",
|
|
"@prisma/client": "^4.15.0",
|
|
"@t3-oss/env-nextjs": "^0.4.0",
|
|
"@tanstack/react-query": "^4.29.12",
|
|
"@trpc/client": "^10.28.1",
|
|
"@trpc/next": "^10.28.1",
|
|
"@trpc/react-query": "^10.28.1",
|
|
"@trpc/server": "^10.28.1",
|
|
"argon2": "^0.30.3",
|
|
"classnames": "^2.3.2",
|
|
"http-status-codes": "^2.2.0",
|
|
"install": "^0.13.0",
|
|
"next": "13.4.5-canary.0",
|
|
"next-auth": "^4.22.1",
|
|
"quirrel": "^1.13.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-icons": "^4.9.0",
|
|
"superjson": "1.12.3",
|
|
"yup": "^1.2.0",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.0.2",
|
|
"@hookform/resolvers": "^3.1.0",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.0.1",
|
|
"@radix-ui/react-avatar": "^1.0.3",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@types/eslint": "^8.40.0",
|
|
"@types/node": "^20.2.5",
|
|
"@types/prettier": "^2.7.3",
|
|
"@types/react": "^18.2.7",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@types/superagent": "^4.1.18",
|
|
"@types/uuid": "^9.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
"@typescript-eslint/parser": "^5.59.8",
|
|
"autoprefixer": "^10.4.14",
|
|
"class-variance-authority": "^0.6.0",
|
|
"clsx": "^1.2.1",
|
|
"concurrently": "^8.0.1",
|
|
"dayjs": "^1.11.7",
|
|
"eslint": "^8.41.0",
|
|
"eslint-config-next": "^13.4.4",
|
|
"hls.js": "^1.4.4",
|
|
"lucide-react": "^0.229.0",
|
|
"next-themes": "^0.2.1",
|
|
"postcss": "^8.4.24",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
"prisma": "^4.15.0",
|
|
"pusher": "^5.1.3",
|
|
"pusher-js": "^8.0.2",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hook-form": "^7.44.2",
|
|
"recharts": "^2.6.2",
|
|
"retry": "^0.13.1",
|
|
"superagent": "^8.0.9",
|
|
"tailwind-merge": "^1.12.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"typescript": "^5.0.4",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.12.2"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|