{
  "name": "@tonic-ui/react",
  "version": "2.12.0",
  "description": "A comprehensive React component library for Tonic UI.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "build": "cross-env rollup --config rollup.config.mjs",
    "clean": "del build coverage dist",
    "lint": "eslint --ext .js,.jsx,.mjs .",
    "pre-push": "bash -c 'echo -e \"=> \\e[1;33m$npm_package_name\\e[0m\"' && yarn run build && yarn run lint && yarn run test",
    "prepublishOnly": "yarn run build",
    "test": "jest --maxWorkers=2"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@popperjs/core": "2.x",
    "@tonic-ui/react-base": "^2.0.4",
    "@tonic-ui/react-hooks": "^2.2.1",
    "@tonic-ui/react-icons": "^2.1.3",
    "@tonic-ui/styled-system": "^2.2.1",
    "@tonic-ui/theme": "^2.0.1",
    "@tonic-ui/utils": "^2.2.0",
    "date-fns": "2.x",
    "ensure-type": "^1.5.1",
    "micro-memoize": "4.x",
    "react-focus-lock": "2.x",
    "react-is": "^16.14.0 || ^17 || ^18 || ^19",
    "react-transition-group": "4.x"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/eslint-parser": "^7.0.0",
    "@babel/eslint-plugin": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@codecov/rollup-plugin": "^1.5.1",
    "@emotion/babel-plugin": "^11.13.0",
    "@emotion/jest": "^11.14.0",
    "@rollup/plugin-babel": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@trendmicro/babel-config": "^1.0.2",
    "cross-env": "^7.0.3",
    "del-cli": "^5.0.0",
    "eslint": "^8.25.0",
    "eslint-config-trendmicro": "^3.0.0",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jsx-a11y": "latest",
    "eslint-plugin-react": "latest",
    "eslint-plugin-react-hooks": "latest",
    "glob": "^11.0.0",
    "jest": "^29.0.0",
    "jest-axe": "^8.0.0",
    "jest-environment-jsdom": "^29.0.0",
    "jest-extended": "^4.0.0",
    "react": "^16.14.0 || ^17 || ^18 || ^19",
    "react-dom": "^16.14.0 || ^17 || ^18 || ^19",
    "rollup": "^3"
  },
  "peerDependencies": {
    "react": "^16.14.0 || ^17 || ^18 || ^19",
    "react-dom": "^16.14.0 || ^17 || ^18 || ^19"
  },
  "jest": {
    "clearMocks": true,
    "collectCoverage": true,
    "collectCoverageFrom": [
      "<rootDir>/src/**/*.js"
    ],
    "coverageReporters": [
      "lcov",
      "text",
      "html"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/build"
    ],
    "setupFiles": [],
    "setupFilesAfterEnv": [
      "<rootDir>/jest-setup.js"
    ],
    "snapshotSerializers": [
      "@emotion/jest/serializer"
    ],
    "testEnvironment": "jsdom",
    "testMatch": [
      "<rootDir>/**/__tests__/**/*.test.js"
    ]
  },
  "author": "Tonic UI Team",
  "homepage": "https://github.com/trendmicro-frontend/tonic-ui",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/trendmicro-frontend/tonic-ui.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/trendmicro-frontend/tonic-ui/issues"
  },
  "keywords": [
    "components",
    "emotion",
    "react",
    "styled-system",
    "tonic-ui"
  ],
  "gitHead": "34224d3fca02475c770c93dea196b64e64afc998"
}
