whistle.nohost
Version:
Nohost plugin for whistle
72 lines (71 loc) • 1.92 kB
JSON
{
"name": "whistle.nohost",
"version": "2.7.6",
"description": "Nohost plugin for whistle",
"scripts": {
"lint": "eslint *.js lib src",
"lintfix": "eslint --fix *.js lib src",
"dev": "webpack --config ./src/webpack.config.js -w",
"dist": "webpack --config ./src/webpack.config.js",
"docs:dev": "npx vuepress dev docs",
"docs:build": "npx vuepress build docs"
},
"homepage": "http://github.com/imweb/nohost",
"repository": {
"type": "git",
"url": "http://github.com/imweb/nohost.git"
},
"keywords": [
"imweb",
"node",
"nohost"
],
"author": "avenwu <avenwu@tencent.com>",
"license": "MIT",
"dependencies": {
"basic-auth": "^1.1.0",
"cookie": "^0.3.1",
"fs-extra": "^6.0.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"lodash.get": "^4.4.2",
"lru-cache": "^4.1.1",
"parseurl": "^1.3.1",
"pfork": "^0.3.3",
"whistle": "^2.3.2"
},
"devDependencies": {
"antd": "~3.8.0",
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.1",
"babel-plugin-import": "^1.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clipboard": "^2.0.1",
"css-loader": "^0.28.4",
"eslint": "^4.15.0",
"eslint-config-imweb": "^0.2.10",
"file-loader": "^0.11.2",
"jquery": "3.3.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"prop-types": "^15.5.10",
"qrcode": "^1.2.0",
"query-string": "^5.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"style-loader": "^0.18.2",
"webpack": "^3.2.0"
},
"engines": {
"node": ">= 8.0.0"
}
}