whistle.data-checker
Version:
data checker for testing
62 lines (61 loc) • 1.59 kB
JSON
{
"test-value": 95,
"name": "whistle.data-checker",
"version": "1.0.7",
"description": "data checker for testing",
"repository": {
"type": "git",
"url": "https://github.com/mocobk/whistle.data-checker"
},
"scripts": {
"dev": "webpack -w --config ./src/webpack.config --mode production",
"lint": "eslint *.js src lib",
"lintfix": "eslint --fix src *.js lib"
},
"keywords": [
"whistle",
"plugin",
"data-checker"
],
"author": "avenwu <avenwu@vip.qq.com>",
"license": "MIT",
"bugs": {
"url": "git+https://github.com/whistle-plugins/whistle.helloworld/issues"
},
"homepage": "https://github.com/mocobk/whistle.data-checker",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@styled-jsx/plugin-sass": "^4.0.2",
"antd": "^4.23.6",
"dayjs": "^1.11.6",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-onerror": "^4.0.0",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"sass": "^1.55.0",
"ws": "^5.1.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-imweb": "^0.2.8",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"i": "^0.3.6",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"style-loader": "^0.21.0",
"webpack": "4.6.0",
"webpack-cli": "2.0.14"
},
"engines": {
"node": ">= 7.6"
}
}