UNPKG

weex-ui

Version:

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

61 lines (60 loc) 1.53 kB
{ "name": "weex-ui", "version": "0.2.1", "description": "A rich interaction, lightweight, high performance UI library based on Weex", "main": "index.js", "lib": "vue", "type": "weex", "repository": "https://github.com/alibaba/weex-ui", "scripts": { "build": "webpack --progress", "watch": "webpack --progress --watch", "serve": "anywhere -d build/example/ -p 8080", "start": "npm run build; npm run serve", "dev": "npm run start; npm run serve & npm run watch" }, "keywords": [ "Weex Ui", "Weex", "UI library" ], "author": [ { "name": "拔赤", "email": "lijing00333@163.com" }, { "name": "Tw93", "email": "tw93@qq.com" } ], "license": "MIT", "devDependencies": { "anywhere": "^1.4.0", "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.19.0", "eslint-config-vue": "^2.0.2", "eslint-plugin-vue": "^2.1.0", "glob": "^7.1.2", "lerna": "~2.2.0", "url-parse": "~1.1.9", "vue": "^2.4.1", "vue-loader": "11.3.3", "vue-template-compiler": "^2.4.1", "webpack": "~3.6.0", "webpack-dev-server": "~2.9.1", "weex-loader": "~0.5.3", "weex-vue-loader": "~0.4.2" }, "dependencies": { "url-parse": "^1.1.9" } }