{
  "name": "@kuma-ui/core",
  "version": "1.6.4",
  "description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kuma-ui/kuma-ui.git"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "css-in-js",
    "zero-runtime",
    "front-end",
    "design-system",
    "styled-components"
  ],
  "homepage": "https://www.kuma-ui.com",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./components/componentList": {
      "types": "./dist/components/componentList.d.ts",
      "require": "./dist/components/componentList.js",
      "import": "./dist/components/componentList.mjs"
    }
  },
  "typesVersions": {
    "*": {
      "components/componentList": [
        "./dist/components/componentList.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@types/stylis": "^4.2.0",
    "stylis": "^4.2.0",
    "@kuma-ui/sheet": "1.5.2",
    "@kuma-ui/system": "1.8.3"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.0.0",
    "@types/node": "^18.15.11",
    "@types/react": "^18.0.32",
    "@types/testing-library__jest-dom": "^5.14.9",
    "@vitest/coverage-c8": "^0.31.4",
    "globby": "^13.2.0",
    "jsdom": "^22.1.0",
    "ts-node": "^10.9.1",
    "vitest": "^0.31.4"
  },
  "peerDependencies": {
    "@types/react": ">=18.0.32",
    "next": ">=13.4.5",
    "react": ">=18.2.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "next": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run && vitest typecheck --run",
    "typecheck": "tsc --noEmit --composite false",
    "lint": "eslint './src/**/*.{js,ts,jsx,tsx}' --report-unused-disable-directives --max-warnings 0",
    "lint:fix": "eslint --fix './src/**/*.{js,ts,jsx,tsx}' --report-unused-disable-directives --max-warnings 0"
  }
}