{
  "name": "@nypl/design-system-react-components",
  "version": "4.4.1",
  "description": "NYPL Reservoir Design System React Components",
  "repository": {
    "type": "git",
    "url": "https://github.com/NYPL/nypl-design-system/"
  },
  "main": "dist/design-system-react-components.cjs",
  "types": "dist/src/index.d.ts",
  "module": "dist/design-system-react-components.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "require": "./dist/design-system-react-components.cjs",
      "import": "./dist/design-system-react-components.js"
    },
    "./dist/styles.css": "./dist/styles.css",
    "./dist/src/*": {
      "types": "./dist/src/*.d.ts",
      "require": "./dist/design-system-react-components.cjs",
      "import": "./dist/design-system-react-components.js"
    }
  },
  "author": "NYPL",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "vite build --watch",
    "build": "tsc --noEmit && vite build --mode=production",
    "test": "jest --config=jest.config.js",
    "test:watch": "jest --watch --config=jest.config.js",
    "test:generate-output": "jest --config=jest.config.js --json --outputFile=.jest-test-results.json || true",
    "test:ci": "jest --ci --config=jest.config.js --maxWorkers=2",
    "lint": "eslint src --ext=ts,tsx --cache",
    "prepare": "npm run build && husky install",
    "storybook": "storybook dev -p 6006",
    "build-storybook:v4": "storybook build -c .storybook -o ./reservoir/v4",
    "prebuild:storybook": "npm run test:generate-output",
    "build-storybook": "storybook build"
  },
  "lint-staged": {
    "*.{jsx,ts,tsx}": "eslint src --ext=jsx,ts,tsx --cache --fix",
    "*.{js,jsx,ts,tsx,css}": "prettier --write"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": false,
    "trailingComma": "es5"
  },
  "overrides": {
    "@microsoft/api-extractor": "7.34.4",
    "types-ramda": "0.29.4"
  },
  "dependencies": {
    "@chakra-ui/react": "2.8.2",
    "@chakra-ui/system": "2.6.2",
    "@charlietango/use-native-lazy-loading": "1.10.0",
    "@emotion/react": "11.11.1",
    "@emotion/styled": "11.11.0",
    "framer-motion": "10.16.4",
    "react-datepicker": "4.14.1",
    "react-intersection-observer": "9.2.2",
    "system-font-css": "2.0.2",
    "typescript": "4.9.5"
  },
  "peerDependencies": {
    "@chakra-ui/react": ">=2.8.2",
    "@chakra-ui/system": ">=2.6.2",
    "@emotion/react": ">=11.11.1",
    "@emotion/styled": ">=11.11.0",
    "framer-motion": ">=10.16.4",
    "react": ">=17",
    "react-dom": ">=17",
    "typescript": ">=4.9.5"
  },
  "devDependencies": {
    "@babel/core": "7.29.7",
    "@jest/core": "30.0.5",
    "@rollup/plugin-commonjs": "26.0.3",
    "@rollup/plugin-typescript": "11.1.6",
    "@storybook/addon-a11y": "9.1.20",
    "@storybook/addon-designs": "10.0.1",
    "@storybook/addon-docs": "9.1.20",
    "@storybook/addon-jest": "9.1.12",
    "@storybook/addon-links": "9.1.20",
    "@storybook/react-vite": "9.1.20",
    "@testing-library/dom": "9.2.0",
    "@testing-library/jest-dom": "6.0.0",
    "@testing-library/react": "14.3.0",
    "@testing-library/react-hooks": "7.0.2",
    "@testing-library/user-event": "14.5.2",
    "@types/jest": "29.5.14",
    "@types/jest-axe": "3.5.9",
    "@types/node": "22.12.0",
    "@types/react": "18.3.12",
    "@types/testing-library__jest-dom": "5.14.1",
    "@typescript-eslint/eslint-plugin": "5.57.0",
    "@typescript-eslint/parser": "5.57.0",
    "@vitejs/plugin-react": "5.2.0",
    "eslint": "7.31.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-jsx-a11y": "6.7.1",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react": "7.32.2",
    "eslint-plugin-react-hooks": "4.2.0",
    "husky": "7.0.4",
    "jest": "29.7.0",
    "jest-axe": "10.0.0",
    "jest-environment-jsdom": "29.7.0",
    "jest-transformer-svg": "2.0.2",
    "js-cookie": "3.0.8",
    "lint-staged": "10.5.4",
    "normalize.css": "8.0.1",
    "prettier": "2.4.1",
    "prop-types": "15.8.1",
    "react": "18.3.0",
    "react-dom": "18.3.0",
    "react-test-renderer": "18.3.0",
    "remark-gfm": "4.0.0",
    "rollup": "4.62.0",
    "sass": "1.70.0",
    "storybook": "9.1.20",
    "ts-jest": "29.1.5",
    "tslib": "2.3.0",
    "typescript": "4.9.5",
    "vite": "7.3.6",
    "vite-plugin-dts": "4.5.4",
    "vite-plugin-svgr": "4.3.0"
  }
}
