初始化

This commit is contained in:
2026-02-22 18:56:10 +08:00
commit 26677972a6
3112 changed files with 255972 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
{
"name": "@easyflow/app",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "pnpm vite build --mode production",
"build:analyze": "pnpm vite build --mode analyze",
"dev": "pnpm vite --mode development",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"imports": {
"#/*": "./src/*"
},
"dependencies": {
"@easyflow/access": "workspace:*",
"@easyflow/common-ui": "workspace:*",
"@easyflow/constants": "workspace:*",
"@easyflow/hooks": "workspace:*",
"@easyflow/icons": "workspace:*",
"@easyflow/layouts": "workspace:*",
"@easyflow/locales": "workspace:*",
"@easyflow/plugins": "workspace:*",
"@easyflow/preferences": "workspace:*",
"@easyflow/request": "workspace:*",
"@easyflow/stores": "workspace:*",
"@easyflow/styles": "workspace:*",
"@easyflow/types": "workspace:*",
"@easyflow/utils": "workspace:*",
"@element-plus/icons-vue": "^2.3.2",
"@vueuse/core": "catalog:",
"dayjs": "catalog:",
"element-plus": "catalog:",
"fetch-event-stream": "^0.1.6",
"pinia": "catalog:",
"radash": "^12.1.1",
"vue": "catalog:",
"vue-cropper": "^1.1.4",
"vue-element-plus-x": "catalog:",
"vue-router": "catalog:",
"vue3-json-viewer": "^2.4.1"
},
"devDependencies": {
"unplugin-element-plus": "catalog:"
}
}