hulk-form-designer
Version:
二次封装Table,Form组件,配套表单,表格设计器,一键Crud
131 lines (130 loc) • 3.74 kB
JSON
{
"name": "hulk-form-designer",
"version": "0.9.5-18",
"author": "hulk",
"main": "lib/pro-crud.js",
"files": [
"lib",
"types"
],
"typings": "types/index.d.ts",
"description": "二次封装Table,Form组件,配套表单,表格设计器,一键Crud",
"private": false,
"license": "LGPL",
"keyword": "ElementUI,CRUD,el-table,el-form,表单设计器",
"keywords": [
"CRUD",
"ElementUI",
"el-table",
"el-form",
"表单设计器",
"表格设计器"
],
"repository": {
"type": "git",
"url": "https://gitee.com/jiudu800/form-designer"
},
"homepage": "https://gitee.com/jiudu800/form-designer/blob/master/README.md",
"bugs": {
"url": "https://gitee.com/jiudu800/form-designer/issues"
},
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"report": "cross-env IS_REPORT=true npm run bundle",
"bundle": "webpack --config build/webpack.component.js",
"deploy": "npm run bundle && npm publish",
"deploy:beta": "npm run bundle && npm publish --tag=beta",
"log": "conventional-changelog --config ./node_modules/vue-cli-plugin-commitlint/lib/log -i CHANGELOG.md -s -r 0",
"cz": "npm run log && git add . && git cz"
},
"devDependencies": {
"@types/ace": "0.0.42",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-typescript": "4.5.12",
"@vue/cli-service": "^3.9.2",
"@vue/eslint-config-airbnb": "^4.0.1",
"@vue/eslint-config-typescript": "^5.0.2",
"axios": "^0.19.2",
"babel-eslint": "^10.0.2",
"babel-plugin-component": "^1.1.1",
"cache-loader": "^4.1.0",
"chai": "^4.2.0",
"clipboard": "^2.0.1",
"conventional-changelog-cli": "^2.1.0",
"core-js": "2.6.5",
"cross-env": "^7.0.2",
"css-loader": "^5.2.1",
"dayjs": "1.8.20",
"element-ui": "^2.13.2",
"eslint": "^6.0.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^5.2.3",
"html-webpack-include-assets-plugin": "^2.0.0",
"inquirer": "^6.5.2",
"lint-staged": "^9.2.0",
"longest": "^2.0.1",
"mini-css-extract-plugin": "^1.4.1",
"node-sass": "^4.12.0",
"path": "^0.12.7",
"prettier": "^2.2.1",
"progress-bar-webpack-plugin": "^2.1.0",
"right-pad": "^1.0.1",
"sass-loader": "^7.1.0",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^4.1.6",
"svgo-loader": "^2.2.1",
"terser-webpack-plugin": "^1.4.5",
"ts-loader": "^8.1.0",
"typescript": "~3.8.3",
"vue": "2.6.11",
"vue-awesome": "^3.5.4",
"vue-class-component": "^7.2.3",
"vue-cli-plugin-axios": "0.0.4",
"vue-cli-plugin-commitlint": "^1.0.12",
"vue-loader": "^15.9.6",
"vue-property-decorator": "^8.5.0",
"vue-router": "3.4.3",
"vue-template-compiler": "^2.6.11",
"vuedraggable": "^2.23.2",
"webpack": "^4.35.3",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^4.6.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"src/**/*.{js,vue,ts}": [
"npm run lint",
"git add"
]
},
"config": {
"commitizen": {
"path": "./node_modules/vue-cli-plugin-commitlint/lib/cz"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"dependencies": {
"@vue/composition-api": "^1.0.0-rc.6",
"sortablejs": "^1.13.0"
}
}