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