{
  "name": "@dscout/particle",
  "version": "1.0.0-alpha.52",
  "description": "A pattern library for building dscout user interfaces",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "files": [
    "lib/",
    "styles/"
  ],
  "sideEffects": [
    "styles/particle.scss"
  ],
  "scripts": {
    "build": "script/build",
    "build-docs": "script/build-docs",
    "ci": "script/ci",
    "clean": "script/clean",
    "lint": "script/lint",
    "nano": "script/nano",
    "prebuild": "script/clean",
    "release": "script/release",
    "start": "script/storybook",
    "test": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dscout/particle.git"
  },
  "author": "Taylor Briggs <taylor.briggs@dscout.com>",
  "contributors": [
    "Armand De Asis <armand@dscout.com>",
    "Jared Davies <jared@dscout.com>",
    "Joseph Weber <joe@dscout.com>",
    "Jules Simplicio <jules@dscout.com>",
    "Laura Rumage <laura@dscout.com>",
    "Ryan Pylipow <ryan.pylipow@dscout.com",
    "Sonny Chan <sonny@dscout.com>",
    "Tim Lenahan <tim.lenahan@dscout.com",
    "Timo Kuhn <timo@dscout.com>",
    "Vanessa Burroughs <vanessa@dscout.com"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dscout/particle/issues"
  },
  "homepage": "https://github.com/dscout/particle#readme",
  "devDependencies": {
    "@figma/code-connect": "^1.0.3",
    "@floating-ui/dom": "1.4.2",
    "@storybook/addon-actions": "8.6.4",
    "@storybook/addon-controls": "8.6.4",
    "@storybook/addon-docs": "8.6.4",
    "@storybook/addon-links": "8.6.4",
    "@storybook/addon-storysource": "8.6.4",
    "@storybook/addon-toolbars": "8.6.4",
    "@storybook/addon-viewport": "8.6.4",
    "@storybook/blocks": "8.6.4",
    "@storybook/builder-vite": "8.6.4",
    "@storybook/manager-api": "8.6.4",
    "@storybook/react": "8.6.4",
    "@storybook/react-vite": "8.6.4",
    "@storybook/theming": "8.6.4",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/react": "^16.0.1",
    "@testing-library/user-event": "^14.0.0",
    "@types/chai-dom": "^0.0.13",
    "@types/lodash": "^4.14.181",
    "@types/react": "18.3.18",
    "@types/react-dom": "^18.0.0",
    "@types/react-router": "^3.0.28",
    "@typescript-eslint/eslint-plugin": "^8.29.0",
    "@typescript-eslint/parser": "8.29.0",
    "@vitest/browser": "^3.2.3",
    "@vitest/spy": "^3.2.3",
    "autoprefixer": "^10.4.4",
    "chai-dom": "^1.12.0",
    "core-js": "3",
    "cssnano": "^5.1.3",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-import-resolver-typescript": "^4.3.1",
    "eslint-import-resolver-webpack": "0.12.1",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-jsx-a11y": "6.9.0",
    "eslint-plugin-prettier": "5.2.1",
    "eslint-plugin-react": "^7.35.0",
    "eslint-plugin-react-hooks": "^5.1.0",
    "husky": "^1.3.1",
    "lint-staged": "^8.0.1",
    "lodash": "^4.17.21",
    "playwright": "^1.53.1",
    "postcss": "^8.4.8",
    "postcss-cli": "^9.1.0",
    "postcss-discard-comments": "^2.0.4",
    "prettier": "^2.6.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "6.17.0",
    "sass": "^1.49.9",
    "storybook": "8.6.4",
    "typescript": "^4.3.5",
    "typescript-eslint": "^8.29.0",
    "vite": "^5.4.8",
    "vitest": "^3.2.3"
  },
  "peerDependencies": {
    "@floating-ui/dom": "1.4.2",
    "lodash": "^4.17.21",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "react-router-dom": "^6.0.0 || ^7.0.0"
  },
  "peerDependenciesMeta": {
    "lodash": {
      "optional": true
    },
    "@floating-ui/dom": {
      "optional": true
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "linters": {
      "*.{js,ts,jsx,tsx}": [
        "prettier --write",
        "git add"
      ]
    },
    "ignore": [
      "docs/**",
      "documentation/**"
    ]
  },
  "resolutions": {
    "@types/react": "18.3.18"
  }
}
