leaky-ships/leaky-ships/package.json

64 lines
1.9 KiB
JSON

{
"name": "leaky-ships",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "pnpm playwright test --ui"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/pro-duotone-svg-icons": "^6.4.0",
"@fortawesome/pro-light-svg-icons": "^6.4.0",
"@fortawesome/pro-regular-svg-icons": "^6.4.0",
"@fortawesome/pro-solid-svg-icons": "^6.4.0",
"@fortawesome/pro-thin-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fortawesome/sharp-solid-svg-icons": "^6.4.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/font": "13.1.1",
"@prisma/client": "^4.16.2",
"classnames": "^2.3.2",
"colors": "^1.4.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"http-status": "^1.6.2",
"immer": "^10.0.2",
"next": "13.1.1",
"next-auth": "^4.22.3",
"nodemailer": "^6.9.4",
"prisma": "^4.16.2",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-otp-input": "^3.0.4",
"react-toastify": "^9.1.3",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"typescript": "4.9.4",
"unique-names-generator": "^4.7.1",
"zod": "3.21.1",
"zod-prisma-types": "^2.7.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@total-typescript/ts-reset": "^0.3.7",
"@types/node": "^18.17.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/web-bluetooth": "^0.0.16",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"sass": "^1.64.1",
"tailwindcss": "^3.3.3"
}
}