UNPKG

northants-design-system

Version:

Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.

126 lines (125 loc) 3.83 kB
{ "name": "northants-design-system", "version": "2.2.0", "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", "engines": { "node": ">=20" }, "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": "19.1.0", "react-dom": "19.1.0", "react-hook-form": "^7.5", "styled-components": "^6.1.1" }, "resolutions": { "@storybook/react/webpack": "^5" }, "overrides": { "react-hook-recaptcha": { "react": "19.1.0" } }, "devDependencies": { "@cludosearch/cludo-search-components": "^1.0.59", "@etchteam/storybook-addon-status": "^7.0.0", "@googlemaps/react-wrapper": "^1.1.35", "@googlemaps/typescript-guards": "^2.0.3", "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-json": "^6", "@rollup/plugin-node-resolve": "^16", "@storybook/addon-a11y": "^9.0.17", "@storybook/addon-docs": "^9.0.17", "@storybook/addon-links": "^9.0.17", "@storybook/addon-webpack5-compiler-swc": "^3.0.0", "@storybook/react-webpack5": "^9.0.17", "@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": "^30.0.0", "@types/react": "19.1.8", "@types/react-dom": "19.1.6", "@typescript-eslint/eslint-plugin": "^8.0", "@typescript-eslint/parser": "^8.0", "axios": "^1", "colors": "^1.4.0", "dayjs": "^1.10.7", "eslint": "^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": "^5.0", "eslint-plugin-storybook": "^9.0.17", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.3.1", "jsuri": "^1.3.1", "react": "19.1.0", "react-dom": "19.1.0", "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": "^9.0.17", "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" } }