{
  "name": "@nylonblocks/commoncomponents",
  "version": "0.1.0",
  "description": "A set of common components for TypeScript React Apps",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "deploy": "npm publish --access public"
  },
  "author": "NYLON Blocks",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/init-agency/commoncomponents/issues"
  },
  "homepage": "https://github.com/init-agency/commoncomponents#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/init-agency/commoncomponents.git"
  },
  "devDependencies": {
    "@fortawesome/free-solid-svg-icons": "^6.2.0",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@types/react": "^18.0.24",
    "@types/react-modal": "^3.13.1",
    "@types/styled-components": "^5.1.26",
    "react": "^18.2.0",
    "react-confetti": "^6.1.0",
    "react-dom": "^18.2.0",
    "react-modal": "^3.16.1",
    "react-toastify": "^9.0.8",
    "react-tooltip": "^4.4.3",
    "styled-components": "^5.3.6",
    "tslib": "^2.4.1",
    "typescript": "^4.8.4"
  }
}
