53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "sunnymh-frontend",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 3000",
|
|
"start": "vite --port 3000",
|
|
"build": "vite build && tsc",
|
|
"serve": "vite preview",
|
|
"test": "vitest run",
|
|
"lint": "eslint",
|
|
"format": "prettier",
|
|
"check": "prettier --write . && eslint --fix"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-aspect-ratio": "^1.1.6",
|
|
"@radix-ui/react-avatar": "^1.1.9",
|
|
"@radix-ui/react-dialog": "^1.1.13",
|
|
"@radix-ui/react-navigation-menu": "^1.2.12",
|
|
"@radix-ui/react-progress": "^1.1.6",
|
|
"@radix-ui/react-slot": "^1.2.2",
|
|
"@tailwindcss/vite": "^4.0.6",
|
|
"@tanstack/react-query": "^5.75.7",
|
|
"@tanstack/react-query-devtools": "^5.75.7",
|
|
"@tanstack/react-router": "^1.114.3",
|
|
"@tanstack/react-router-devtools": "^1.114.3",
|
|
"@tanstack/router-plugin": "^1.114.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.476.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-intersection-observer": "^9.16.0",
|
|
"tailwind-merge": "^3.0.2",
|
|
"tailwindcss": "^4.0.6",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/eslint-config": "^0.1.0",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"jsdom": "^26.0.0",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.1.0",
|
|
"vitest": "^3.0.5",
|
|
"web-vitals": "^4.2.4"
|
|
}
|
|
}
|