EasyVQD/web/package.json
2026-01-15 19:32:33 +08:00

41 lines
1.1 KiB
JSON

{
"name": "easyvqd",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint .",
"tailwind": "npx tailwindcss -i ./src/input.css -o ./src/output.css --watch",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.90.3",
"antd": "^5.27.5",
"axios": "^1.12.2",
"crypto-js": "^4.2.0",
"react": "^18.2.0",
"react-audio-player": "^0.17.0",
"react-audio-player-pro": "^1.3.3",
"react-dom": "^18.2.0",
"react-router-dom": "^7.9.4"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/node": "^24.6.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^4.1.0",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"tailwindcss": "3.4.17",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7"
}
}