mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 21:27:26 -05:00
add folder structure of monitorv2
This commit is contained in:
21
frontend/package.json
Normal file
21
frontend/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "monitor-frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"typescript": "^4.6.2",
|
||||
"vite": "^2.8.6",
|
||||
"vite-plugin-solid": "^2.2.6",
|
||||
"@monitor/types": "1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.26.1",
|
||||
"solid-js": "^1.3.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user