{
  "name": "@nnc-digital/nnc-design-system",
  "version": "1.0.0-beta22",
  "description": "Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.",
  "main": "build/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NNC-Digital/nnc-design-system.git"
  },
  "author": "North Northants Council & FutureGov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/NNC-Digital/nnc-design-system.git/issues"
  },
  "homepage": "https://northants-design-system.netlify.app/",
  "module": "build/index.mjs.js",
  "files": [
    "build"
  ],
  "types": "build/index.d.ts",
  "exports": {
    ".": {
      "browser": "./build/index.esm.js",
      "import": "./build/index.esm.js",
      "require": "./build/index.js",
      "default": "./build/index.esm.js"
    },
    "./build/*": "./build/*",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "test:coverage": "vitest --coverage",
    "storybook:test": "vitest --project storybook",
    "storybook": "storybook dev -p 6006 --no-open",
    "storybook:export": "storybook build",
    "generate": "node ./util/create-component",
    "prepublishOnly": "npm run build",
    "dev": "npm run storybook"
  },
  "keywords": [
    "React",
    "Component",
    "Library",
    "Rollup",
    "Typescript",
    "Styled Components",
    "Storybook"
  ],
  "peerDependencies": {
    "@googlemaps/react-wrapper": ">=1.1.35",
    "axios": "^1",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0",
    "styled-components": "^6.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.16.7",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@etchteam/storybook-addon-status": "^8.0.0",
    "@googlemaps/react-wrapper": "^1.1.35",
    "@googlemaps/typescript-guards": "^2.0.3",
    "@mdx-js/loader": "3.1.1",
    "@mdx-js/mdx": "3.1.1",
    "@mdx-js/react": "3.1.1",
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@storybook/addon-a11y": "10.2.0",
    "@storybook/addon-docs": "10.2.0",
    "@storybook/addon-links": "10.2.0",
    "@storybook/addon-vitest": "^10.2.0",
    "@storybook/react": "10.2.0",
    "@storybook/react-vite": "10.2.0",
    "@testing-library/jest-dom": "6.0",
    "@testing-library/react": "^14.0.0",
    "@types/google.maps": "^3.50.5",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.10",
    "@types/styled-components": "^5.1.19",
    "@typescript-eslint/eslint-plugin": "6.0",
    "@typescript-eslint/parser": "6.0",
    "@vitest/browser-playwright": "^4.0.18",
    "@vitest/coverage-v8": "^4.0.18",
    "axios": "^1",
    "blank-module": "^0.0.1",
    "colors": "^1.4.0",
    "dayjs": "^1.10.7",
    "eslint": "^8.9.0",
    "eslint-config-airbnb": "^19.0.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-storybook": "^10.2.0",
    "identity-obj-proxy": "^3.0.0",
    "jsdom": "^27.4.0",
    "jsuri": "^1.3.1",
    "path-browserify": "^1.0.1",
    "playwright": "^1.58.0",
    "react": "~18",
    "react-docgen-typescript": "^2.4.0",
    "react-dom": "~18",
    "rollup": "^3.29.4",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-typescript2": "^0.34",
    "storybook": "10.2.0",
    "styled-components": "^6.1.1",
    "typescript": "^5.5.2",
    "vite": "^7.3.1",
    "vite-plugin-node-polyfills": "^0.25.0",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "core-js": "^3.20.2",
    "downshift": "^6.1.7",
    "html-react-parser": "^3.0.16",
    "react-qr-code": "^2.0.11",
    "sanitize-html": "^2.6.1",
    "stylis": "^4.3.0"
  }
}
