1 Star 0 Fork 22

Admin / vjform

forked from fyl080801 / vjform 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.53 KB
一键复制 编辑 原始数据 按行查看 历史
fyl080801 提交于 2021-01-12 22:31 . polish: version 2.5.2
{
"name": "vjform",
"description": "Vue JSON Form",
"version": "2.5.2",
"private": false,
"author": {
"name": "fyl080801",
"email": "fyl080801@hotmail.com"
},
"keywords": [
"vue",
"form",
"dynamic-form",
"json"
],
"homepage": "https://github.com/fyl080801/vjform/blob/master/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/fyl080801/vjform.git"
},
"license": "MIT",
"main": "dist/index.umd.js",
"module": "dist/index.common.js",
"engines": {
"node": ">= 8.0.0",
"npm": ">= 3.0.0"
},
"files": [
"lib",
"dist"
],
"scripts": {
"start": "vuepress dev docs",
"build": "vuepress build docs",
"dist": "NODE_ENV=production webpack -p --config build/webpack.config.prod.js",
"dev": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"prepublishOnly": "npm run dist",
"test:unit": "vue-cli-service test:unit --coverage"
},
"gitHooks": {
"pre-commit": "lint-staged",
"commit-msg": "node scripts/verify-commit-msg.js"
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"core-js": "^3.6.5",
"json-to-object": "^1.5.0",
"lodash-es": "^4.17.15",
"mitt": "^2.1.0",
"qs": "^6.9.4",
"uuid": "^8.3.1",
"vue": "^2.6.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.1.0",
"acorn": "^8.0.1",
"async-validator": "^3.4.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.5.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"clean-webpack-plugin": "^3.0.0",
"codecov": "^3.7.2",
"element-ui": "^2.13.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"lint-staged": "^9.5.0",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"sass-loader": "^10.0.2",
"svg-sprite-loader": "^5.0.0",
"vue-jest": "^3.0.7",
"vue-router": "^3.4.6",
"vue-template-compiler": "^2.6.12",
"vuepress": "^1.5.3",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-demo-block": "^0.7.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Cntracer_taotao_ma/vjform.git
git@gitee.com:Cntracer_taotao_ma/vjform.git
Cntracer_taotao_ma
vjform
vjform
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891