54 lines
No EOL
1.5 KiB
JSON
54 lines
No EOL
1.5 KiB
JSON
{
|
|
"name": "leaky-ships",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
"@fortawesome/pro-duotone-svg-icons": "^6.2.1",
|
|
"@fortawesome/pro-light-svg-icons": "^6.2.1",
|
|
"@fortawesome/pro-regular-svg-icons": "^6.2.1",
|
|
"@fortawesome/pro-solid-svg-icons": "^6.2.1",
|
|
"@fortawesome/pro-thin-svg-icons": "^6.2.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@fortawesome/sharp-solid-svg-icons": "^6.2.1",
|
|
"@next/font": "13.1.1",
|
|
"@prisma/client": "^4.9.0",
|
|
"bcrypt": "^5.1.0",
|
|
"classnames": "^2.3.2",
|
|
"colors": "^1.4.0",
|
|
"cookies-next": "^2.1.1",
|
|
"eslint": "8.31.0",
|
|
"eslint-config-next": "13.1.1",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"next": "13.1.1",
|
|
"prisma": "^4.9.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"socket.io": "^4.5.4",
|
|
"socket.io-client": "^4.5.4",
|
|
"typescript": "4.9.4",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/jsonwebtoken": "^9.0.1",
|
|
"@types/node": "^18.11.18",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/uuid": "^9.0.0",
|
|
"@types/web-bluetooth": "^0.0.16",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.3",
|
|
"prettier-plugin-tailwindcss": "^0.2.2",
|
|
"sass": "^1.57.1",
|
|
"tailwindcss": "^3.2.4"
|
|
}
|
|
} |