Files
WechatOnCloud/panel/web/package.json
T
Gloridust 5c5e9c8540 update
2026-05-29 22:00:23 +08:00

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"
}
}