{
  "name": "outqource-components",
  "version": "1.0.11",
  "description": "Design System Library",
  "keywords": [
    "react",
    "javascript",
    "typescript"
  ],
  "author": "AlpoxDev <contact@alpox.dev>",
  "license": "MIT",
  "main": "build/index.js",
  "module": "build/index.es.js",
  "jsnext:main": "build/index.es.js",
  "scripts": {
    "start": "rollup -c rollup.config.js -w",
    "build": "rimraf ./build & rollup -c",
    "deploy": "yarn build && npm publish",
    "test": "jest"
  },
  "peerDependencies": {
    "@emotion/react": "^11.4.0",
    "@emotion/styled": "^11.3.0",
    "classnames": "^2.3.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-dropzone": "^11.3.4",
    "react-modal": "^3.14.3"
  },
  "devDependencies": {
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@types/app-root-path": "^1.2.4",
    "@types/react": "^17.0.13",
    "@types/react-dom": "^17.0.8",
    "@types/react-modal": "^3.12.1",
    "react-scripts-ts": "^3.1.0",
    "react-test-renderer": "^17.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.52.7",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "^27.0.3",
    "tslib": "^2.3.1",
    "typescript": "^4.3.5"
  }
}
