UNPKG

conduction-components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

57 lines (56 loc) 1.95 kB
{ "name": "conduction-components", "version": "1.0.2", "description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)", "main": "lib/index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ConductionNL/conduction-components.git" }, "keywords": ["React", "Gatsby", "Conduction", "Components"], "author": "Conduction B.V.", "license": "ISC", "bugs": { "url": "https://github.com/ConductionNL/conduction-components/issues" }, "homepage": "https://github.com/ConductionNL/conduction-components#readme", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.1.1", "@fortawesome/react-fontawesome": "^0.1.18", "@gemeente-denhaag/components-react": "^0.1.1-alpha.143", "@gemeente-denhaag/design-tokens-components": "^0.2.3-alpha.178", "@gemeente-denhaag/form-field": "^0.1.1-alpha.67", "@gemeente-denhaag/process-steps": "^0.1.0-alpha.18", "@gemeente-denhaag/sidenav": "^0.1.0-alpha.1", "@gemeente-denhaag/table": "^0.1.1-alpha.87", "@gemeente-denhaag/textarea": "^0.1.1-alpha.65", "axios": "^0.25.0", "clsx": "^1.1.1", "dateformat": "^5.0.3", "gatsby": "^4.11.1", "gatsby-plugin-breadcrumb": "^12.3.1", "gatsby-plugin-layout": "^3.11.0", "i18next": "^21.6.16", "jwt-decode": "^3.1.2", "lodash": "^4.17.21", "react": "^17.0.1", "react-dom": "^17.0.1", "react-hook-form": "^7.29.0", "react-i18next": "^11.16.6", "react-loading-skeleton": "^3.1.0", "react-query": "^3.34.19" }, "devDependencies": { "@types/dateformat": "^5.0.0", "@types/node": "^17.0.23", "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", "tsc-hooks": "^1.1.1", "typescript": "^4.6.3" } }