{
  "name": "@arkxio/choerodon-boot",
  "version": "1.2.1",
  "description": "Choerodon Scaffold to run react application.",
  "homepage": "http://choerodon.io/",
  "main": "lib/index.js",
  "bin": {
    "choerodon-front-boot": "./bin/choerodon-front-boot"
  },
  "files": [
    "lib",
    "bin",
    ".env",
    ".default.env",
    "env.sh",
    "env-config.js",
    "babel.config.js"
  ],
  "keywords": [
    "choerodon",
    "c7n",
    "boot",
    "framework",
    "frontend"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/choerodon/choerodon-front-boot"
  },
  "bugs": {
    "url": "https://github.com/choerodon/choerodon/issues"
  },
  "license": "ISC",
  "dependencies": {
    "@babel/cli": "^7.8.4",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
    "@types/webpack": "^4.41.24",
    "address": "1.1.2",
    "autoprefixer": "^6.7.7",
    "babel-loader": "^8.0.6",
    "browserslist": "4.12.0",
    "case-sensitive-paths-webpack-plugin": "^2.1.2",
    "chalk": "2.4.2",
    "commander": "^2.9.0",
    "cross-spawn": "^6.0.5",
    "css-loader": "^3.4.2",
    "detect-port-alt": "1.1.6",
    "dotenv-runtime-plugin": "^0.0.1",
    "escape-string-regexp": "2.0.0",
    "file-loader": "^5.1.0",
    "fork-ts-checker-webpack-plugin": "4.1.6",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "fs-extra": "^7.0.0",
    "gaze": "^1.1.3",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^1.1.1",
    "inquirer": "7.2.0",
    "is-root": "2.1.0",
    "less": "^3.11.1",
    "less-loader": "^5.0.0",
    "lint-staged": "^7.2.2",
    "loader-utils": "2.0.0",
    "mini-css-extract-plugin": "^0.9.0",
    "minimatch": "^10.0.3",
    "mkdirp": "^0.5.1",
    "moment": "^2.29.1",
    "open": "^7.0.2",
    "pkg-up": "3.1.0",
    "postcss-loader": "^3.0.0",
    "preload-webpack-plugin": "^3.0.0-beta.4",
    "prop-types": "^15.5.10",
    "react-error-overlay": "^6.0.7",
    "react-refresh": "^0.9.0",
    "recursive-readdir": "2.2.2",
    "rimraf": "2.4.3",
    "sass": "^1.26.10",
    "sass-loader": "^9.0.3",
    "shell-quote": "1.7.2",
    "string-replace-loader": "^2.3.0",
    "strip-ansi": "6.0.0",
    "style-loader": "^1.1.3",
    "stylelint": "^8.4.0",
    "stylelint-config-standard": "^18.0.0",
    "svg-sprite-loader": "^5.2.1",
    "text-table": "0.2.0",
    "url-loader": "^3.0.0",
    "warning": "^3.0.0",
    "webpack": "^4.42.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3",
    "webpack-filter-warnings-plugin": "^1.2.1",
    "webpack-theme-color-replacer": "1.3.18",
    "webpackbar": "^4.0.0"
  },
  "devDependencies": {
    "@choerodon/compiler": "^0.0.2",
    "@types/minimatch": "^6.0.0",
    "@types/node": "^24.0.12",
    "@typescript-eslint/eslint-plugin": "^4.0.1",
    "@typescript-eslint/parser": "^4.0.1",
    "babel-eslint": "^10.1.0",
    "babel-preset-c7n": "^0.0.1",
    "eslint": "^7.6.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-c7n-app": "^0.0.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.5",
    "eslint-plugin-react-hooks": "^4.0.8",
    "gulp-typescript": "^6.0.0-alpha.1",
    "typescript": "^5.8.3",
    "undici-types": "^5.26.5"
  },
  "scripts": {
    "clean": "rimraf lib",
    "compile": "compiler compile",
    "watch": "compiler compile --watch",
    "start": "node ./test/start --config ./choerodon.config.js",
    "prestart:bin": "npm run compile",
    "start:bin": "node ./bin/choerodon-front-boot start --config ./choerodon.config.js",
    "prebuild:bin": "npm run compile",
    "dist:bin": "node ./bin/choerodon-front-boot dist --config ./choerodon.config.js",
    "compile:bin": "node ./bin/choerodon-front-boot compile",
    "prepublishOnly": "npm run compile",
    "postpublish": "npm run clean",
    "lint": "npm run lint:es && npm run lint:style",
    "lint:fix": "eslint react/**/*.{js,jsx} --fix",
    "lint:es": "eslint react/**/*.{js,jsx} test ./choerodon.config.js",
    "lint:style": "stylelint react/**/*.less",
    "lint-staged": "lint-staged",
    "lint-staged:es": "eslint test ./choerodon.config.js"
  },
  "publishConfig": {
    "access": "public"
  }
}
