52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "comfyui-model-manager",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint src",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.9",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^22.5.5",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.10.0",
|
|
"eslint-plugin-vue": "^9.28.0",
|
|
"globals": "^15.12.0",
|
|
"husky": "^9.1.6",
|
|
"less": "^4.2.0",
|
|
"lint-staged": "^15.2.10",
|
|
"postcss": "^8.4.47",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
"tailwindcss": "^3.4.12",
|
|
"typescript": "^5.6.2",
|
|
"typescript-eslint": "^8.13.0",
|
|
"vite": "^5.4.6",
|
|
"vue-tsc": "^2.1.10"
|
|
},
|
|
"dependencies": {
|
|
"@primevue/themes": "^4.0.7",
|
|
"@vueuse/core": "^11.3.0",
|
|
"dayjs": "^1.11.13",
|
|
"lodash": "^4.17.21",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-metadata-block": "^1.0.6",
|
|
"primevue": "^4.0.7",
|
|
"vue": "^3.5.6",
|
|
"vue-i18n": "^9.14.0",
|
|
"yaml": "^2.6.0"
|
|
},
|
|
"lint-staged": {
|
|
"./**/*.{js,ts,tsx,vue}": [
|
|
"prettier --write"
|
|
]
|
|
}
|
|
}
|