Bootstrap vite

This commit is contained in:
huchenlei
2024-06-12 20:34:50 -04:00
parent de5a383951
commit 0711fa683c
10 changed files with 922 additions and 16 deletions

View File

@@ -1,19 +1,15 @@
{
"name": "comfyui_frontend",
"version": "0.0.1",
"description": "ComfyUI Frontend",
"main": "index.js",
"name": "comfyui-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/huchenlei/ComfyUI_frontend.git"
},
"author": "huchenlei",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/huchenlei/ComfyUI_frontend/issues"
},
"homepage": "https://github.com/huchenlei/ComfyUI_frontend#readme"
}
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}