mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-30 13:48:48 +01:00
24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"name": "watchtower",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.2.2",
|
|
"bootstrap-icons": "^1.10.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^3.2.3"
|
|
}
|
|
}
|