{
  "name": "remax-cli",
  "version": "1.21.6",
  "description": "Remax 是一个全新的基于 React 的小程序开发框架",
  "main": "./lib/index.js",
  "bin": {
    "remax": "./bin/remax"
  },
  "keywords": [
    "react",
    "miniapp",
    "mini-program",
    "wechat"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/remaxjs/remax/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remaxjs/remax.git"
  },
  "homepage": "https://remaxjs.org",
  "scripts": {
    "watch": "tsc -w",
    "prebuild": "rm -rf lib",
    "build": "tsc",
    "test": "jest",
    "test:debug": "npx --node-arg=--inspect-brk jest -i"
  },
  "dependencies": {
    "@babel/core": "^7.7.4",
    "@babel/helper-module-imports": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "@babel/preset-typescript": "^7.7.4",
    "@babel/register": "^7.7.0",
    "@babel/types": "^7.7.4",
    "@remax/postcss-px2units": "^0.2.0",
    "@remax/rollup-plugin-postcss": "^3.0.0",
    "@remax/rollup-plugin-url": "^3.0.2",
    "@rollup/plugin-alias": "^2.2.0",
    "@rollup/plugin-commonjs": "^11.0.0",
    "@rollup/plugin-json": "^4.0.0",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@rollup/plugin-replace": "^2.2.1",
    "acorn": "^7.1.0",
    "acorn-jsx": "^5.1.0",
    "acorn-walk": "^7.0.0",
    "babel-preset-remax": "^1.21.6",
    "chokidar": "^3.3.1",
    "command-exists": "^1.2.8",
    "commander": "^4.1.0",
    "dotenv": "^8.2.0",
    "dotenv-expand": "^5.1.0",
    "ejs": "^3.0.1",
    "esm": "^3.2.25",
    "htmlparser2": "^4.0.0",
    "lodash": "^4.17.11",
    "micromatch": "^4.0.2",
    "named-exports-db": "^0.1.0",
    "node-notifier": "^6.0.0",
    "postcss-url": "^8.0.0",
    "regenerator-runtime": "^0.13.3",
    "remax-stats": "^0.1.1",
    "remax-types": "^1.21.6",
    "resolve": "^1.12.0",
    "rollup": "^1.21.3",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-clear": "^2.0.7",
    "rollup-plugin-copy": "^3.1.0",
    "rollup-plugin-delete": "^1.1.0",
    "rollup-plugin-progress": "^1.1.1",
    "schema-utils": "^2.6.1",
    "semver": "^7.1.1",
    "slash2": "^2.0.0",
    "universal-analytics": "^0.4.20",
    "yargs": "^15.1.0"
  },
  "devDependencies": {
    "@babel/traverse": "^7.7.4",
    "@types/babel__traverse": "^7.0.8",
    "@types/ejs": "^3.0.0",
    "@types/fs-readdir-recursive": "^1.0.0",
    "@types/gulp": "^4.0.6",
    "@types/jest": "^24.0.18",
    "@types/lodash": "^4.14.135",
    "@types/micromatch": "^4.0.1",
    "@types/node": "^13.1.6",
    "@types/node-notifier": "^6.0.0",
    "@types/react": "^16.8.22",
    "@types/resolve": "^1.14.0",
    "@types/semver": "^7.1.0",
    "@types/through2": "^2.0.34",
    "@types/universal-analytics": "^0.4.4",
    "@types/yargs": "^15.0.0",
    "babel-plugin-loop-optimizer": "^1.4.1",
    "babel-plugin-tester": "^8.0.1",
    "chalk": "^3.0.0",
    "eol": "^0.9.1",
    "fs-readdir-recursive": "^1.1.0",
    "jest": "^24.8.0",
    "postinstall-postinstall": "^2.0.0",
    "react": "^16.8.6",
    "react-reconciler": "^0.25.1",
    "remax": "^1.21.6",
    "remax-alipay": "^1.21.6",
    "remax-one": "^1.21.6",
    "remax-toutiao": "^1.21.6",
    "remax-wechat": "^1.21.6",
    "sander": "^0.6.0",
    "scheduler": "^0.19.1",
    "ts-jest": "^24.0.2",
    "typescript": "^3.7.3"
  },
  "gitHead": "2ea3527df71619b3d8b07eddc71d17aca9ee8d7f"
}
