60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
|
|
{
|
||
|
|
"name": "frontend",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc -b && vite build",
|
||
|
|
"test": "vitest run",
|
||
|
|
"test:watch": "vitest",
|
||
|
|
"lint": "eslint .",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@dnd-kit/core": "^6.3.1",
|
||
|
|
"@dnd-kit/sortable": "^10.0.0",
|
||
|
|
"@hookform/resolvers": "^5.2.2",
|
||
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
||
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
||
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||
|
|
"@radix-ui/react-popover": "^1.1.15",
|
||
|
|
"@radix-ui/react-slot": "^1.2.4",
|
||
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
||
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
||
|
|
"@tanstack/react-query": "^5.100.11",
|
||
|
|
"clsx": "^2.1.1",
|
||
|
|
"colorjs.io": "^0.6.1",
|
||
|
|
"d3": "^7.9.0",
|
||
|
|
"echarts": "^6.0.0",
|
||
|
|
"echarts-for-react": "^3.0.6",
|
||
|
|
"lucide-react": "^1.16.0",
|
||
|
|
"react": "^19.2.6",
|
||
|
|
"react-dom": "^19.2.6",
|
||
|
|
"react-hook-form": "^7.76.0",
|
||
|
|
"react-router-dom": "^7.15.1",
|
||
|
|
"zod": "^4.4.3",
|
||
|
|
"zustand": "^5.0.13"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@eslint/js": "^10.0.1",
|
||
|
|
"@tailwindcss/vite": "^4.3.0",
|
||
|
|
"@types/node": "^24.12.3",
|
||
|
|
"@types/react": "^19.2.14",
|
||
|
|
"@types/react-dom": "^19.2.3",
|
||
|
|
"@vitejs/plugin-react": "^6.0.1",
|
||
|
|
"@vitest/coverage-v8": "^4.1.6",
|
||
|
|
"eslint": "^10.3.0",
|
||
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
||
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
||
|
|
"globals": "^17.6.0",
|
||
|
|
"prettier": "^3.8.3",
|
||
|
|
"prettier-plugin-tailwindcss": "^0.8.0",
|
||
|
|
"typescript": "~6.0.2",
|
||
|
|
"typescript-eslint": "^8.59.2",
|
||
|
|
"vite": "^8.0.12",
|
||
|
|
"vitest": "^4.1.6"
|
||
|
|
}
|
||
|
|
}
|