{
  "name": "pp-antd-style",
  "version": "4.22.1-alpha.5",
  "engines": {
    "node": "12.22.12",
    "npm": "6.14.18"
  },
  "dependencies": {
    "antd": "4.22.4"
  },
  "devDependencies": {
    "@babel/core": "~7.18.10",
    "@babel/preset-env": "~7.18.10",
    "@babel/preset-react": "~7.18.6",
    "babel-loader": "~8.2.5",
    "babel-plugin-import": "~1.13.5",
    "clean-webpack-plugin": "~4.0.0",
    "colors": "~1.4.0",
    "commander": "~6.2.1",
    "css-loader": "~6.7.1",
    "file-loader": "~6.2.0",
    "gulp": "~4.0.2",
    "html-webpack-plugin": "~5.5.0",
    "inquirer": "~9.1.0",
    "is-windows": "~1.0.2",
    "less": "~4.1.3",
    "less-loader": "~9.1.0",
    "minimist": "~1.2.0",
    "mockjs": "~1.1.0",
    "nopt": "~4.0.1",
    "ora": "~3.4.0",
    "react": "~16.14.0",
    "react-dom": "~16.14.0",
    "react-router-dom": "~5.3.3",
    "react-scripts": "3.4.4",
    "shelljs": "~0.8.5",
    "style-loader": "~3.3.1",
    "url-loader": "~4.1.1",
    "webpack": "~5.74.0",
    "webpack-cli": "~4.10.0",
    "webpack-dev-server": "~4.10.0"
  },
  "scripts": {
    "complie": "node ./scripts/prebuild.js && npm run build-1234 && node ./scripts/postbuild.js && npm run copy-123 && node ./scripts/postcopy.js",
    "complie-s": "node ./scripts/prebuild.js && npm run build-123 && node ./scripts/postbuild.js && npm run copy-12 && node ./scripts/postcopy.js",
    "build-1234": "npm run build1 && npm run build2 && npm run build3 && npm run build4",
    "build-123": "npm run build1 && npm run build2 && npm run build3",
    "build1": "cd ./ant-design && rm -rf es lib dist",
    "build2": "cd ./ant-design && npx antd-tools run clean",
    "build3": "cd ./ant-design && npx antd-tools run compile",
    "build4": "cd ./ant-design && NODE_OPTIONS='--max-old-space-size=4096' npx antd-tools run dist",
    "copy-123": "npm run copy1 && npm run copy2 && npm run copy3",
    "copy-12": "npm run copy1 && npm run copy2",
    "copy1": "rm -rf ./node_modules/antd/lib_pp && cp -rf ./ant-design/lib ./node_modules/antd/lib_pp",
    "copy2": "rm -rf ./node_modules/antd/es_pp && cp -rf ./ant-design/es ./node_modules/antd/es_pp",
    "copy3": "rm -rf ./node_modules/antd/dist_pp && cp -rf ./ant-design/dist ./node_modules/antd/dist_pp",
    "start": "webpack-dev-server",
    "build": "webpack"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "bin": {
    "pp-antd-style-instead": "./bin/pp-antd-style-instead.sh",
    "pp-antd-style-recover": "./bin/pp-antd-style-recover.sh"
  },
  "files": [
    "ant-design/dist",
    "ant-design/lib",
    "ant-design/es",
    "bin/copy.js",
    "bin/recover.js",
    "bin/pp-antd-style-instead.sh",
    "bin/pp-antd-style-recover.sh"
  ],
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
