weex-lrui
Version:
A Flyme Style UI library based on Weex for Creator.
66 lines (65 loc) • 2.12 kB
JSON
{
"name": "weex-lrui",
"version": "0.0.1",
"description": "A Flyme Style UI library based on Weex for Creator.",
"main": "index.js",
"lib": "vue",
"type": "weex",
"repository": "https://github.com/FlymeApps/weex-flymeui",
"scripts": {
"build": "webpack --progress",
"watch": "webpack --progress --watch",
"serve": "anywhere -d dist/example/ -p 8888",
"build:theme": "gulp build --gulpfile lib/theme-paint/gulpfile.js",
"public": "npm run build; npm pgitublish",
"start": "npm run build; (npm run serve & npm run watch)",
"release": "npm run build; node ./depoly/pack-prod.js"
},
"keywords": [
"Flyme",
"Flyme Ui",
"Weex",
"UI library"
],
"author": "Yanjiie",
"license": "MIT",
"devDependencies": {
"anywhere": "^1.4.0",
"babel-core": "~6.26.0",
"babel-eslint": "~8.0.1",
"babel-loader": "~7.1.2",
"babel-plugin-weexcomponent": "^0.0.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.18.1",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^2.1.0",
"eslint-plugin-vuefix": "^0.2.1",
"file-loader": "^1.1.5",
"glob": "^7.1.2",
"happypack": "^4.0.1",
"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",
"url-loader": "^0.6.2",
"url-parse": "^1.1.9",
"vue": "^2.5.3",
"vue-loader": "^12.2.2",
"vue-template-compiler": "^2.5.3",
"webpack": "~3.6.0",
"archiver": "^2.1.1",
"weex-loader": "^0.6.0",
"weex-vue-loader": "^0.5.0",
"weex-vue-precompiler": "^0.1.17",
"weex-vue-render": "^1.0.20"
},
"dependencies": {
"weex-bindingx": "^0.0.24"
}
}