{
  "name": "@propellerads/kyc-form",
  "version": "3.0.0",
  "module": "dist/kyc-form.esm.js",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": "https://github.com/propellerads/ui-components.git",
  "author": "r.akhtyamov@propellerads.net",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/propellerads/ui-components/issues"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "styled-components": "5.1.1",
    "@types/react": "^17.0.36",
    "@types/react-dom": "^17.0.11",
    "@types/styled-components": "5.1.1"
  },
  "scripts": {
    "prepublishOnly": "tsdx build",
    "start": "tsdx watch",
    "build": "tsdx build"
  },
  "homepage": "https://github.com/propellerads/ui-components#readme",
  "private": false,
  "dependencies": {
    "@propellerads/button": "^5.2.2",
    "@propellerads/icon": "^3.4.1",
    "@propellerads/image-uploader": "^1.1.1",
    "@propellerads/stylevariables": "^1.3.1",
    "@propellerads/success-label": "^2.1.1",
    "@propellerads/textarea": "3.0.0"
  },
  "devDependencies": {
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.4.2"
  }
}
