{
  "name": "teams-selecter",
  "version": "1.2.4",
  "description": "teams-selecter",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "rollup -c",
    "start": "rollup -c -w",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "eslint 'src/**/*.{js,ts}' --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://code.osisbim.com:8000/tanghongyu/oauth-ts.git"
  },
  "author": "",
  "license": "ISC",
  "peerDependencies": {
    "react": "^18.2.0"
  },
  "dependencies": {
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-typescript": "^11.1.4",
    "@types/lodash": "^4.14.199",
    "@types/react": "^18.2.23",
    "@types/react-dom": "^18.2.7",
    "@types/react-virtualized": "^9.21.23",
    "react-dom": "^18.2.0",
    "react-virtualized": "^9.22.5",
    "rollup-plugin-postcss": "^3.1.5",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^21.0.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@types/jest": "^29.5.1",
    "@typescript-eslint/eslint-plugin": "^5.59.5",
    "@typescript-eslint/parser": "^5.59.5",
    "antd": "^5.10.2",
    "eslint": "^8.40.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "fs": "^0.0.1-security",
    "jest": "^29.5.0",
    "less": "^4.2.0",
    "lodash": "^4.17.21",
    "prettier": "^2.8.8",
    "rollup": "^2.69.2",
    "rollup-plugin-dts": "^4.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.31.2",
    "rollup-watch": "^4.3.1",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4"
  },
  "files": [
    "dist/**/*"
  ]
}
