@conduction/components
Version:
React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)
93 lines (92 loc) • 2.77 kB
JSON
{
"name": "@conduction/components",
"version": "2.2.59",
"description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib/",
"build": "npm-run-all build:**",
"build:tsc": "tsc",
"build:copyCSS": "copyfiles -u 1 src/**/*.css lib/",
"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",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@utrecht/component-library-react": "3.0.0",
"clsx": "^2.1.0",
"gatsby": "^5.13.3",
"react": "^18.2.0",
"react-datepicker": "^6.3.0",
"react-hook-form": "7.51.0",
"react-paginate": "^8.2.0",
"react-select": "5.8.0",
"react-tabs": "^6.0.2",
"react-tooltip": "^5.26.3"
},
"overrides": {
"@babel/helpers": "^7.26.10",
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
"@babel/runtime": "^7.26.10",
"ajv": "^8.18.0",
"axios": "^1.16.1",
"base-x": "^3.0.11",
"body-parser": "^2.2.2",
"braces": "^3.0.3",
"cookie": "^0.7.0",
"cross-spawn": "^7.0.6",
"express": "^4.22.2",
"flatted": "^3.4.2",
"rimraf": {
"glob": "^10.5.0"
},
"immutable": "^4.0.0",
"js-yaml": "^3.14.2",
"lodash": "^4.18.1",
"micromatch": "^4.0.8",
"minimatch": "^9.0.7",
"nanoid": "^3.3.8",
"on-headers": "^1.1.0",
"path-to-regexp": "0.1.13",
"picomatch": "^2.3.2",
"postcss": "^8.5.10",
"qs": "^6.15.0",
"send": "^0.19.0",
"serialize-javascript": "^7.0.5",
"serve-static": "^1.16.3",
"socket.io-parser": "^4.2.6",
"svgo": "^2.8.2",
"tar-fs": "^3.1.1",
"tmp": "^0.2.4",
"webpack": "^5.106.0",
"webpack-dev-middleware": "^5.3.4",
"ws": "^8.20.1",
"yaml": "^2.9.0"
},
"devDependencies": {
"@types/node": "^20.11.27",
"@types/react": "^18.2.66",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.2.22",
"copyfiles": "^2.4.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"tsc-hooks": "^1.1.2",
"typescript": "^5.4.2"
}
}