80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"name": "leaky-ships",
|
|
"scripts": {
|
|
"dev": "vinxi dev",
|
|
"build": "vinxi build",
|
|
"start": "vinxi start",
|
|
"lint": "eslint --fix \"**/*.{ts,tsx,js,jsx}\"",
|
|
"push": "drizzle-kit push:pg",
|
|
"test": "pnpm playwright test --ui",
|
|
"typecheck": "tsc --noEmit --checkJs false --skipLibCheck"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@auth/core": "^0.27.0",
|
|
"@auth/drizzle-adapter": "^0.7.0",
|
|
"@auth/solid-start": "^0.6.1",
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
"@fortawesome/pro-duotone-svg-icons": "^6.5.1",
|
|
"@fortawesome/pro-light-svg-icons": "^6.5.1",
|
|
"@fortawesome/pro-regular-svg-icons": "^6.5.1",
|
|
"@fortawesome/pro-solid-svg-icons": "^6.5.1",
|
|
"@fortawesome/pro-thin-svg-icons": "^6.5.1",
|
|
"@fortawesome/sharp-solid-svg-icons": "^6.5.1",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@solidjs/meta": "^0.29.3",
|
|
"@solidjs/router": "^0.12.4",
|
|
"@solidjs/start": "^0.5.9",
|
|
"classnames": "^2.5.1",
|
|
"colors": "^1.4.0",
|
|
"drizzle-orm": "^0.29.4",
|
|
"drizzle-zod": "^0.5.1",
|
|
"http-status": "^1.7.3",
|
|
"json-stable-stringify": "^1.1.1",
|
|
"lodash-es": "^4.17.21",
|
|
"nodemailer": "^6.9.10",
|
|
"object-hash": "^3.0.0",
|
|
"postgres": "^3.4.3",
|
|
"socket.io": "^4.7.4",
|
|
"socket.io-client": "^4.7.4",
|
|
"solid-color": "^0.0.4",
|
|
"solid-js": "^1.8.15",
|
|
"tinycolor2": "^1.6.0",
|
|
"unique-names-generator": "^4.7.1",
|
|
"vinxi": "^0.3.3",
|
|
"zod": "3.22.4"
|
|
},
|
|
"packageManager": "pnpm@8.7.4",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.41.2",
|
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
"@types/json-stable-stringify": "^1.0.36",
|
|
"@types/node": "^20.11.19",
|
|
"@types/nodemailer": "^6.4.14",
|
|
"@types/object-hash": "^3.0.6",
|
|
"@types/web-bluetooth": "^0.0.20",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
"autoprefixer": "^10.4.17",
|
|
"dotenv": "^16.4.5",
|
|
"drizzle-kit": "^0.20.14",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-solid": "^0.13.1",
|
|
"pg": "^8.11.3",
|
|
"postcss": "^8.4.35",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"sass": "^1.71.1",
|
|
"solid-start-node": "^0.3.10",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.1.4"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@auth/core": "^0.13.0",
|
|
"solid-start": "^0.3.5"
|
|
}
|
|
}
|
|
}
|