1 Star 0 Fork 22

craly/flowlong-web

forked from aizuda/flowlong-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.83 KB
一键复制 编辑 原始数据 按行查看 历史
马铃薯头 提交于 2023-03-07 14:12 . 优化项目结构
{
"name": "flowlong-designer",
"version": "1.0.0",
"description": "飞龙工作流",
"private": false,
"type": "module",
"main": "./lib/demo-ui-lib.umd.js",
"module": "./lib/demo-ui-lib.es.js",
"types": "./lib/demo-ui-lib/index.d.ts",
"files": [
"./lib",
"package.json",
"README.md"
],
"exports": {
".": {
"require": "./lib/demo-ui-lib.umd.js",
"import": "./lib/demo-ui-lib.es.js"
}
},
"scripts": {
"dev:dev": "pnpm run -C example dev:dev",
"dev:uat": "pnpm run -C example dev:uat",
"dev:prod": "pnpm run -C example dev:prod",
"build:dev": "pnpm run -C example build:dev",
"build:uat": "pnpm run -C example build:uat",
"build:prod": "pnpm run -C example build:prod",
"preview:example": "pnpm run -C example preview",
"build:lib": "pnpm run -C packages/demo-ui-lib build",
"docs:dev": "pnpm run -C docs dev",
"docs:build": "pnpm run -C docs build",
"docs:preview": "pnpm run -C docs serve",
"gen:component": "pnpm run -C cli gen",
"start:verdaccio": "pnpm verdaccio",
"pub:local": "pnpm publish --registry http://localhost:4873/",
"lint": "eslint \"{cli,packages,docs,example}/**/*.{js,ts,vue,jsx,tsx}\" --fix"
},
"keywords": [
"工作流",
"流程设计器",
"Web流程设计器",
"flowlong",
"Vue2",
"Vue3",
"LogicFlow",
"ElementPlus"
],
"author": "xlsea <m@xlsea.cn> (https://blog.xlsea.cn)",
"license": "Apache License 2.0",
"homepage": "https://gitee.com/aizuda/flowlong-web",
"bugs": {
"url": "https://gitee.com/aizuda/flowlong-web/issues"
},
"workspaces": [
"packages/*",
"cli/*",
"docs/*",
"example/*"
],
"dependencies": {
"vue": "^3.2.47"
},
"devDependencies": {
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@flowlong-designer/cli": "workspace:./cli",
"flowlong-designer": "workspace:^1.0.0",
"@flowlong-designer/docs": "workspace:./docs",
"@flowlong-designer/example": "workspace:./example",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.34.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.9.0",
"lint-staged": "^13.1.2",
"sass": "^1.58.1",
"typescript": "^4.9.5",
"verdaccio": "^5.20.1",
"vite": "^3.2.5",
"vite-plugin-eslint": "^1.8.1",
"vue-tsc": "^1.0.24"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,ts,jsx,tsx,vue}": [
"pnpm run lint"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/craly_xyz/flowlong-web.git
git@gitee.com:craly_xyz/flowlong-web.git
craly_xyz
flowlong-web
flowlong-web
master

搜索帮助