You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
|
2 months ago
|
{
|
||
|
|
"name": "modern-app",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start",
|
||
|
|
"lint": "eslint . --ext .ts,.tsx",
|
||
|
|
"lint:fix": "eslint . --ext .ts,.tsx --fix",
|
||
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,json,md}\"",
|
||
|
|
"type-check": "tsc --noEmit",
|
||
|
|
"test": "jest",
|
||
|
|
"test:watch": "jest --watch",
|
||
|
|
"test:coverage": "jest --coverage",
|
||
|
|
"e2e": "playwright test",
|
||
|
|
"e2e:ui": "playwright test --ui"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@hookform/resolvers": "^5.2.2",
|
||
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
||
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
||
|
|
"@radix-ui/react-label": "^2.1.7",
|
||
|
|
"@radix-ui/react-select": "^2.2.6",
|
||
|
|
"@radix-ui/react-slot": "^1.2.3",
|
||
|
|
"@radix-ui/react-toast": "^1.2.15",
|
||
|
|
"@supabase/auth-helpers-nextjs": "^0.10.0",
|
||
|
|
"@supabase/supabase-js": "^2.78.0",
|
||
|
|
"@tanstack/react-query": "^5.90.5",
|
||
|
|
"class-variance-authority": "^0.7.1",
|
||
|
|
"clsx": "^2.1.1",
|
||
|
|
"date-fns": "^4.1.0",
|
||
|
|
"lucide-react": "^0.552.0",
|
||
|
|
"next": "16.0.1",
|
||
|
|
"react": "19.2.0",
|
||
|
|
"react-day-picker": "^9.11.1",
|
||
|
|
"react-dom": "19.2.0",
|
||
|
|
"react-hook-form": "^7.65.0",
|
||
|
|
"tailwind-merge": "^3.3.1",
|
||
|
|
"zod": "^4.1.12",
|
||
|
|
"zustand": "^5.0.8"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@playwright/test": "^1.56.1",
|
||
|
|
"@testing-library/jest-dom": "^6.9.1",
|
||
|
|
"@testing-library/react": "^16.3.0",
|
||
|
|
"@testing-library/user-event": "^14.6.1",
|
||
|
|
"@types/jest": "^30.0.0",
|
||
|
|
"@types/node": "^20.19.24",
|
||
|
|
"@types/react": "^19",
|
||
|
|
"@types/react-dom": "^19",
|
||
|
|
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
||
|
|
"@typescript-eslint/parser": "^8.8.1",
|
||
|
|
"autoprefixer": "^10.4.21",
|
||
|
|
"eslint": "^9.12.0",
|
||
|
|
"eslint-config-next": "^16.0.1",
|
||
|
|
"eslint-config-prettier": "^10.1.8",
|
||
|
|
"eslint-plugin-react": "^7.37.5",
|
||
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
||
|
|
"husky": "^9.1.7",
|
||
|
|
"jest": "^30.2.0",
|
||
|
|
"jest-environment-jsdom": "^30.2.0",
|
||
|
|
"lint-staged": "^16.2.6",
|
||
|
|
"postcss": "^8.5.6",
|
||
|
|
"prettier": "^3.3.3",
|
||
|
|
"tailwindcss": "^3.4.18",
|
||
|
|
"tailwindcss-animate": "^1.0.7",
|
||
|
|
"typescript": "^5"
|
||
|
|
}
|
||
|
|
}
|