You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.4 KiB
JSON

{
"name": "micro-base",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"dev:label-app": "cd apps/label-app && npm run start",
"dev:flow-app": "cd apps/flow-app && npm run dev",
"dev:all": "concurrently \"npm run dev:label-app\" \"npm run dev:flow-app\" \"npm run dev\" ",
"build": "vite build",
"build:label-app": "cd apps/label-app && npm run build",
"build:flow-app": "cd apps/flow-app && npm run build",
"build:all": "npm run build:label-app && npm run build:flow-app && npm run build && npm run postbuild",
"postbuild": "node scripts/copy-micro-apps.js",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@micro-zoe/micro-app": "^1.0.0-rc.26",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.0",
"cron-parser": "^5.4.0",
"element-plus": "^2.10.2",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.0",
"markdown-it-katex": "^2.0.3",
"pinia": "^2.1.7",
"vue": "^3.4.3",
"vue-router": "^4.2.5",
"vue3-cron-plus-picker": "^1.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.3",
"concurrently": "^8.2.2",
"less": "^4.2.0",
"sass": "^1.79.3",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^20.3.0",
"vite": "^6.0.0",
"vue-tsc": "^2.0.0"
}
}