{
  "name": "@tonic-ui/react",
  "version": "3.0.0-alpha.1",
  "description": "A comprehensive React component library for Tonic UI.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "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,.ts,.tsx,.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": "cross-env NODE_ENV=test jest --maxWorkers=2",
    "test:types": "tsc -p tsconfig.test.json",
    "types:build": "tsc",
    "types:clear": "del build coverage @types/"
  },
  "dependencies": {
    "@popperjs/core": "2.x",
    "@tonic-ui/react-base": "^3.0.0-alpha.1",
    "@tonic-ui/react-hooks": "^3.0.0-alpha.1",
    "@tonic-ui/react-icons": "^3.0.0-alpha.1",
    "@tonic-ui/styled-system": "^3.0.0-alpha.1",
    "@tonic-ui/theme": "^3.0.0-alpha.1",
    "@tonic-ui/utils": "^3.0.0-alpha.1",
    "date-fns": "^4.4.0",
    "ensure-type": "^1.5.1",
    "micro-memoize": "5.x",
    "react-focus-lock": "2.x",
    "react-is": "^18.3.0 || ^19.0.0",
    "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",
    "@babel/preset-typescript": "^7.28.5",
    "@codecov/rollup-plugin": "^1.5.1",
    "@emotion/babel-plugin": "^11.13.0",
    "@emotion/jest": "^11.14.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@rollup/plugin-babel": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.0.0",
    "@trendmicro/babel-config": "^1.0.2",
    "@typescript-eslint/eslint-plugin": "^8.58.0",
    "@typescript-eslint/parser": "^8.58.0",
    "cross-env": "^7.0.0",
    "del-cli": "^5.0.0",
    "eslint": "^9.26.0",
    "eslint-config-trendmicro": "^4.4.1",
    "eslint-import-resolver-typescript": "^3.6.3",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "glob": "^11.0.0",
    "globals": "^15.0.0",
    "jest": "^29.0.0",
    "jest-axe": "^8.0.0",
    "jest-environment-jsdom": "^29.0.0",
    "jest-extended": "^4.0.0",
    "react": "^18.3.0 || ^19.0.0",
    "react-dom": "^18.3.0 || ^19.0.0",
    "rollup": "^3",
    "rollup-plugin-dts": "^6.1.1",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "@emotion/react": "^11.0.0",
    "@emotion/styled": "^11.0.0",
    "react": "^18.3.0 || ^19.0.0",
    "react-dom": "^18.3.0 || ^19.0.0"
  },
  "jest": {
    "transform": {
      "^.+\\.(js|jsx|ts|tsx)$": "babel-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": "4fceaa868b26844f1372e1eb83436e20686028c8"
}
