UNPKG

@thingjs/xplugin-cli

Version:

UINO ThingJS-X 零代码平台插件二次开发脚手架,用于生成插件模板开发代码

77 lines (76 loc) 2.31 kB
{ "name": "@thingjs/xplugin-cli", "version": "0.3.4", "author": "uino (https://www.uino.com/)", "description": "UINO ThingJS-X 零代码平台插件二次开发脚手架,用于生成插件模板开发代码", "main": "index.js", "bin": { "xplugin": "bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:pack": "npm run build:prod && npm pack", "build:prod": "cross-env NODE_ENV=production webpack --progress --config ./webpack.config.js" }, "keywords": [ "xplugin", "vue", "ThingJS-X", "UINO", "ThingJS" ], "homepage": "https://x.thingjs.com/", "license": "MIT", "contributors": [], "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.9", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-transform-classes": "^7.16.7", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@vue/cli-shared-utils": "^5.0.8", "babel-loader": "^8.2.4", "biguint-format": "^1.0.2", "boxen": "^5.1.2", "clean-webpack-plugin": "^4.0.0", "color-console": "^0.0.1", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "filemanager-webpack-plugin": "^7.0.0", "flake-idgen": "^1.4.0", "ignore-loader": "^0.1.2", "less": "^4.1.2", "less-loader": "^11.0.0", "lodash": "^4.17.21", "mini-css-extract-plugin": "^2.6.0", "raw-loader": "^4.0.2", "regenerator-runtime": "^0.13.9", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.1", "ts-loader": "^9.3.1", "typescript": "^4.7.4", "uglify-js": "^3.16.3", "vue": "^3.2.37", "vue-loader": "^17.0.0", "vue-template-compiler": "^2.6.14", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-obfuscator": "^3.5.1" }, "dependencies": { "chalk": "^4.1.2", "commander": "^9.4.0", "download-git-repo": "^3.0.0", "inquirer": "^8.0.0", "ora": "^5.4.1", "shelljs": "^0.8.5" }, "repository": { "type": "git", "url": "git@git.uino.com:xplugin/xplugin-cli.git" } }