{
  "name": "@bytedance/mona-client-web",
  "version": "0.3.50",
  "description": "web for mona",
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn clean && yarn copy && yarn api-copy && tsc -b",
    "start": "yarn copy && tsc -b -w",
    "clean": "rm -rf dist",
    "test": "jest",
    "copy": "copyfiles -u 2 ./src/components/*.less ./src/components/**/*.less ./dist/components",
    "api-copy": "copyfiles -u 3 ./src/apis/components/**/*.less ./dist/apis/components"
  },
  "keywords": [
    "web",
    "mona"
  ],
  "dependencies": {
    "@bytedance/mona": "^0.3.50",
    "@bytedance/mona-shared": "^0.3.50",
    "ahooks": "^3.7.0"
  },
  "devDependencies": {
    "@types/react-dom": "^17.0.2",
    "@types/react-router": "^5.1.17",
    "@types/react-router-dom": "^5.3.1",
    "copyfiles": "^2.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.2.0"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.2.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "sideEffects": false,
  "author": "zhangxiaowei.chris@bytedance.com",
  "license": "MIT",
  "gitHead": "4a2775eb342dc576cf80f6db49f3ccbf34b16fbe"
}
