{
  "name": "@pandacss/core",
  "version": "1.11.1",
  "description": "core functions for extract-it",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "author": "Segun Adebayo <joseshegs@gmail.com>",
  "license": "MIT",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "homepage": "https://panda-css.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chakra-ui/panda.git",
    "directory": "packages/core"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@csstools/postcss-cascade-layers": "5.0.2",
    "browserslist": "4.28.1",
    "lodash.merge": "4.6.2",
    "outdent": "0.8.0",
    "postcss": "8.5.14",
    "postcss-discard-duplicates": "7.0.2",
    "postcss-discard-empty": "7.0.1",
    "postcss-minify-selectors": "7.0.5",
    "postcss-nested": "7.0.2",
    "postcss-normalize-whitespace": "7.0.1",
    "postcss-selector-parser": "7.1.1",
    "ts-pattern": "5.9.0",
    "@pandacss/is-valid-prop": "^1.11.1",
    "@pandacss/logger": "1.11.1",
    "@pandacss/shared": "1.11.1",
    "@pandacss/token-dictionary": "1.11.1",
    "@pandacss/types": "1.11.1"
  },
  "devDependencies": {
    "@types/lodash.merge": "4.6.9"
  },
  "scripts": {
    "build": "tsup --dts",
    "build-fast": "tsup --no-dts",
    "dev": "pnpm build-fast --watch"
  }
}