vant-weapp/package.json
Yao 451a3b19fc
[new feature] 增加 css 编译,方便组件书写 (#40)
* add src dir && add build

* add build watch && change dir name

* bower ignore package.json
2017-10-29 10:42:28 +08:00

39 lines
1.1 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.3.1",
"description": "高颜值、好用、易扩展的小程序 UI 库Powered by 有赞",
"main": "app.js",
"directories": {
"example": "example"
},
"scripts": {
"release": "sh build/release.sh",
"components": "node build/build-components.js --color",
"css": "gulp build --gulpfile build/build-css.js --color",
"changelog": "sh build/build-changelog.sh",
"icon": "sh build/build-icon.sh",
"dev": "node build/build-dev.js --color"
},
"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"
},
"homepage": "https://github.com/youzan/zanui-weapp#readme",
"devDependencies": {
"fs-extra": "^4.0.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-postcss": "^7.0.0",
"node-watch": "^0.5.5",
"postcss-calc": "^6.0.1",
"postcss-easy-import": "^3.0.0",
"precss": "^2.0.0",
"shelljs": "^0.7.8"
}
}