{ "name": "myproject-react", "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", "@types/dplayer": "^1.25.5", "antd": "^5.26.1", "axios": "^1.10.0", "classnames": "^2.5.1", "dplayer": "^1.27.1", "normalize.css": "^8.0.1", "react": "^19.1.0", "react-audio-player": "^0.17.0", "react-dom": "^19.1.0", "react-h5-audio-player": "^3.10.1", "react-router-dom": "^7.6.2", "zustand": "^5.0.5" }, "devDependencies": { "@eslint/js": "^9.25.0", "@types/antd": "^1.0.4", "@types/node": "^24.0.3", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5" } }