Compare commits
1 commit
main
...
old-next.j
Author | SHA1 | Date | |
---|---|---|---|
ef6ec3b9b4 |
2 changed files with 272 additions and 502 deletions
|
@ -10,14 +10,14 @@
|
||||||
"test": "pnpm playwright test --ui"
|
"test": "pnpm playwright test --ui"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
||||||
"@fortawesome/pro-duotone-svg-icons": "^6.4.0",
|
"@fortawesome/pro-duotone-svg-icons": "^6.4.2",
|
||||||
"@fortawesome/pro-light-svg-icons": "^6.4.0",
|
"@fortawesome/pro-light-svg-icons": "^6.4.2",
|
||||||
"@fortawesome/pro-regular-svg-icons": "^6.4.0",
|
"@fortawesome/pro-regular-svg-icons": "^6.4.2",
|
||||||
"@fortawesome/pro-solid-svg-icons": "^6.4.0",
|
"@fortawesome/pro-solid-svg-icons": "^6.4.2",
|
||||||
"@fortawesome/pro-thin-svg-icons": "^6.4.0",
|
"@fortawesome/pro-thin-svg-icons": "^6.4.2",
|
||||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||||
"@fortawesome/sharp-solid-svg-icons": "^6.4.0",
|
"@fortawesome/sharp-solid-svg-icons": "^6.4.2",
|
||||||
"@next-auth/prisma-adapter": "^1.0.7",
|
"@next-auth/prisma-adapter": "^1.0.7",
|
||||||
"@next/font": "13.1.1",
|
"@next/font": "13.1.1",
|
||||||
"@prisma/client": "^4.16.2",
|
"@prisma/client": "^4.16.2",
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
"http-status": "^1.6.2",
|
"http-status": "^1.6.2",
|
||||||
"immer": "^10.0.2",
|
"immer": "^10.0.2",
|
||||||
"next": "13.1.1",
|
"next": "13.1.1",
|
||||||
"next-auth": "^4.22.3",
|
"next-auth": "^4.23.0",
|
||||||
"nodemailer": "^6.9.4",
|
"nodemailer": "^6.9.4",
|
||||||
"prisma": "^4.16.2",
|
"prisma": "^4.16.2",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
@ -36,29 +36,29 @@
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-otp-input": "^3.0.4",
|
"react-otp-input": "^3.0.4",
|
||||||
"react-toastify": "^9.1.3",
|
"react-toastify": "^9.1.3",
|
||||||
"socket.io": "^4.7.1",
|
"socket.io": "^4.7.2",
|
||||||
"socket.io-client": "^4.7.1",
|
"socket.io-client": "^4.7.2",
|
||||||
"typescript": "4.9.4",
|
"typescript": "4.9.4",
|
||||||
"unique-names-generator": "^4.7.1",
|
"unique-names-generator": "^4.7.1",
|
||||||
"zod": "3.21.1",
|
"zod": "3.21.1",
|
||||||
"zod-prisma-types": "^2.7.4",
|
"zod-prisma-types": "^2.7.9",
|
||||||
"zustand": "^4.3.9"
|
"zustand": "^4.4.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.36.2",
|
"@playwright/test": "^1.37.0",
|
||||||
"@total-typescript/ts-reset": "^0.3.7",
|
"@total-typescript/ts-reset": "^0.3.7",
|
||||||
"@types/node": "^18.17.0",
|
"@types/node": "^18.17.5",
|
||||||
"@types/react": "^18.2.15",
|
"@types/react": "^18.2.20",
|
||||||
"@types/react-dom": "^18.2.7",
|
"@types/react-dom": "^18.2.7",
|
||||||
"@types/web-bluetooth": "^0.0.16",
|
"@types/web-bluetooth": "^0.0.16",
|
||||||
"autoprefixer": "^10.4.14",
|
"autoprefixer": "^10.4.15",
|
||||||
"dotenv": "^16.3.1",
|
"dotenv": "^16.3.1",
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.10.0",
|
||||||
"postcss": "^8.4.27",
|
"postcss": "^8.4.27",
|
||||||
"prettier": "^3.0.0",
|
"prettier": "^3.0.1",
|
||||||
"prettier-plugin-organize-imports": "^3.2.3",
|
"prettier-plugin-organize-imports": "^3.2.3",
|
||||||
"prettier-plugin-tailwindcss": "^0.4.1",
|
"prettier-plugin-tailwindcss": "^0.4.1",
|
||||||
"sass": "^1.64.1",
|
"sass": "^1.65.1",
|
||||||
"tailwindcss": "^3.3.3"
|
"tailwindcss": "^3.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
736
leaky-ships/pnpm-lock.yaml
generated
736
leaky-ships/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue