{ "name": "my-todolist", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@ant-design/icons": "^5.6.1", "@ant-design/pro-table": "^3.18.6", "@prisma/client": "^6.4.1", "@tailwindcss/vite": "^4.0.9", "antd": "^5.24.2", "echarts": "^5.6.0", "echarts-for-react": "^3.0.3", "pg": "^8.13.3", "prisma": "^6.4.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.2.0", "tailwindcss": "^4.0.9" }, "devDependencies": { "@eslint/js": "^9.21.0", "@types/echarts": "^5.0.0", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0" } }