21 lines
445 B
JSON
21 lines
445 B
JSON
|
|
{
|
||
|
|
"name": "@shade/dashboard",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build && bun run scripts/copy-to-observer.ts"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@shade/widgets": "workspace:*",
|
||
|
|
"react": "^19.0.0",
|
||
|
|
"react-dom": "^19.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^19.0.0",
|
||
|
|
"@types/react-dom": "^19.0.0",
|
||
|
|
"@vitejs/plugin-react": "^4.3.0",
|
||
|
|
"vite": "^6.0.0"
|
||
|
|
}
|
||
|
|
}
|