SEBRAUC/ui/package.json
Theta-Dev bc2df3accf
All checks were successful
continuous-integration/drone/push Build is passing
add logo, reboot notice
2021-11-21 15:44:10 +01:00

23 lines
467 B
JSON

{
"name": "ui",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@mdi/js": "^6.5.95",
"axios": "^0.24.0",
"byte-size": "^8.1.0",
"preact": "^10.5.15"
},
"devDependencies": {
"@preact/preset-vite": "^2.1.5",
"@types/byte-size": "^8.1.0",
"prettier": "^2.4.1",
"sass": "^1.43.4",
"typescript": "^4.5.2",
"vite": "^2.6.14"
}
}