{
  "name": "@hopper-ui/styled-system",
  "author": "Workleap",
  "version": "4.0.9",
  "description": "The styled-system package.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/workleap/wl-hopper.git",
    "directory": "packages/styled-system"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "type": "module",
  "sideEffects": [
    "*.css"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "style": "dist/index.css",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./index.css": "./dist/index.css",
    "./theme/*.css": "./dist/theme/generated/*.css"
  },
  "files": [
    "/dist",
    "CHANGELOG.md"
  ],
  "peerDependencies": {
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19"
  },
  "dependencies": {
    "@react-aria/ssr": "^3.9.10",
    "clsx": "^2.1.1",
    "csstype": "^3.1.3"
  },
  "devDependencies": {
    "@eslint/js": "9.38.0",
    "@swc/core": "1.13.5",
    "@swc/helpers": "0.5.17",
    "@swc/jest": "0.2.39",
    "@testing-library/dom": "10.4.1",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.0",
    "@types/eslint": "9.6.1",
    "@types/jest": "29.5.14",
    "@types/react": "18.3.13",
    "@types/react-dom": "18.3.1",
    "@types/react-test-renderer": "18.3.0",
    "@workleap/eslint-configs": "0.0.7",
    "@workleap/swc-configs": "2.3.0",
    "@workleap/tsup-configs": "3.1.0",
    "@workleap/typescript-configs": "3.0.4",
    "copyfiles": "2.4.1",
    "eslint": "9.38.0",
    "eslint-plugin-import": "2.32.0",
    "identity-obj-proxy": "3.0.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "30.2.0",
    "jest-fail-on-console": "3.3.1",
    "minimatch": "10.0.3",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-test-renderer": "18.3.1",
    "ts-jest": "29.4.5",
    "tsup": "8.5.0",
    "typescript": "5.5.4",
    "typescript-eslint": "8.46.2",
    "@hopper-ui/tokens": "5.3.9"
  },
  "scripts": {
    "dev": "tsup --config ./tsup.dev.ts",
    "build": "tsup --config ./tsup.build.ts && copyfiles -u 1 src/theme/generated/*.css dist && copyfiles -u 1 src/theme/generated/**/*.css dist",
    "eslint": "eslint . --max-warnings=0 --cache --cache-location node_modules/.cache/eslint",
    "stylelint": "stylelint \"**/*.css\" --allow-empty-input --config ../../.stylelintrc.js --cache --cache-location node_modules/.cache/stylelint --max-warnings=0",
    "typecheck": "tsc",
    "test": "jest"
  }
}