mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
19 lines
403 B
JSON
19 lines
403 B
JSON
{
|
|
"name": "comfyui-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "npm run typecheck && vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "cd tests-ui && npm run test",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0",
|
|
"vite-plugin-no-bundle": "^4.0.0"
|
|
}
|
|
}
|