{
    "name": "@cubetiq/antd-modal",
    "version": "0.0.1-alpha.3",
    "description": "Modal from Ant Design, draggable, resizable.",
    "homepage": "https://github.com/sombochea/antd-modal#readme",
    "repository": {
        "type": "git",
        "url": "https://github.com/sombochea/antd-modal.git"
    },
    "license": "MIT",
    "author": "DylanVann",
    "contributors": [
        {
            "name": "Sambo Chea",
            "email": "sombochea@cubetiqs.com"
        }
    ],
    "sideEffects": [
        "dist/index.css"
    ],
    "main": "dist/index.js",
    "module": "dist/antd-modal.esm.js",
    "typings": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "yarn build:bundle && yarn build:copy",
        "build:bundle": "tsdx build",
        "build:copy": "cp ../../README.md ./ && cp ./index.css ./dist",
        "lint": "tsdx lint src",
        "dev": "tsdx watch --noClean",
        "test": "tsdx test --passWithNoTests",
        "test-ci": "yarn build && yarn lint && yarn test"
    },
    "dependencies": {
        "react-uid": "^2.3.1"
    },
    "devDependencies": {
        "@testing-library/react": "^13.4.0",
        "@types/jest": "^29.2.4",
        "@types/react": "^18",
        "@types/react-dom": "^18",
        "antd": "^5",
        "eslint-config-prettier": "^8.3.0",
        "react": "^18",
        "react-dom": "^18",
        "tsdx": "^0.14.1",
        "tslib": "^2.3.1",
        "typescript": "^4.8.4"
    },
    "peerDependencies": {
        "antd": "^5",
        "react": "^18",
        "react-dom": "^18"
    }
}
