Files
wehub-resource-sync 3a28426bf4
Lint and Format Check / lint-and-format (push) Failing after 0s
Check Migrations / Check for duplicate migration numbers (push) Failing after 1s
CI Pre-merge Check / CI Pre-merge Check (push) Failing after 2m17s
chore: import upstream snapshot with attribution
2026-07-13 12:23:40 +08:00

29 lines
699 B
JSON

{
"name": "insforge-dashboard",
"version": "1.0.0",
"author": "Insforge",
"description": "Self-hosting host app for the shared InsForge dashboard package",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "eslint ."
},
"dependencies": {
"@insforge/dashboard": "*",
"react": "^19.2.1",
"react-dom": "^19.2.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^4.7.0",
"tailwindcss": "^4.1.11",
"vite": "^7.0.5",
"vite-plugin-svgr": "^4.3.0"
}
}