fiddy/apps/web/package.json

40 lines
1.0 KiB
JSON

{
"name": "@fiddy/web",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . && node scripts/check-no-group-id-routes.cjs",
"test": "node __tests__/run-tests.cjs",
"pretest:ui": "npm --prefix ../.. --workspace @fiddy/db run test:ui-seed",
"test:ui": "playwright test"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"next": "^16.1.6",
"pg": "^8.13.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.14.12",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"playwright": "^1.49.1",
"postcss": "^8.4.39",
"server-only": "^0.0.1",
"tailwindcss": "^3.4.7",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
}
}