vant-weapp/package.json
Yao b8930d972a
[refactor] Dialog: 升级为自定义组件 (#184)
* 封装 doc-page, 方便写文档

* add pop manager

* popup upgrade

* 更新 README

* add empty line

* delete empty css

* dialog init

* dialog

* dialog upgrade

* 修复 helper 里的样式问题

* dialog 文档

* 修复 button 奇怪的边框问题

* 缩进处理
2018-04-07 22:28:23 +08:00

52 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "zanui-weapp",
"version": "2.4.7",
"description": "高颜值、好用、易扩展的小程序 UI 库Powered by 有赞",
"main": "app.js",
"directories": {
"example": "example"
},
"scripts": {
"release": "sh scripts/release.sh",
"components": "cross-env NODE_ENV=production node scripts/build-components.js --color",
"changelog": "sh scripts/build-changelog.sh",
"icon": "sh scripts/build-icon.sh",
"dev": "node scripts/build-dev.js --color",
"build": "sh scripts/deploy.sh",
"watch:doc": "NODE_ENV=development wedoc run watch",
"build:doc": "NODE_ENV=production wedoc run build",
"deploy:doc": "npm run build:doc && superman cdn basic && gh-pages -d website/dist --remote youzan"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/youzan/zanui-weapp.git"
},
"author": "youzan",
"license": "ISC",
"bugs": {
"url": "https://github.com/youzan/zanui-weapp/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/youzan/zanui-weapp#readme",
"devDependencies": {
"cross-env": "^5.1.4",
"eslint-config-airbnb": "^16.1.0",
"fs-extra": "^4.0.2",
"gh-pages": "^1.1.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-postcss": "^7.0.0",
"gulp-remove-logging": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"node-watch": "^0.5.5",
"postcss-calc": "^6.0.1",
"postcss-easy-import": "^3.0.0",
"precss": "^2.0.0",
"shelljs": "^0.7.8",
"wedoc": "0.0.13"
}
}