Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknesler committed Aug 1, 2023
1 parent dbe4066 commit b01aaf1
Show file tree
Hide file tree
Showing 3 changed files with 661 additions and 613 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,48 +14,48 @@
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@prisma/client": "5.0.0",
"@prisma/client": "5.1.0",
"@svgr/webpack": "^8.0.1",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.25",
"@trpc/client": "^10.34.0",
"@trpc/next": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"@trpc/server": "^10.34.0",
"@tanstack/react-query": "^4.32.1",
"@trpc/client": "^10.36.0",
"@trpc/next": "^10.36.0",
"@trpc/react-query": "^10.36.0",
"@trpc/server": "^10.36.0",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"lodash": "^4.17.21",
"mongodb": "^5.7.0",
"next": "^13.4.10",
"prisma": "^5.0.0",
"next": "^13.4.12",
"prisma": "^5.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "1.13.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/eslint": "^8.44.0",
"@types/eslint": "^8.44.1",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.15",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/prettier": "^3.0.0",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.10",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jest": "^29.6.1",
"postcss": "^8.4.26",
"jest": "^29.6.2",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
Expand Down
Loading

0 comments on commit b01aaf1

Please sign in to comment.