{
  "name": "whistle.mock-plugin",
  "version": "1.1.6",
  "description": "",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "dev-ui": "node cfg/dev.cjs",
    "build": "node cfg/build.cjs",
    "dev-plugin": "concurrently --kill-others \"lack watch\" \"npm run dev-ui\" \"npm run dev\" ",
    "publish": "npm publish",
    "dev": "tsc -w"
  },
  "devDependencies": {
    "@types/koa": "^2.13.4",
    "@types/koa-bodyparser": "^4.3.5",
    "@types/koa-router": "^7.4.4",
    "@types/koa-static": "^4.0.2",
    "@types/react": "17",
    "@types/react-dom": "17",
    "concurrently": "^7.1.0",
    "esbuild": "^0.14.36",
    "esbuild-sass-plugin": "^2.2.6",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "antd": "^4.19.5",
    "axios": "^0.26.1",
    "koa": "^2.7.0",
    "koa-bodyparser": "^4.2.1",
    "koa-onerror": "^4.1.0",
    "koa-router": "^7.4.0",
    "koa-static": "^5.0.0",
    "react": "17",
    "react-dom": "17"
  }
}
