UNPKG

yskj-lowcode

Version:

YSKJ前端低代码平台库

71 lines (70 loc) 2.22 kB
{ "name": "yskj-lowcode", "private": false, "version": "1.0.20-beta6", "description": "YSKJ前端低代码平台库", "main": "dist-ui/low-ui.es.js", "style": "dist-ui/style.css", "scripts": { "dev": "vite --host", "build": "vite build", "preview": "vite preview", "gen": "node ./scripts/server.js", "build:lib": "vite build --config ./build/lib.config.js && node ./scripts/copycss.js", "beta": "vite build --config ./build/lib.config.js && node ./scripts/copycss.js && npm publish --tag beta", "pub": "vite build --config ./build/lib.config.js && node ./scripts/copycss.js && npm publish", "update": "node ./scripts/genNewComp/update.js" }, "repository": { "type": "git", "url": "http://192.168.38.83/big_sc_fn/yskj-lowcode.git" }, "keywords": [ "低代码平台", "前端", "组件库" ], "files": [ "dist-ui" ], "author": "liuqing", "license": "ISC", "dependencies": { "ant-design-vue": "3.2.5", "axios": "0.21.4", "dayjs": "^1.11.7", "js-cookie": "^2.2.1", "react-dnd-html5-backend": "^16.0.1", "swiper": "^9.2.4", "vue": "3.2.39", "vue-grid-layout": "3.0.0-beta1", "vue-router": "4.1.6", "vue3-dnd": "^2.0.2", "vuedraggable": "4.0.3", "vuex": "4.1.0", "yskj-tools": "^1.7.1", "yskj-ui": "^3.1.5", "yskt-ui": "0.2.5" }, "devDependencies": { "@types/node": "^16.11.12", "@vitejs/plugin-vue": "^4.1.0", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", "child_process": "^1.0.2", "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^7.0.0", "fs-extra": "^10.0.0", "handlebars": "^4.7.7", "inquirer": "^8.2.0", "less": "^4.1.3", "prettier": "^2.2.1", "sass": "^1.55.0", "sass-loader": "^7.3.0", "typescript": "^4.9.3", "vite": "^4.2.0", "vite-plugin-style-import": "0.10.1", "vue-tsc": "^1.2.0" } }