mirror of
https://github.com/Gloridust/WechatOnCloud.git
synced 2026-06-16 19:53:53 +08:00
25 lines
552 B
JSON
25 lines
552 B
JSON
{
|
|
"name": "woc-panel-web",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"icons": "node scripts/gen-icons.mjs",
|
|
"dev": "vite",
|
|
"build": "npm run icons && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.26.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.10",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.8",
|
|
"vite-plugin-pwa": "^0.20.5"
|
|
}
|
|
}
|