29 lines
699 B
JSON
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"
|
|
}
|
|
}
|