{
  "name": "@giteeteam/qiankun",
  "version": "2.9.0-alpha.0",
  "description": "A completed implementation of Micro Frontends",
  "license": "MIT",
  "author": "StevenJC",
  "sideEffects": false,
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "types": "./es/index.d.ts",
  "files": [
    "dist",
    "es",
    "lib"
  ],
  "scripts": {
    "build": "father-build",
    "build-release": "rimraf node_modules && cnpm i && pnpm build",
    "lint": "yarn lint:js && yarn lint:prettier",
    "examples:install": "npm-run-all --serial build install:*",
    "examples:start": "npm-run-all --parallel start:*",
    "examples:start-multiple": "run-p start-main-multiple start:react15 start:vue",
    "install:main": "cd examples/main && yarn",
    "start:main": "cd examples/main && yarn start",
    "start-main-multiple": "cd examples/main && yarn start:multiple",
    "install:react16": "cd examples/react16 && yarn",
    "start:react16": "cd examples/react16 && yarn start",
    "install:react15": "cd examples/react15 && yarn",
    "start:react15": "cd examples/react15 && yarn start",
    "install:vue": "cd examples/vue && yarn",
    "start:vue": "cd examples/vue && yarn start",
    "install:angular9": "cd examples/angular9 && yarn",
    "start:angular9": "cd examples/angular9 && yarn serve:qiankun",
    "install:purehtml": "cd examples/purehtml && yarn",
    "start:purehtml": "cd examples/purehtml && yarn start",
    "install:vue3": "cd examples/vue3 && yarn",
    "start:vue3": "cd examples/vue3 && yarn start"
  },
  "resolutions": {
    "@types/history": "^4.x",
    "@types/react": "^17.x"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.5",
    "import-html-entry": "^1.14.0",
    "lodash": "^4.17.11",
    "single-spa": "^5.9.2"
  },
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@types/lodash": "^4.14.186",
    "@types/vfile-message": "1.x",
    "@umijs/fabric": "^2.0.7",
    "babel-plugin-import": "^1.12.1",
    "cross-env": "^7.0.2",
    "dumi": "^1.1.0-beta.24",
    "father-build": "^1.7.0",
    "globals": "^13.17.0",
    "husky": "^2.3.0",
    "jest": "^25.2.2",
    "less": "3.9.0",
    "levenary": "^1.1.1",
    "lint-staged": "^10.5.4",
    "np": "^5.0.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.1.2",
    "rimraf": "^3.0.0",
    "ts-jest": "^25.2.1",
    "tslib": "^2.4.0",
    "typescript": "^4.8.2",
    "umi-plugin-hire": "^1.0.3"
  },
  "gitHead": "361027d6ae8ebc4cef59da407dc252c6b7948ad3"
}
