1 Star 1 Fork 224

mgbin / vjdesign

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
fyl080801 提交于 2020-07-21 16:31 . chore: Update version to 0.2.0
{
"name": "vjdesign",
"version": "0.2.0",
"description": "Vue Form Designer",
"author": {
"name": "fyl080801",
"email": "fyl080801@hotmail.com"
},
"homepage": "https://github.com/fyl080801/vjdesign/blob/master/README.md",
"repository": {
"type": "git",
"url": "git@github.com:fyl080801/vjdesign.git"
},
"keywords": [
"vue",
"form",
"dynamic form",
"json",
"json schema",
"form design"
],
"main": "dist/vjdesign.umd.js",
"module": "dist/vjdesign.esm.js",
"private": false,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dist": "NODE_ENV=production webpack -p --config webpack.config.prod.js",
"prepublish": "npm run dist"
},
"dependencies": {
"bootstrap": "^4.5.0",
"core-js": "^3.6.4",
"element-ui": "^2.13.2",
"lodash-es": "^4.17.15",
"vjform": "^1.1.0",
"vue": "^2.6.11",
"vue-json-viewer": "^2.2.13",
"vuedraggable": "^2.23.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.1.2",
"file-loader": "^6.0.0",
"lint-staged": "^10.2.11",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.9.0",
"minimist": "^1.2.5",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.0.9",
"webpack-node-externals": "^2.5.0"
},
"gitHooks": {
"pre-commit": "lint-staged",
"commit-msg": "node scripts/verify-commit-msg.js"
},
"lint-staged": {
"*.{js,vue,jsx}": [
"eslint --fix",
"git add"
]
}
}
JavaScript
1
https://gitee.com/mgb/vjdesign.git
git@gitee.com:mgb/vjdesign.git
mgb
vjdesign
vjdesign
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891