package.json•919 B
{
"name": "ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.5",
"axios": "^1.9.0",
"framer-motion": "^12.9.2",
"lucide-react": "^0.508.0",
"framer-motion": "^12.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.6.1",
"tailwindcss": "^4.1.5",
"zustand": "^5.0.4"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.3",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.27.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.2.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.31.1",
"vite": "^6.3.4"
}
}