vant-weapp/package.json
Yao f358a99b41
[bugfix] Docs: 修复 Cell 组件文档错误 (#254)
* 修复 cell readme 文档

* use autoprefixer

* build css
2018-05-18 22:17:17 +08:00

55 lines
1.6 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": "3.0.2",
"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": {
"autoprefixer": "^8.5.0",
"babel-eslint": "^8.2.3",
"cross-env": "^5.1.4",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"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"
}
}