pankod/refine

View on GitHub
packages/chakra-ui/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@refinedev/chakra-ui",
  "version": "2.29.1",
  "private": false,
  "description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",
  "license": "MIT",
  "author": "Refine",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.ts",
  "scripts": {
    "attw": "attw --pack .",
    "build": "tsup && node ../shared/generate-declarations.js",
    "dev": "tsup --watch",
    "prepare": "pnpm -w build --scope @refinedev/chakra-ui",
    "publint": "publint --strict=true --level=suggestion",
    "test": "jest --passWithNoTests --runInBand",
    "types": "node ../shared/generate-declarations.js"
  },
  "dependencies": {
    "@chakra-ui/react": "^2.5.1",
    "@chakra-ui/theme-tools": "^2.1.2",
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@refinedev/react-hook-form": "^4.8.18",
    "@refinedev/ui-types": "^1.22.7",
    "@tabler/icons-react": "^3.1.0",
    "dayjs": "^1.10.7",
    "framer-motion": "^7.5.3",
    "react-hook-form": "^7.30.0",
    "react-markdown": "^6.0.1",
    "remark-gfm": "^1.0.0",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@esbuild-plugins/node-resolve": "^0.1.4",
    "@refinedev/cli": "^2.16.31",
    "@refinedev/core": "^4.49.2",
    "@refinedev/ui-tests": "^1.14.5",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.1.1",
    "@testing-library/react-hooks": "^8.0.0",
    "@testing-library/user-event": "^14.1.1",
    "@types/jest": "^29.2.4",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/testing-library__jest-dom": "^5.14.3",
    "esbuild-copy-static-files": "^0.1.0",
    "esbuild-plugin-inline-image": "^0.0.8",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "react-router-dom": "^6.8.1",
    "ts-jest": "^29.1.2",
    "tsup": "^6.7.0",
    "typescript": "^5.4.2"
  },
  "peerDependencies": {
    "@chakra-ui/react": "^2.5.1",
    "@refinedev/cli": "^2.0.0",
    "@refinedev/core": "^4.46.1",
    "dayjs": "^1.10.7",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-hook-form": "^7.30.0"
  },
  "publishConfig": {
    "access": "public"
  }
}