{
  "name": "@zent/compat",
  "version": "v2.3.1",
  "description": "一套前端设计语言和基于React的实现",
  "bugs": "https://github.com/zent-contrib/zent-compat/issues",
  "repository": {
    "type": "git",
    "url": "git@github.com:zent-contrib/zent-compat.git"
  },
  "main": "./es/index.js",
  "module": "./es/index.js",
  "types": "./es/index.d.ts",
  "sideEffects": [
    "./css/**/*.css",
    "./assets/**/*.scss"
  ],
  "scripts": {
    "test": "./scripts/test.sh",
    "build": "./scripts/build.sh"
  },
  "author": "Youzan FE",
  "license": "MIT",
  "files": [
    "src/",
    "assets/",
    "es/",
    "css/",
    "dependency-graph.json"
  ],
  "dependencies": {
    "@types/sortablejs": "~1.10.6",
    "classnames": "^2.2.6",
    "date-fns": "^2.15.0",
    "lodash-es": "^4.17.11",
    "react-is": "^17.0.1",
    "sortablejs": "~1.12.0",
    "tslib": "^2.3.0",
    "utility-types": "^3.4.1",
    "warning": "^4.0.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/types": "^7.17.0",
    "@types/classnames": "^2.2.7",
    "@types/jest": "^24.0.17",
    "@types/lodash-es": "^4.17.1",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/react-is": "^17.0.0",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.3.1",
    "autoprefixer": "10.2.6",
    "babel-plugin-zent": "^2.2.2",
    "banned-import-paths-tslint-rule": "^1.0.4",
    "camelcase": "^5.2.0",
    "chalk": "^2.4.2",
    "cssnano": "^4.1.10",
    "enzyme": "^3.11.0",
    "glob": "^7.1.6",
    "jest": "^24.5.0",
    "postcss-cli": "8.3.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "sass": "1.49.9",
    "ts-jest": "^24.0.0",
    "ts-node": "^8.0.3",
    "tslint": "^5.14.0",
    "typescript": "~4.3.5",
    "zent": "10.0.12"
  },
  "peerDependencies": {
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "zent": ">=10.0.12"
  }
}
