{
  "version": "0.15.0",
  "author": "Design System Team, City of Amsterdam <designsystem@amsterdam.nl>",
  "description": "All React components from the Amsterdam Design System. Use it to compose pages in your website or application.",
  "homepage": "https://designsystem.amsterdam",
  "license": "EUPL-1.2",
  "name": "@amsterdam/design-system-react",
  "keywords": [
    "amsterdam",
    "amsterdam-design-system",
    "design-system",
    "nl-design-system",
    "react"
  ],
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Amsterdam/design-system.git",
    "directory": "packages/react"
  },
  "sideEffects": false,
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@babel/runtime": "7.26.10",
    "clsx": "2.1.1",
    "@amsterdam/design-system-react-icons": "0.1.13"
  },
  "devDependencies": {
    "@babel/core": "7.26.10",
    "@babel/plugin-transform-runtime": "7.26.10",
    "@babel/preset-env": "7.26.9",
    "@babel/preset-react": "7.26.3",
    "@rollup/plugin-babel": "6.0.4",
    "@rollup/plugin-commonjs": "28.0.3",
    "@rollup/plugin-node-resolve": "16.0.1",
    "@rollup/pluginutils": "5.1.4",
    "@testing-library/dom": "10.4.0",
    "@testing-library/jest-dom": "6.6.3",
    "@testing-library/react": "16.2.0",
    "@testing-library/user-event": "14.6.1",
    "@types/jest": "29.5.14",
    "@types/lodash": "4.17.16",
    "@types/react": "18.3.18",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "next": "15.2.3",
    "npm-run-all": "4.1.5",
    "postcss": "8.5.3",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rollup": "4.37.0",
    "rollup-plugin-dts": "6.2.1",
    "rollup-plugin-filesize": "10.0.0",
    "rollup-plugin-node-externals": "7.1.3",
    "rollup-plugin-node-polyfills": "0.2.1",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-typescript2": "0.36.0",
    "sass": "1.86.0",
    "tslib": "2.8.1"
  },
  "peerDependencies": {
    "react": "16 - 19",
    "react-dom": "16 - 19",
    "@amsterdam/design-system-css": "0.15.0"
  },
  "scripts": {
    "build": "tsc && rollup -c",
    "build:watch": "rollup -c --watch",
    "clean": "rimraf dist/",
    "lint": "tsc --noEmit --project ./tsconfig.json && tsc --noEmit --project ./tsconfig.test.json",
    "test": "jest --verbose --coverage",
    "watch:test": "jest --verbose --watch"
  }
}