1 Star 0 Fork 29

笨笨陈/v-form

forked from 轩陌/v-form 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
轩陌 提交于 2021-12-11 23:21 . refactor: 修改示例
{
"name": "@xuanmo/v-form",
"version": "1.4.37",
"private": false,
"main": "packages/index.js",
"author": "xuanmo <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/D-xuanmo/v-form"
},
"scripts": {
"bootstrap": "yarn || npm i && husky install && npx husky add .husky/pre-commit \"npm run lint\"",
"dev": "vue-cli-service serve",
"build": "npm run build:lib && npm run build:less",
"build:lib": "vue-cli-service build --target lib --name VForm packages/index.js --dest dist",
"build:less": "lessc packages/style/index.less dist/index.css --npm-import=\"prefix=~\" --clean-css=\"--s1 --advanced --compatibility=*\"",
"build:example": "vue-cli-service build",
"lint": "vue-cli-service lint",
"push": "git push && git push gitee master && git push gitlab master"
},
"dependencies": {
"@xuanmo/datejs": "^1.0.3",
"@xuanmo/javascript-utils": "^0.0.29",
"core-js": "^3.14.0",
"vant": "^2.12.21",
"vee-validate": "^3.4.10",
"vue": "^2.6.13"
},
"peerDependencies": {
"@vue/cli-plugin-babel": ">4.5",
"vant": ">2.12.0",
"vue": ">2.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"babel-eslint": "10.0.3",
"eslint": "^7.28.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.10.0",
"husky": "^7.0.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"less-plugin-clean-css": "^1.5.1",
"less-plugin-npm-import": "^2.1.0",
"vue-template-compiler": "^2.6.13"
},
"license": "MIT",
"browserslist": [
"> 1%",
"last 2 versions"
],
"keywords": [
"v-form",
"vue-form"
],
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/c_3into1_chenrx/v-form.git
[email protected]:c_3into1_chenrx/v-form.git
c_3into1_chenrx
v-form
v-form
master

搜索帮助