{
  "name": "@conduction/components",
  "version": "2.2.51",
  "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",
  "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"
  },
  "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"
  }
}
