{
  "name": "@nutui/nutui-react",
  "version": "2.7.7",
  "style": "dist/style.css",
  "main": "dist/nutui.react.umd.js",
  "module": "dist/esm/nutui-react.es.js",
  "typings": "dist/types/index.d.ts",
  "sideEffects": [
    "*.scss",
    "dist/esm/**/style/*",
    "dist/style.css",
    "dist/styles/font/*",
    "dist/styles/font-jmapp/*"
  ],
  "description": "京东风格的轻量级移动端 React 组件库，支持一套代码生成 H5 和小程序",
  "keywords": [
    "nutui",
    "nutui2",
    "nutui3",
    "react",
    "nutui-react",
    "webpack",
    "react component",
    "vite",
    "jdc",
    "jdcfe",
    "taro"
  ],
  "author": "jdcfe",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jdf2e/nutui-react.git"
  },
  "files": [
    "dist",
    "README.md",
    "package.json",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "postpublish": "node scripts/postpublish.js"
  },
  "lint-staged": {
    "*.{scss,md}": "prettier --write",
    "*.{ts,tsx,js}": "eslint"
  },
  "dependencies": {
    "@babel/runtime": "^7.23.9",
    "@nutui/icons-react": "^1.0.5",
    "@nutui/jdesign-icons-react-taro": "1.0.6-beta.2",
    "@nutui/touch-emulator": "^1.0.0",
    "@react-spring/web": "~9.6.1",
    "@use-gesture/react": "10.2.20",
    "async-validator": "^4.2.5",
    "classnames": "^2.5.1",
    "lodash.isequal": "^4.5.0",
    "lodash.kebabcase": "^4.1.1",
    "react-transition-group": "^4.4.5"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "resolutions": {
    "@types/react": "^18.2.57",
    "@types/react-dom": "^18.2.19"
  }
}
