{
  "name": "calc-oa-lib-mobile",
  "version": "0.1.0",
  "description": "calc oa library mobile",
  "main": "dist/calc-oa-lib-mobile.min.js",
  "files": [
    "dist/",
    "src/styles/*.module.scss"
  ],
  "keywords": [
    "calc",
    "weaver oa",
    "e9",
    "react",
    "16.14.0",
    "mobile",
    "react-component",
    "ui",
    "framework"
  ],
  "author": "dylan xu",
  "license": "MIT",
  "browserslist": [
    "Android >= 4.0",
    "iOS >= 8",
    "Chrome >= 51"
  ],
  "devDependencies": {
    "@babel/core": "^7.23.0",
    "@babel/plugin-transform-runtime": "^7.22.15",
    "@babel/preset-env": "^7.22.20",
    "@babel/preset-react": "^7.22.15",
    "babel-loader": "^9.1.3",
    "copy-webpack-plugin": "^11.0.0",
    "core-js": "^3.33.0",
    "css-loader": "^6.8.1",
    "css-minimizer-webpack-plugin": "^5.0.1",
    "html-webpack-plugin": "^5.5.3",
    "json5-loader": "^4.0.1",
    "mini-css-extract-plugin": "^2.7.6",
    "postcss": "^8.4.31",
    "postcss-loader": "^7.3.3",
    "postcss-preset-env": "^9.2.0",
    "progress-bar-webpack-plugin": "^2.1.0",
    "prop-types": "^15.8.1",
    "react": "16.13.0",
    "react-dom": "16.13.0",
    "sass": "^1.68.0",
    "sass-loader": "^13.3.2",
    "style-loader": "^3.3.3",
    "webpack": "^5.88.2",
    "webpack-bundle-analyzer": "^4.9.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1"
  },
  "dependencies": {
    "@babel/runtime": "^7.23.1",
    "axios": "^1.5.1",
    "calc-pile-ui": "link:..\\calc-pile.js-1.x",
    "calc-utils": "link:..\\calc-utils",
    "qs": "^6.11.2"
  },
  "peerDependencies": {
    "qs": ">=6.11.2",
    "react": "16.13.0",
    "react-dom": "16.13.0"
  },
  "scripts": {
    "report": "npx webpack -c webpack.config.merge.js --env productionReport",
    "build": "npx webpack -c webpack.config.merge.js --env production",
    "build:sm": "npx webpack -c webpack.config.merge.js --env productionWithSM",
    "build:oa": "npx webpack -c webpack.config.merge.js --env productionForOA",
    "dev": "npx webpack server -c webpack.config.merge.js --env development",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}