UNPKG

uicore-web

Version:

web ui core

98 lines (97 loc) 2.75 kB
{ "name": "uicore-web", "version": "1.0.22.021102", "description": "web ui core", "author": "deleteelf <deleteelf@gmail.com>", "scripts": { "dev": "vue-cli-service serve", "build": "vue-cli-service build", "build-lib": "vue-cli-service build --target lib --name uicore-web --dest lib packages/index.js", "publish-lib-remark1": "删除指定版本 npm unpublish uicore-web@1.0.21.060801 --force 废弃本次发布 npm deprecate uicore-web 'delete' ", "publish-lib-remark": "一键打包并发布到npm开放平台,需要先npm login", "publish-lib": "npm run build-lib && npm publish" }, "dependencies": { "@tinymce/tinymce-vue": "3.2.8", "axios": "^0.21.1", "clipboard": "2.0.4", "codemirror": "^5.62.2", "core-js": "3.6.5", "driver.js": "0.9.5", "dropzone": "5.5.1", "echarts": "5.2.2", "element-ui": "2.13.2", "file-saver": "2.0.1", "fuse.js": "3.4.4", "js-cookie": "2.2.0", "json-formatter-js": "2.3.4", "jsonlint": "1.6.3", "jsplumb": "^2.15.6", "jszip": "3.2.1", "monaco-editor": "^0.30.1", "monaco-editor-webpack-plugin": "^6.0.0", "normalize.css": "7.0.0", "nprogress": "0.2.0", "pako": "~1.0.5", "path-to-regexp": "2.4.0", "screenfull": "4.2.0", "script-loader": "0.7.2", "sortablejs": "1.8.4", "tinymce": "5.10.2", "tui-editor": "1.3.3", "vue": "2.6.10", "vue-count-to": "1.0.13", "vue-i18n": "^8.25.0", "vue-router": "3.0.6", "vue-splitpane": "1.0.4", "vuedraggable": "^2.24.3", "vuex": "3.1.0", "vuex-persistedstate": "^4.0.0" }, "devDependencies": { "@vue/cli-plugin-babel": "4.4.4", "@vue/cli-plugin-unit-jest": "4.4.4", "@vue/cli-service": "4.4.4", "@vue/test-utils": "1.0.0-beta.29", "autoprefixer": "9.5.1", "babel-jest": "^26.6.3", "babel-plugin-dynamic-import-node": "2.3.3", "chalk": "2.4.2", "chokidar": "2.1.5", "connect": "3.6.6", "html-webpack-plugin": "3.2.0", "lint-staged": "8.1.5", "mockjs": "1.0.1-beta3", "plop": "2.3.0", "runjs": "4.3.2", "sass": "1.26.8", "sass-loader": "8.0.2", "script-ext-html-webpack-plugin": "2.1.3", "serve-static": "1.13.2", "vue-template-compiler": "2.6.10" }, "browserslist": [ "> 1%", "last 2 versions" ], "engines": { "node": ">=8.9", "npm": ">= 3.0.0" }, "keywords": [ "vue", "element-ui", "management-system" ], "license": "MIT", "lint-staged": { "packages/**/*.{js,vue}": [ "git add" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }