{ "name": "@vod-manager/web", "version": "0.1.0", "description": "Web frontend for Aliyun VOD Media Library Manager", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint src --ext .ts,.tsx" }, "dependencies": { "antd": "^5.17.4", "axios": "^1.7.2", "dayjs": "^1.11.11", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.23.1", "zustand": "^4.5.2" }, "devDependencies": { "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.11.0", "@vitejs/plugin-react": "^4.3.0", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "typescript": "^5.4.5", "vite": "^5.2.12" } }