123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "clash-verge",
- "version": "0.0.0",
- "license": "GPL-3.0",
- "scripts": {
- "dev": "cargo tauri dev",
- "build": "cargo tauri build",
- "web:dev": "vite",
- "web:build": "tsc && vite build",
- "web:serve": "vite preview"
- },
- "dependencies": {
- "@emotion/react": "^11.7.0",
- "@emotion/styled": "^11.6.0",
- "@mui/icons-material": "^5.2.1",
- "@mui/material": "^5.2.3",
- "@tauri-apps/api": "^1.0.0-beta.8",
- "axios": "^0.24.0",
- "dayjs": "^1.10.7",
- "react": "^17.0.0",
- "react-dom": "^17.0.0",
- "react-router-dom": "^6.0.2",
- "react-virtuoso": "^2.3.1",
- "recoil": "^0.5.2",
- "swr": "^1.1.2-beta.0"
- },
- "devDependencies": {
- "@tauri-apps/cli": "^1.0.0-beta.10",
- "@types/react": "^17.0.0",
- "@types/react-dom": "^17.0.0",
- "@vitejs/plugin-react": "^1.1.1",
- "sass": "^1.44.0",
- "typescript": "^4.5.2",
- "vite": "^2.7.1"
- }
- }
|