94 Star 858 Fork 196

腾讯开源 / WeUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
uxsi 提交于 2024-03-20 16:40 . feat: v2.6.12
{
"name": "weui",
"version": "2.6.12",
"description": "A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.",
"keywords": [
"weui",
"wechat",
"weixin",
"css",
"less",
"mobile"
],
"style": "dist/style/weui.css",
"less": "src/style/weui.less",
"main": "dist/style/weui.css",
"scripts": {
"start": "gulp -ws",
"test": "gulp build",
"changelog": "picklog -l -w CHANGELOG.md",
"build": "gulp build",
"release": "gulp tag && git add -A . && git push && git push --tags",
"lint": "stylelint src",
"lint:fix": "stylelint src --fix"
},
"author": "wechat ui team",
"repository": {
"type": "git",
"url": "https://github.com/weui/weui.git"
},
"homepage": "https://github.com/weui/weui",
"bugs": {
"url": "https://github.com/weui/weui/issues"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.1",
"browser-sync": "^2.9.11",
"gulp": "^4.0.2",
"gulp-convert-css-var": "^0.1.3",
"gulp-cssnano": "^2.0.0",
"gulp-header": "^1.7.1",
"gulp-less": "^4.0.1",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-tap": "^0.1.3",
"picklog": "^2.1.3",
"postcss-discard-comments": "^2.0.4",
"stylelint": "^13.0.0",
"stylelint-config-standard": "^19.0.0",
"yargs": "^1.3.3"
}
}
HTML/CSS
1
https://gitee.com/Tencent/WeUI.git
git@gitee.com:Tencent/WeUI.git
Tencent
WeUI
WeUI
master

搜索帮助