@nnc-digital/nnc-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.
119 lines (118 loc) • 3.77 kB
JSON
{
"name": "@nnc-digital/nnc-design-system",
"version": "1.0.0-beta13",
"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",
"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": {
"@googlemaps/react-wrapper": ">=1.1.35",
"axios": "^1",
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"styled-components": "^6.1.1"
},
"resolutions": {
"@storybook/react/webpack": "^5"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@etchteam/storybook-addon-status": "^4.2.4",
"@googlemaps/react-wrapper": "^1.1.35",
"@googlemaps/typescript-guards": "^2.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@storybook/addon-a11y": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/react": "^7.5.3",
"@testing-library/jest-dom": "6.0",
"@testing-library/react": "^14.0.0",
"@types/google.maps": "^3.50.5",
"@types/jest": "^29.2.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",
"axios": "^1",
"babel-jest": "^29.0.0",
"babel-loader": "^9.0.0",
"babel-preset-react-app": "^10.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": "^0.6.15",
"identity-obj-proxy": "^3.0.0",
"jest": "^29",
"jest-environment-jsdom": "^29.3.1",
"jsuri": "^1.3.1",
"node-sass": "^8.0.0",
"react": "~18",
"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",
"sass-loader": "^13.0.0",
"styled-components": "^6.1.1",
"ts-jest": "^29",
"typescript": "^5.5.2",
"webpack": "^5.69.0"
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@storybook/react-webpack5": "^7.5.3",
"core-js": "^3.20.2",
"downshift": "^6.1.7",
"html-react-parser": "^3.0.16",
"react-lazy-progressive-image": "^1.5.5",
"react-qr-code": "^2.0.11",
"sanitize-html": "^2.6.1",
"storybook": "^7.5.3",
"stylis": "^4.3.0"
}
}