mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-07 16:05:01 +00:00
feat: add config-checker page
This commit is contained in:
parent
83d35052c3
commit
bca5d05d72
11 changed files with 19158 additions and 1 deletions
18
config-checker/package.json
Normal file
18
config-checker/package.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "config-checker",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 127.0.0.1",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "~5.8.3",
|
||||
"vite": "^6.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"monaco-editor": "^0.52.2",
|
||||
"monaco-yaml": "^5.4.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue