star-horse-lowcode
Version:
星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。
134 lines (133 loc) • 3.99 kB
JSON
{
"name": "star-horse-lowcode",
"private": false,
"author": "l_1019@163.com",
"version": "2.8.57",
"type": "module",
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
"keywords": [
"lowcode",
"low-code",
"star",
"star-horse",
"star-horse-lowcode",
"星马",
"低代码",
"低代码库",
"星马低代码核心库"
],
"license": "MIT",
"homepage": "https://gitee.com/lixingyu/knowledge_demo",
"repository": {
"type": "git",
"url": "https://gitee.com/lixingyu/knowledge_demo"
},
"main": "dist/index.es.js",
"module": "dist/index.es.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"!src",
"!.git",
"!node_modules",
"!.vite-inspect"
],
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.es.js"
},
"./*": "./dist/*"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"./**/*.{jsx,ts,tsx,vue,css,scss,html}\"",
"serve": " vite --mode development",
"build": "vite build --mode production",
"preview": "vite preview --mode production",
"clean": "rimraf node_modules/.vite && rimraf node_modules/.cache",
"svgToFont": "node ./src/script/svgToFont.js",
"createNodeImageList": "node ./script/createNodeImageList.js"
},
"prettier": {
"overrides": [
{
"files": "*.ts",
"options": {
"parser": "typescript"
}
}
]
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/lang-vue": "^0.1.3",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@replit/codemirror-minimap": "^0.5.2",
"@selemondev/vue3-signature-pad": "^1.8.3",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.13.4",
"codemirror": "^6.0.2",
"element-plus": "^2.13.2",
"jquery": "^4.0.0",
"json5": "^2.2.3",
"md-editor-v3": "^6.3.1",
"path": "^0.12.7",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"preview-image-js": "^1.2.1",
"qrcode.vue": "^3.8.0",
"smooth-signature": "^1.1.0",
"sortablejs": "^1.15.6",
"sql-formatter": "^15.7.0",
"tailwindcss": "^4.1.18",
"thememirror": "^2.0.1",
"uuid": "^13.0.0",
"vanilla-jsoneditor": "^3.11.0",
"vue": "^3.5.27",
"vue-i18n": "^11.2.8",
"vue-m-message": "^4.0.2",
"vue-router": "^5.0.2",
"vue3-barcode": "^1.0.1",
"vue3-signature": "^0.4.4",
"vue3-ts-jsoneditor": "^3.3.0",
"vuedraggable-es": "^4.1.1"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@rollup/plugin-inject": "^5.0.5",
"@tailwindcss/vite": "^4.1.18",
"@types/jquery": "^3.5.33",
"@types/prismjs": "^1.26.5",
"@types/sortablejs": "^1.15.9",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"@vitejs/plugin-vue": "^6.0.4",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.7.0",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"sass-embedded": "^1.97.3",
"terser": "^5.46.0",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4",
"vue-eslint-parser": "^10.2.0"
},
"engines": {
"node": ">=20.13.0"
}
}