{
  "name": "rc-ui-lib",
  "version": "2.1.3",
  "description": "React Mobile UI Components Library base on Vant",
  "main": "lib/index.js",
  "module": "es/index.js",
  "style": "lib/index.css",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "es"
  ],
  "scripts": {
    "start": "rc-cli dev",
    "lint": "rc-cli lint",
    "build": "rc-cli build",
    "type": "tsc -p tsconfig.json",
    "release": "cpy ../../README.md . --flat && rc-cli release && rimraf ./README.md",
    "changelog": "rc-cli changelog",
    "build:site": "rc-cli build-site",
    "release:site": "pnpm build:site && gh-pages -d site",
    "prepack": "pnpm build",
    "test": "rc-cli test --colors --coverage",
    "test:coverage": "open tests/coverage/index.html"
  },
  "author": "rancui",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:rancui/rc-ui-lib.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react",
    "component",
    "components",
    "react-component",
    "mobile",
    "react-mobile",
    "ui",
    "react-ui",
    "framework",
    "frontend"
  ],
  "dependencies": {
    "@react-spring/web": "^9.6.1",
    "@use-gesture/react": "^10.1.1",
    "@vant/icons": "^1.7.0",
    "@vant/popperjs": "^1.1.0",
    "classnames": "^2.3.2",
    "rc-field-form": "^1.21.2",
    "react-transition-group": "^4.4.5"
  },
  "dependenciesMeta": {
    "@react-spring/web": {
      "built": false
    }
  },
  "devDependencies": {
    "@rancui/cli": "workspace:*",
    "@rancui/linter": "workspace:*",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^27.0.3",
    "@types/react": "^18.2.20",
    "@types/react-dom": "^18.2.7",
    "@types/react-transition-group": "^4.4.5",
    "gh-pages": "^3.2.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "jest-canvas-mock": "2.5.2"
  },
  "browserslist": [
    "Android >= 4.0",
    "iOS >= 8"
  ],
  "sideEffects": [
    "es/**/style/*",
    "lib/**/style/*",
    "*.less"
  ]
}
