blob: 78bf5ccdad4a7a1f0ea043657eabef2e8f2aef46 [file] [log] [blame]
{
"name": "weex-ui",
"version": "0.8.4",
"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/apache/incubator-weex-ui.git"
},
"homepage": "https://apache.github.io/incubator-weex-ui/",
"bugs": {
"url": "https://github.com/apache/incubator-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": "Apache-2.0",
"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.19.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.7.12",
"weex-vue-loader": "^0.7.0",
"weex-vue-precompiler": "^0.1.26",
"weex-vue-render": "^1.0.36"
},
"dependencies": {
"url-parse": "^1.4.3",
"weex-bindingx": "0.0.17"
}
}