{
    "name": "@orbit-ui/components",
    "version": "35.0.3",
    "description": "Orbit components",
    "repository": "https://github.com/gsoft-inc/sg-orbit.git",
    "author": "Groupe Sharegate inc.",
    "license": "Apache-2.0",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "style": "dist/index.css",
    "files": [
        "/dist",
        "!/dist/**/docs/*",
        "!/dist/**/tests/*",
        "index.css"
    ],
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "prebuild": "yarn clean",
        "build": "run-s build:* copy-files",
        "build:js": "tsc --build ./tsconfig.build.json",
        "copy-files": "copyfiles -u 1 \"src/**/*.css\" dist",
        "generate-icons-components": "node ./scripts/generate-icons-components.js",
        "clean": "rimraf dist tsconfig.build.tsbuildinfo"
    },
    "peerDependencies": {
        "react": "^18.0.0",
        "react-dom": "^18.0.0"
    },
    "dependencies": {
        "@orbit-ui/icons": "12.2.1",
        "@popperjs/core": "2.11.2",
        "react-is": "17.0.2",
        "text-mask-core": "5.1.2",
        "type-fest": "2.9.0",
        "use-debounce": "7.0.1"
    },
    "gitHead": "f8b5019bdc53f68abe27e931387aeec7f0747d85"
}
