{
  "name": "@aligov/util-request",
  "version": "1.0.7",
  "description": "前端请求工具",
  "main": "./dist/index.js",
  "scripts": {
    "start": "webpack-dev-server --open",
    "build": "webpack --config webpack.prod.config.js --mode=production",
    "lint": "eslint .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.alibaba-inc.com:gov-industry-fe/util-request.git"
  },
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@alifd/meet": "^2.5.2",
    "@alifd/next": "^1.23.25",
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "^7.14.5",
    "@ice/spec": "^1.0.1",
    "babel-loader": "^8.2.2",
    "css-loader": "^6.3.0",
    "driver-universal": "^3.3.1",
    "html-webpack-plugin": "^5.3.2",
    "moment": "^2.29.1",
    "rax": "^1.2.2",
    "rax-text": "^2.2.0",
    "rax-view": "^2.2.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "style-loader": "^3.3.0",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^5.53.0",
    "webpack-bundle-analyzer": "^4.4.2",
    "webpack-cli": "^4.8.0",
    "webpack-dev-server": "^4.3.0"
  },
  "dependencies": {
    "axios": "^0.21.4"
  }
}
