navmini/package.json
eric 518410edd0 feat: 游民导航 H5、微信小程序与小红书小工具
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-27 12:15:00 -05:00

33 lines
855 B
JSON

{
"name": "navmini",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview",
"icons": "node scripts/fetch-icons.mjs",
"xhs:assemble": "python xhs/scripts/assemble.py",
"xhs:pack": "python xhs/scripts/pack.py",
"xhs:build": "python xhs/scripts/assemble.py && python xhs/scripts/pack.py",
"weapp:sync": "python weapp/scripts/sync_data.py"
},
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@types/node": "^24.13.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@vitejs/plugin-react": "^6.1.1",
"icojs": "^1.0.1",
"oxlint": "^1.81.0",
"sharp": "^0.35.5",
"typescript": "~6.0.2",
"vite": "^8.3.0"
}
}