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.
128 lines (127 loc) • 3.86 kB
JSON
{
"name": "northants-design-system",
"version": "3.0.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": ">=24"
},
"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",
"lint": "eslint ./src"
},
"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.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.5",
"styled-components": "^6.1.1"
},
"resolutions": {
"@storybook/react/webpack": "^5"
},
"overrides": {
"react-hook-recaptcha": {
"react": "^19.2.3"
}
},
"devDependencies": {
"@cludosearch/cludo-search-components": "^1.0.59",
"@eslint-react/eslint-plugin": "^5.7.4",
"@eslint/js": "^10.0.1",
"@etchteam/storybook-addon-status": "^8.0.0",
"@googlemaps/react-wrapper": "^1.1.35",
"@googlemaps/typescript-guards": "^2.0.3",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6",
"@rollup/plugin-node-resolve": "^16",
"@storybook/addon-a11y": "^10.4.1",
"@storybook/addon-docs": "^10.4.1",
"@storybook/addon-links": "^10.4.1",
"@storybook/addon-webpack5-compiler-swc": "^4.0.3",
"@storybook/react-webpack5": "^10.4.1",
"@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/jest-axe": "^3.5.9",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.0",
"@typescript-eslint/parser": "^8.0",
"axios": "^1",
"colors": "^1.4.0",
"dayjs": "^1.10.7",
"eslint": "^10.0",
"globals": "^17.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-axe": "^10.0.0",
"jest-environment-jsdom": "^29.3.1",
"jsuri": "^1.3.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"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.37",
"storybook": "^10.4.1",
"styled-components": "^6.1.1",
"ts-jest": "^29",
"typescript": "^5.0.0",
"typescript-eslint": "^8.59.2",
"webpack": "^5.69.0",
"eslint-plugin-storybook": "10.4.1"
},
"dependencies": {
"core-js": "^3.20.2",
"downshift": "^9.0",
"html-react-parser": "^6",
"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"
}
}