1 Star 13 Fork 0

vant-openharmony / vant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
我是小胜呀 提交于 2022-05-05 17:48 . 0.1.6
{
"name": "oh-vant",
"version": "0.1.6",
"description": "轻量、可靠的 openharmony UI 组件库",
"scripts": {
"dev": "node build/dev.js",
"lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
"prepare": "husky install",
"release": "sh build/release.sh",
"release:site": "vant-cli build-site && gh-pages -d site --add",
"changelog": "gitmoji-changelog --author --output ./docs/markdown/changelog.md",
"build:lib": "npx gulp -f build/compiler.js --series buildLib --unhandled-rejections=strict",
"build": "sh build/oh.sh && npm run build:lib"
},
"main": "lib/index.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"homepage": "https://vant-openharmony.gitee.io/vant",
"repository": "https://gitee.com/vant-openharmony/vant.git",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"files": [
"lib"
],
"lint-staged": {
"*.{ts,js}": [
"eslint --fix",
"prettier --write"
],
"*.{css,less}": [
"stylelint --fix",
"prettier --write"
]
},
"dependencies": {
"@types/lodash": "^4.14.178",
"lodash": "^4.17.21"
},
"devDependencies": {
"@vant/cli": "^3.11.2",
"@vant/icons": "^1.6.0",
"@vue/compiler-sfc": "^3.2.1",
"copy-webpack-plugin": "^9.0.1",
"csstype": "^3.0.8",
"gitmoji-changelog": "^2.2.1",
"gulp": "^4.0.2",
"gulp-insert": "^0.5.0",
"gulp-less": "^5.0.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"miniprogram-ci": "^1.0.27",
"np": "^6.2.0",
"husky": "^7.0.4",
"openharmony-iconfont-cli": "^0.3.13",
"prettier": "^2.2.1",
"tscpaths": "^0.0.9",
"vue": "^3.2.1",
"yorkie": "^2.0.0"
},
"prettier": {
"singleQuote": true,
"proseWrap": "never"
},
"browserslist": [
"Chrome >= 53",
"ChromeAndroid >= 53",
"iOS >= 9"
]
}
1
https://gitee.com/vant-openharmony/vant.git
git@gitee.com:vant-openharmony/vant.git
vant-openharmony
vant
vant
master

搜索帮助