clash-verge/package.json

31 lines
744 B
JSON
Raw Normal View History

2021-12-04 09:31:26 +03:00
{
"name": "clash-verge",
"version": "0.0.0",
"scripts": {
"dev": "tauri dev",
"build": "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",
"@material-ui/core": "^5.0.0-beta.5",
"@tauri-apps/api": "^1.0.0-beta.8",
"axios": "^0.24.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router-dom": "^6.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-beta.10",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^1.0.0",
"sass": "^1.44.0",
"typescript": "^4.5.2",
"vite": "^2.6.14"
}
}