Files
mixyboos/package.json
Fergal Moran d2b422e716 Routes.
2023-07-07 18:17:05 +01:00

114 lines
3.3 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",
"lint": "next lint",
"start": "next start",
"test": "export $(xargs < .env) && jest"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@sentry/nextjs": "^7.57.0",
"@sindresorhus/slugify": "^2.2.1",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.19",
"@trpc/client": "^10.33.0",
"@trpc/next": "^10.33.0",
"@trpc/react-query": "^10.33.0",
"@trpc/server": "^10.33.0",
"argon2": "^0.30.3",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.27.0",
"http-status-codes": "^2.2.0",
"import-local": "^3.1.0",
"install": "^0.13.0",
"next": "13.4.10-canary.0",
"next-auth": "^4.22.1",
"pg": "^8.11.1",
"postgres": "^3.3.5",
"quirrel": "^1.14.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"superjson": "1.12.4",
"yup": "^1.2.0",
"zod": "^3.21.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@azure/identity": "^3.2.3",
"@azure/storage-blob": "^12.14.0",
"@faker-js/faker": "^8.0.2",
"@hookform/resolvers": "^3.1.1",
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@next/env": "^13.4.8",
"@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.2",
"@types/jest": "^29.5.2",
"@types/mime-types": "^2.1.1",
"@types/node": "^20.3.3",
"@types/pg": "^8.10.2",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/superagent": "^4.1.18",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"concurrently": "^8.2.0",
"dayjs": "^1.11.9",
"drizzle-kit": "^0.19.3",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.8",
"hls.js": "^1.4.8",
"jest": "^29.6.0",
"lucide-react": "^0.258.0",
"next-themes": "^0.2.1",
"node-mocks-http": "^1.12.2",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"pusher": "^5.1.3",
"pusher-js": "^8.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.1",
"recharts": "^2.7.2",
"retry": "^0.13.1",
"superagent": "^8.0.9",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.6",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"vitest": "^0.32.4"
},
"ct3aMetadata": {
"initVersion": "7.12.2"
},
"packageManager": "yarn@1.22.19"
}