{
  "name": "northants-design-system",
  "version": "1.6.2",
  "private": false,
  "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/FutureNorthants/northants-design-system.git"
  },
  "author": "West Northants Council & FutureGov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/FutureNorthants/northants-design-system/issues"
  },
  "homepage": "https://northants-design-system.netlify.app/",
  "module": "build/index.mjs.js",
  "files": [
    "build"
  ],
  "types": "build/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "storybook": "storybook dev -p 6006",
    "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": {
    "@cludosearch/cludo-search-components": "^1.0.59",
    "@googlemaps/react-wrapper": ">=1.1.35",
    "axios": "^1",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0",
    "react-hook-form": "^7.5",
    "styled-components": "^6.1.1"
  },
  "resolutions": {
    "@storybook/react/webpack": "^5"
  },
  "devDependencies": {
    "@cludosearch/cludo-search-components": "^1.0.59",
    "@etchteam/storybook-addon-status": "^5.0.0",
    "@googlemaps/react-wrapper": "^1.1.35",
    "@googlemaps/typescript-guards": "^2.0.3",
    "@rollup/plugin-commonjs": "^26.0.0",
    "@rollup/plugin-json": "^6",
    "@rollup/plugin-node-resolve": "^15",
    "@storybook/addon-a11y": "^8.6.4",
    "@storybook/addon-essentials": "^8.6.4",
    "@storybook/addon-links": "^8.6.4",
    "@storybook/addon-webpack5-compiler-swc": "^2.1.0",
    "@storybook/react": "^8.6.4",
    "@storybook/react-webpack5": "^8.6.4",
    "@swc/core": "^1.4.11",
    "@swc/jest": "^0.2.36",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.0",
    "@testing-library/react": "^16.0.0",
    "@types/google.maps": "^3.50.5",
    "@types/jest": "^29.2.5",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.10",
    "@typescript-eslint/eslint-plugin": "^7.0",
    "@typescript-eslint/parser": "^7.0",
    "axios": "^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": "^0.11.4",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.3.1",
    "jsuri": "^1.3.1",
    "react": "~18",
    "react-dom": "~18",
    "react-hook-form": "^7.50.1",
    "rollup": "^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.36",
    "storybook": "^8.6.4",
    "styled-components": "^6.1.1",
    "ts-jest": "^29",
    "typescript": "^5.0.0",
    "webpack": "^5.69.0"
  },
  "dependencies": {
    "core-js": "^3.20.2",
    "downshift": "^9.0",
    "html-react-parser": "^5",
    "react-hook-form": "^7.5",
    "react-hook-recaptcha": "^2.0.1",
    "react-qr-code": "^2.0.11",
    "sanitize-html": "^2.6.1",
    "stylis": "^4.3.0"
  }
}
