{
  "name": "@propellerads/popup",
  "version": "2.5.0",
  "description": "popup",
  "repository": "https://github.com/propellerads/ui-components",
  "author": "r.khizhenkov@propellerads.net",
  "license": "MIT",
  "private": false,
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "tsdx build",
    "start": "tsdx watch",
    "build": "tsdx build"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "module": "dist/popup.esm.js",
  "devDependencies": {
    "@types/react": "^16.9.49",
    "@types/react-dom": "^16.9.8",
    "@types/styled-components": "^5.1.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "tsdx": "^0.13.3",
    "tslib": "^2.0.1",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "@propellerads/button": "^5.2.1",
    "@propellerads/icon": "^3.4.1",
    "@propellerads/stylevariables": "^1.3.0",
    "styled-components": "^5.2.0"
  }
}
