114 lines
3.4 KiB
JSON
114 lines
3.4 KiB
JSON
|
|
{
|
||
|
|
"name": "@lingshu/form-designer",
|
||
|
|
"type": "module",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"style": "dist/render.css",
|
||
|
|
"exports": {
|
||
|
|
".": "./dist/index.mjs",
|
||
|
|
"./dist/render.css": {
|
||
|
|
"default": "./dist/render.css"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=v20"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"prepare": "husky",
|
||
|
|
"dev": "vite --mode dev",
|
||
|
|
"dev:qa": "vite --mode qa",
|
||
|
|
"dev:pre": "vite build --mode pre",
|
||
|
|
"dev:prod": "vite build --mode prod",
|
||
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"test:unit": "vitest",
|
||
|
|
"coverage": "vitest run --coverage",
|
||
|
|
"build-only": "vite build",
|
||
|
|
"build:lib": "vite build --config ./vite.config.build.ts",
|
||
|
|
"type-check": "vue-tsc --build",
|
||
|
|
"lint": "eslint .",
|
||
|
|
"lint:fix": "eslint . --fix"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@lingshu/ai-agents": "workspace:*",
|
||
|
|
"@lingshu/business-components": "workspace:*",
|
||
|
|
"@lingshu/business-module": "workspace:*",
|
||
|
|
"@lingshu/core-utils": "workspace:*",
|
||
|
|
"@lingshu/form-create": "catalog:",
|
||
|
|
"@lingshu/icon": "catalog:",
|
||
|
|
"@lingshu/integration-vue3": "catalog:",
|
||
|
|
"@lingshu/language-lib": "catalog:",
|
||
|
|
"@lingshu/lowcode-create": "catalog:",
|
||
|
|
"@lingshu/lowcode-create-v2": "workspace:*",
|
||
|
|
"@lingshu/request-lib": "catalog:",
|
||
|
|
"@lingshu/sdk": "catalog:",
|
||
|
|
"@lingshu/theme-lib": "catalog:",
|
||
|
|
"@lingshu/types": "workspace:*",
|
||
|
|
"@lingshu/user-script-sdk": "catalog:",
|
||
|
|
"@lingshu/widget-cli": "catalog:",
|
||
|
|
"@minmetals/common-lib": "catalog:",
|
||
|
|
"@minmetals/doc-lib": "catalog:",
|
||
|
|
"@minmetals/file-lib": "catalog:",
|
||
|
|
"@sindresorhus/fnv1a": "catalog:",
|
||
|
|
"@unocss/reset": "catalog:",
|
||
|
|
"@vueuse/core": "catalog:",
|
||
|
|
"@vueuse/integrations": "catalog:",
|
||
|
|
"@vxe-ui/plugin-render-element": "catalog:",
|
||
|
|
"alova": "catalog:",
|
||
|
|
"axios": "catalog:",
|
||
|
|
"dayjs": "catalog:",
|
||
|
|
"element-plus-cisdi": "catalog:",
|
||
|
|
"lodash-es": "catalog:",
|
||
|
|
"mitt": "catalog:",
|
||
|
|
"pinia": "catalog:",
|
||
|
|
"print-template": "workspace:*",
|
||
|
|
"query-string": "^9.2.0",
|
||
|
|
"uuid": "catalog:",
|
||
|
|
"vant-cisdi": "catalog:",
|
||
|
|
"vite-plugin-lazy-import": "catalog:",
|
||
|
|
"vue": "catalog:",
|
||
|
|
"vue-draggable-plus": "catalog:",
|
||
|
|
"vue-i18n": "catalog:",
|
||
|
|
"vue-router": "catalog:",
|
||
|
|
"vxe-table": "catalog:"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@antfu/eslint-config": "catalog:",
|
||
|
|
"@commitlint/cli": "catalog:",
|
||
|
|
"@commitlint/config-conventional": "catalog:",
|
||
|
|
"@commitlint/types": "catalog:",
|
||
|
|
"@lingshu/vite-plugin-msw": "catalog:",
|
||
|
|
"@lingshu/vite-plugin-share": "catalog:",
|
||
|
|
"@rollup/plugin-replace": "catalog:",
|
||
|
|
"@tsconfig/node22": "catalog:",
|
||
|
|
"@types/fs-extra": "catalog:",
|
||
|
|
"@types/jsdom": "catalog:",
|
||
|
|
"@types/lodash-es": "catalog:",
|
||
|
|
"@types/node": "catalog:",
|
||
|
|
"@unocss/eslint-plugin": "catalog:",
|
||
|
|
"@unocss/preset-wind3": "catalog:",
|
||
|
|
"@vitejs/plugin-vue": "catalog:",
|
||
|
|
"@vitejs/plugin-vue-jsx": "catalog:",
|
||
|
|
"@vitest/coverage-v8": "catalog:",
|
||
|
|
"@vue/test-utils": "catalog:",
|
||
|
|
"@vue/tsconfig": "catalog:",
|
||
|
|
"eslint": "catalog:",
|
||
|
|
"eslint-plugin-format": "catalog:",
|
||
|
|
"fs-extra": "catalog:",
|
||
|
|
"husky": "catalog:",
|
||
|
|
"jsdom": "catalog:",
|
||
|
|
"lint-staged": "catalog:",
|
||
|
|
"npm-run-all2": "catalog:",
|
||
|
|
"sass": "catalog:",
|
||
|
|
"typescript": "catalog:",
|
||
|
|
"unocss": "catalog:",
|
||
|
|
"vite": "catalog:",
|
||
|
|
"vite-plugin-vue-devtools": "catalog:",
|
||
|
|
"vitest": "catalog:",
|
||
|
|
"vue-tsc": "catalog:"
|
||
|
|
},
|
||
|
|
"lint-staged": {
|
||
|
|
"*": "eslint"
|
||
|
|
}
|
||
|
|
}
|