qapp-ui
Version:
基于快应用 的多功能、富交互、轻量级的UI 组件库
46 lines • 1.1 kB
JSON
{
"name": "qapp-ui",
"version": "1.2.0",
"description": "基于快应用 的多功能、富交互、轻量级的UI 组件库",
"subversion": {
"toolkit": "0.0.34"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qapp-ui/qapp-ui.git"
},
"homepage": "https://qapp-ui.github.io/qapp-ui/",
"keywords": [
"QAPP Ui",
"Quickapp",
"Mobile",
"Ul Components",
"UI library"
],
"scripts": {
"server": "hap server",
"postinstall": "hap postinstall",
"debug": "hap debug",
"build": "hap build",
"release": "hap release",
"watch": "hap watch"
},
"license": "MIT",
"devDependencies": {
"hap-toolkit": "0.0.34",
"babel-cli": "^6.10.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"cross-env": "^5.1.4",
"css-what": "^2.1.0",
"koa": "^2.3.0",
"koa-send": "^4.1.1",
"koa-static": "^4.0.1",
"koa-body": "^2.5.0",
"koa-router": "^7.2.1",
"socket.io": "^2.1.0",
"webpack": "^3.11.0"
}
}