{
  "name": "ktaro-community-cli",
  "version": "1.0.3",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build:core": "tsc ./templates/h5/template.ts",
    "dev": "tsc -w",
    "prod": "tsc",
    "npmPublish": "npm publish --registry=https://registry.npmjs.org"
  },
  "bin": {
    "ktaro": "bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git@git.corp.kuaishou.com:plateco-dev/kwaishop-power/CI-CD/ktaro-cli.git"
  },
  "keywords": [
    "ktaro",
    "cli"
  ],
  "author": "Leo",
  "license": "ISC",
  "dependencies": {
    "@babel/core": "^7.8.7",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.4.0",
    "@babel/plugin-proposal-optional-chaining": "^7.14.5",
    "@babel/plugin-proposal-private-methods": "^7.18.6",
    "@babel/plugin-proposal-private-property-in-object": "^7.20.5",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-react-constant-elements": "^7.0.0-beta.55",
    "@babel/plugin-transform-react-jsx": "^7.14.5",
    "@babel/plugin-transform-react-jsx-source": "^7.14.5",
    "@babel/plugin-transform-runtime": "^7.4.0",
    "@babel/preset-env": "^7.14.8",
    "@babel/preset-react": "^7.8.3",
    "@babel/preset-typescript": "^7.3.3",
    "@babel/runtime": "^7.14.6",
    "@fangzhou/ktaro-reactify-wc": "0.0.1",
    "@koa/cors": "^4.0.0",
    "@mybricks/designer-spa": "^1.1.28",
    "@mybricks/plugin-connector-http": "^1.1.3",
    "@mybricks/plugin-tools": "^1.0.11",
    "@mybricks/rxui": "^1.0.86",
    "@mybricks/sdk-for-app": "^0.0.53",
    "@rollup/plugin-alias": "^4.0.2",
    "@rollup/plugin-babel": "^6.0.0",
    "@rollup/plugin-commonjs": "^21.0.2",
    "@rollup/plugin-image": "^3.0.1",
    "@rollup/plugin-json": "^5.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-replace": "^5.0.0",
    "@rollup/plugin-terser": "^0.1.0",
    "@rollup/plugin-typescript": "^9.0.1",
    "@tarojs/api": "^3.5.6",
    "@tarojs/components": "3.5.11",
    "acorn-jsx": "^5.3.2",
    "autoprefixer": "^10.4.12",
    "axios": "^1.1.2",
    "babel-loader": "^8.2.5",
    "babel-plugin-import": "^1.13.5",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-taro": "^3.5.7",
    "clean-webpack-plugin": "^4.0.0",
    "colors": "^1.4.0",
    "commander": "^8.1.0",
    "core-js": "^2.6.11",
    "cross-env": "^7.0.3",
    "css-loader": "^6.7.3",
    "dayjs": "^1.11.5",
    "fs-extra": "^10.1.0",
    "inquirer": "^8.1.2",
    "koa": "^2.13.4",
    "koa-bodyparser": "^4.3.0",
    "koa-router": "^12.0.0",
    "less": "^3.11.1",
    "less-loader": "^5.0.0",
    "less-plugin-functions": "^1.0.0",
    "mini-css-extract-plugin": "^2.7.2",
    "mybricks-plugin-version": "^0.0.4",
    "ora": "5.3.0",
    "portfinder-sync": "^0.0.2",
    "postcss": "^8.3.0",
    "postcss-loader": "^7.0.1",
    "postcss-preset-env": "^7.7.2",
    "postcss-px-to-viewport": "^1.1.1",
    "process": "^0.11.10",
    "raw-loader": "^4.0.2",
    "rollup": "^3.2.3",
    "rxui-lite": "^1.0.0",
    "rxui-t": "^0.0.5",
    "shelljs": "^0.8.5",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.3.1",
    "tsc-alias": "^1.7.0",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4",
    "url": "^0.11.0",
    "url-loader": "^4.1.1",
    "voca": "^1.4.0",
    "webpack": "^5.73.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.9.3",
    "webpack-merge": "^5.8.0",
    "webpackbar": "^5.0.2"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "@types/node": "^13.9.0",
    "@types/shelljs": "^0.8.11",
    "@types/webpack-dev-server": "^4.7.2",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "eslint": "^7.32.0",
    "eslint-plugin-react": "^7.30.1"
  }
}
