{
    "name": "@i-novus/ui-core",
    "version": "1.4.13",
    "description": "Базовые UI компоненты",
    "author": {
        "name": "I-Novus LLC",
        "email": "n2o@i-novus.ru",
        "url": "https://i-novus.ru/"
    },
    "homepage": "https://www.npmjs.com/package/@i-novus/ui-core",
    "repository": {
        "type": "git",
        "url": "https://github.com/i-novus-llc/ui-core.git"
    },
    "bugs": {
        "url": "https://github.com/i-novus-llc/ui-core/issues"
    },
    "license": "Apache-2.0",
    "scripts": {
        "dev": "yarn run clear&&tsc-watch --onSuccess \"yarn run copyfiles\"",
        "build": "yarn run clear&&yarn run lint&&yarn run build:fast",
        "build:fast": "tsc&&yarn run copyfiles",
        "clear": "rimraf dist",
        "copyfiles": "copyfiles --up 1 \"src/**/*.!(ts|tsx)\" dist",
        "lint": "yarn run lint:eslint&&yarn run lint:styles",
        "lint:eslint": "eslint src --fix",
        "lint:styles": "stylelint --fix \"src/**/*.scss\" --allow-empty-input"
    },
    "keywords": [
        "UI",
        "UI KIT",
        "styless components",
        "react",
        "typescript",
        "i-novus"
    ],
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist",
        "LICENSE",
        "package.json",
        "README.md"
    ],
    "type": "module",
    "main": "./dist/index.js",
    "module": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "dependencies": {
        "@floating-ui/dom": "^1.5.3",
        "classnames": "^2.3.2",
        "dayjs": "^1.11.10",
        "lodash": "4.17.21",
        "process": "^0.11.10",
        "rc-resize-observer": "^1.3.1",
        "rc-switch": "^4.1.0",
        "rc-textarea": "^1.3.4",
        "rc-tooltip": "^6.0.1",
        "react-calendar": "^4.6.0",
        "react-ellipsis-component": "^1.2.0-alpha.0",
        "react-imask": "^7.3.0",
        "react-modal": "^3.16.1",
        "react-toastify": "^9.1.3",
        "throttle-debounce": "^5.0.0",
        "uuid": "^9.0.1"
    },
    "peerDependencies": {
        "imask": "*",
        "rc-util": "*",
        "react": ">=17.0.0",
        "react-dom": ">=17.0.0"
    },
    "devDependencies": {
        "@i-novus/eslint-config": "1.0.19",
        "@types/lodash": "4.17.0",
        "@types/node": "^18.19.22",
        "@types/react": "^18.2.64",
        "@types/react-dom": "^18.2.21",
        "@types/react-lines-ellipsis": "^0.15.1",
        "@types/react-modal": "^3.16.0",
        "@types/throttle-debounce": "^5.0.0",
        "@types/uuid": "^9.0.7",
        "@typescript-eslint/eslint-plugin": "^5.59.8",
        "@typescript-eslint/parser": "^5.59.8",
        "copyfiles": "^2.4.1",
        "eslint": "^8.42.0",
        "rimraf": "^5.0.1",
        "stylelint": "15.7.0",
        "tsc-watch": "^6.0.4",
        "typescript": "5.0.4"
    }
}
