84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"name": "@lingshu/lowcode-create",
|
|
"type": "module",
|
|
"version": "1.0.8",
|
|
"packageManager": "pnpm@10.13.1",
|
|
"description": "Lowcode Create for FE Logic - Standalone Package",
|
|
"author": "Cisdi",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"lowcode",
|
|
"form",
|
|
"vue3",
|
|
"element-plus"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"dev": "pnpm run dev:vite",
|
|
"build": "pnpm run build:vite",
|
|
"dev:tsdown": "rimraf dist && tsdown --watch",
|
|
"build:tsdown": "rimraf dist && tsdown",
|
|
"dev:vite": "vite build --watch",
|
|
"build:vite": "rimraf dist && vite build",
|
|
"playground": "vite --config playground/vite.config.ts",
|
|
"build:types-only-form-api": "rimraf types && npx tsx scripts/BuildFormApiTypes.ts",
|
|
"bump": "bumpp && npm publish",
|
|
"release": "npx tsx scripts/ReleaseTypeLib.ts",
|
|
"release:dry-run": "npx tsx scripts/ReleaseTypeLib.ts --dry-run",
|
|
"release:types": "npm run build:types-only-form-api && npm run release",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"peerDependencies": {
|
|
"element-plus-cisdi": ">=1.0.0",
|
|
"lodash-es": ">=4.17.0",
|
|
"unocss": ">=66.5.1",
|
|
"uuid": ">=11.0.0",
|
|
"vue": ">=3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^4.8.1",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"bumpp": "^10.1.0",
|
|
"element-plus-cisdi": "^2.11.2-cisdi.minmetals.3",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-format": "^1.0.1",
|
|
"lodash-es": "^4.17.21",
|
|
"rimraf": "^6.0.1",
|
|
"tsdown": "^0.15.4",
|
|
"typescript": "~5.7.3",
|
|
"unocss": "^66.0.0",
|
|
"unplugin-vue": "^7.0.1",
|
|
"uuid": "^11.1.0",
|
|
"vite": "^6.2.3",
|
|
"vite-plugin-dts": "^4.5.0",
|
|
"vue": "^3.5.13",
|
|
"vue-tsc": "^3.0.7"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "http://nexus.cisdigital.cn/repository/npm-internal/",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./*": "./*"
|
|
}
|
|
}
|
|
}
|