{
  "name": "@scpl/workcamp-ui",
  "repository": {
    "type": "git",
    "url": "https://git.technetgrp.com"
  },
  "version": "1.0.53",
  "description": "A Workcamp component library for getting people started with easy to re-use components for everyday projects.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist/ && tsc"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/antd": "^1.0.0",
    "@types/node": "^17.0.1",
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.5.2"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "dependencies": {
    "@types/styled-components": "^5.1.26",
    "antd": "5",
    "clipboardy": "^3.0.0",
    "react-flag-kit": "^1.1.1",
    "react-phone-input-2": "^2.15.1",
    "react-router-dom": "^6.8.0",
    "react-toastify": "^9.1.3",
    "rimraf": "^5.0.1",
    "styled-components": "^5.3.3",
    "tslib": "^2.5.3"
  },
  "types": "./dist/index.d.ts",
  "keywords": [
    "react",
    "workcamp",
    "sofit",
    "scpl",
    "tng",
    "technetgrp"
  ],
  "author": "scpl"
}
