lighting-ui
Version:
A rich interaction, lightweight, high performance UI library based on Weex
66 lines (65 loc) • 1.66 kB
JSON
{
"name": "lighting-ui",
"version": "0.3.131",
"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 & npm run watch"
},
"keywords": [
"Light Ui",
"Light",
"Vue",
"Mobile",
"Ul Components",
"UI library"
],
"author": [
{
"name": "拔赤",
"email": "lijing00333@163.com"
},
{
"name": "Tw93",
"email": "tw93@qq.com"
}
],
"license": "MIT",
"devDependencies": {
"@weex-project/weex-picker": "^0.2.4",
"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": "^4.11.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^2.1.0",
"glob": "^7.1.2",
"lerna": "^2.5.1",
"vue": "^2.5.3",
"vue-loader": "^12.2.2",
"vue-template-compiler": "^2.5.3",
"webpack": "^2.7.0",
"weex-loader": "^0.6.0-beta.3",
"weex-vue-loader": "^0.5.0-beta.3",
"vanilla-masker": "^1.2.0"
},
"dependencies": {
"url-parse": "^1.1.9",
"weex-picker": "^0.1.0",
"weex-bindingx": "0.0.17",
"validator": "^6.2.1"
}
}