vue-cli-plugin-pro-layout
Version:
@vue/cli plugin to add @antd-vue/pro-layout
50 lines (49 loc) • 1.11 kB
JSON
{
"name": "vue-cli-plugin-pro-layout",
"version": "0.1.9",
"description": "@vue/cli plugin to add @antd-vue/pro-layout",
"keywords": [
"vue",
"vue3",
"plugin",
"@vue/cli",
"antd",
"layout"
],
"main": "index.js",
"types": "lib/index.d.ts",
"scripts": {
"init": "shx rm -rf lib",
"copy": "shx cp -rf ./template ./lib/generator",
"build": "npm run init && tsc && npm run copy",
"build:watch": "npm run init && tsc -w && npm run copy"
},
"repository": {
"type": "git",
"url": "",
"directory": "packages/vue-cli-plugin-pro-layout"
},
"author": "WuYujie <coffee377@dingtalk.com>",
"license": "MIT",
"files": [
"generator",
"lib",
"prompts",
"ui",
"index.js",
"LICENSE"
],
"dependencies": {
"vue-cli-plugin-tools": "^1.1.5"
},
"devDependencies": {
"@types/inquirer": "^7.3.1",
"@vue/cli": "^4.5.0 || ^5.0.0-0",
"@vue/cli-service": "^4.5.0 || ^5.0.0-0",
"typescript": "^4.1.3"
},
"peerDependencies": {
"vue": ">=3.0.0"
},
"gitHead": "7c825b93dcd2cde3beeb032378c2bf22581328dd"
}