UNPKG

butterfly-ui

Version:

A rich interaction, lightweight, high performance UI library based on Weex

80 lines (79 loc) 2.09 kB
{ "name": "butterfly-ui", "version": "2.0.2", "description": "A rich interaction, lightweight, high performance UI library based on Weex", "main": "index.js", "lib": "vue", "type": "weex", "repository": { "type": "git", "url": "git+https://github.com/alibaba/weex-ui.git" }, "homepage": "https://alibaba.github.io/weex-ui/", "bugs": { "url": "https://github.com/alibaba/weex-ui/issues" }, "scripts": { "build": "npm run build:entry && webpack --progress", "build:entry": "node bin/build-entry.js", "watch": "webpack --progress --watch", "serve": "anywhere -d build/example/ -p 8888", "start": "npm run build && (npm run serve & npm run watch)" }, "keywords": [ "Weex Ui", "Weex", "Vue", "Mobile", "Ul Components", "UI library" ], "author": [ { "name": "拔赤", "email": "lijing00333@163.com" }, { "name": "Tw93", "email": "tw93@qq.com" } ], "license": "MIT", "devDependencies": { "anywhere": "^1.5.0", "autoprefixer": "^7.2.2", "babel-core": "^6.26.0", "babel-eslint": "~8.0.1", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.26.0", "clean-webpack-plugin": "~0.1.17", "copy-webpack-plugin": "~4.0.1", "css-loader": "~0.28.7", "eslint": "^3.0.0", "eslint-config-vue": "^2.0.2", "eslint-plugin-vue": "^2.1.0", "filemanager-webpack-plugin": "^1.0.16", "glob": "^7.1.2", "happypack": "^4.0.0", "os": "^0.1.1", "postcss-loader": "^2.0.10", "postcss-plugin-px2rem": "^0.7.0", "postcss-plugin-weex": "^0.1.6", "postcss-px2rem": "^0.3.0", "uppercamelcase": "^3.0.0", "vue": "^2.5.3", "vue-loader": "^12.2.2", "vue-template-compiler": "^2.5.3", "webpack": "^2.7.0", "weex-loader": "^0.6.0", "weex-vue-loader": "^0.5.0", "weex-vue-precompiler": "^0.1.17", "weex-vue-render": "^1.0.17" }, "dependencies": { "url-parse": "^1.4.3", "weex-bindingx": "0.0.17" } }