UNPKG

iot-ui

Version:
55 lines (54 loc) 1.61 kB
{ "name": "iot-ui", "version": "2.0.0", "subversion": { "toolkit": "0.0.34" }, "author": "tech bro in vivo", "keywords": "IoT,iot,quick app", "description": "基于快应用的IoT组件库", "repository": { "type": "git", "url": "git@github.com:vivoquickapp/iot-ui.git" }, "scripts": { "start": "hap server --watch", "server": "hap server", "postinstall": "hap postinstall", "debug": "hap debug", "build": "hap build", "release": "hap release", "watch": "hap watch", "precommit-msg": "echo '🚧 start pre-commit checks...' && exit 0", "eslint:fix": "eslint src/**/**/*.js --fix", "eslint:code": "eslint src/**/**/*.js", "format:code": "prettier-eslint --write \"src/**/**/*.js\" \"src/**/**/*.less\"", "prettier:js": "prettier --write 'src/**/**/*.js'", "prettier-watch": "onchange '**/*.md' -- prettier --write {{changed}}" }, "devDependencies": { "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", "eslint-config-prettier": "^3.3.0", "eslint-plugin-prettier": "^3.0.0", "hap-toolkit": "0.0.34", "husky": "^1.2.0", "koa": "^2.3.0", "koa-body": "^2.5.0", "koa-router": "^7.2.1", "koa-send": "^4.1.1", "koa-static": "^4.0.1", "less": "^3.8.1", "less-loader": "^4.1.0", "lint-staged": "^8.1.0", "prettier": "^1.15.3", "prettier-eslint-cli": "^4.7.1", "socket.io": "^2.1.0", "webpack": "^3.11.0" } }