{
    "name": "@devfamily/admiral",
    "description": "Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.",
    "version": "6.0.0",
    "bugs": "https://github.com/dev-family/admiral/issues",
    "homepage": "https://github.com/dev-family/admiral",
    "repository": {
        "type": "git",
        "url": "https://github.com/dev-family/admiral"
    },
    "license": "MIT",
    "keywords": [
        "react",
        "admin",
        "reactjs",
        "admin-dashboard",
        "admin-ui",
        "admin-on-rest",
        "frontend-framework",
        "react-admin",
        "admin-template",
        "dashboard",
        "admin-panel",
        "developer-tools"
    ],
    "type": "module",
    "engines": {
        "node": ">=20.0.0"
    },
    "scripts": {
        "dev": "vite --host",
        "build": "tsc && vite build",
        "build:lib": "vite build --config vite-lib.config.js && tsc --project tsconfig-lib.json && node scripts/strip-style-imports-dts.mjs && rm -rf lib/pages lib/src",
        "serve": "vite preview",
        "test": "vitest run",
        "test:pack": "node scripts/pack-smoke.mjs",
        "prepare": "husky",
        "prettier:check": "prettier --check .",
        "prettier:write": "prettier --write .",
        "lint": "eslint admiral/ src/ pages/",
        "lint:fix": "eslint --fix admiral/ src/ pages/",
        "tsc": "tsc"
    },
    "lint-staged": {
        "*.{js,jsx,ts,tsx}": [
            "eslint --fix",
            "prettier --write"
        ],
        "*.json,.{eslintrc,prettierrc}": [
            "prettier --parser json --write"
        ],
        "*.{css,scss}": [
            "prettier --write"
        ],
        "*.{html,md,yml}": [
            "prettier --write"
        ]
    },
    "dependencies": {
        "@bem-react/classname": "^1.6.0",
        "@consta/uikit": "^5.33.1",
        "@dnd-kit/core": "^6.3.1",
        "@dnd-kit/sortable": "^10.0.0",
        "@floating-ui/react": "^0.27.18",
        "@react-spring/web": "^10.0.3",
        "@tinymce/tinymce-react": "^6.3.0",
        "classnames": "^2.3.1",
        "date-fns": "^4.1.0",
        "qs": "^6.15.2",
        "rc-dialog": "^10.0.0",
        "rc-drawer": "^7.2.0",
        "rc-notification": "^5.6.2",
        "rc-pagination": "^5.1.0",
        "rc-picker": "^4.11.0",
        "rc-select": "^14.16.0",
        "rc-switch": "^4.1.0",
        "rc-table": "^7.49.0",
        "rc-tabs": "^15.5.0",
        "rc-upload": "^4.8.1",
        "rc-util": "^5.44.3",
        "react-colorful": "^5.7.0",
        "react-icons": "^5.5.0",
        "react-textarea-autosize": "^8.3.3",
        "slugify": "^1.6.5",
        "tinycolor2": "^1.4.2"
    },
    "devDependencies": {
        "@arethetypeswrong/cli": "^0.18.3",
        "@bem-react/classnames": "^1.3.10",
        "@consta/icons": "^1.7.1",
        "@editorjs/editorjs": "^2.31.3",
        "@editorjs/header": "^2.8.1",
        "@editorjs/image": "^2.8.2",
        "@editorjs/list": "^2.0.9",
        "@editorjs/paragraph": "^2.11.3",
        "@eslint/js": "^9.0.0",
        "@testing-library/dom": "^10.4.1",
        "@testing-library/react": "^16.3.2",
        "@types/qs": "^6.9.7",
        "@types/react": "^19.0.0",
        "@types/react-dom": "^19.0.0",
        "@reatom/core": "^3.10.1",
        "@reatom/npm-react": "^3.10.6",
        "@types/react-ultimate-pagination": "^1.2.1",
        "@types/tinycolor2": "^1.4.3",
        "@vitejs/plugin-react": "^5.1.4",
        "axios": "^1.7.0",
        "compute-scroll-into-view": "^3.1.1",
        "eslint": "^9.0.0",
        "eslint-config-prettier": "^10.1.8",
        "eslint-plugin-react-hooks": "^7.0.1",
        "husky": "^9.1.7",
        "jsdom": "^29.1.1",
        "lint-staged": "^16.2.7",
        "msw": "^2.7.0",
        "postcss": "^8.5.0",
        "postcss-color-mod-function": "^3.0.3",
        "prettier": "^3.8.1",
        "react": "^19.0.0",
        "react-dom": "^19.0.0",
        "react-dropzone": "^14.2.3",
        "react-imask": "^7.2.1",
        "react-router-dom": "^7.1.0",
        "react-transition-group": "^4.4.5",
        "sass": "^1.83.0",
        "tinymce": "~6.8.6",
        "typescript": "^5.7.0",
        "typescript-eslint": "^8.56.0",
        "vite": "^6.3.0",
        "vitest": "^3.2.0"
    },
    "peerDependencies": {
        "axios": "^1.0.0",
        "react": "^19.0.0",
        "react-dom": "^19.0.0",
        "react-router-dom": "^7.0.0"
    },
    "msw": {
        "workerDirectory": "public"
    },
    "sideEffects": [
        "*.css",
        "*.module.scss.mjs"
    ],
    "files": [
        "lib",
        "MIGRATION.md",
        "MIGRATION_AI.md",
        "AI_GUIDE.md"
    ],
    "main": "./lib/index.mjs",
    "module": "./lib/index.mjs",
    "types": "./lib/index.d.ts",
    "exports": {
        ".": {
            "types": "./lib/index.d.ts",
            "import": "./lib/index.mjs",
            "default": "./lib/index.mjs"
        },
        "./ui": {
            "types": "./lib/ui/index.d.ts",
            "import": "./lib/ui/index.mjs",
            "default": "./lib/ui/index.mjs"
        },
        "./form": {
            "types": "./lib/form/index.d.ts",
            "import": "./lib/form/index.mjs",
            "default": "./lib/form/index.mjs"
        },
        "./auth": {
            "types": "./lib/auth/index.d.ts",
            "import": "./lib/auth/index.mjs",
            "default": "./lib/auth/index.mjs"
        },
        "./crud": {
            "types": "./lib/crud/index.d.ts",
            "import": "./lib/crud/index.mjs",
            "default": "./lib/crud/index.mjs"
        },
        "./theme": {
            "types": "./lib/theme/index.d.ts",
            "import": "./lib/theme/index.mjs",
            "default": "./lib/theme/index.mjs"
        },
        "./locale": {
            "types": "./lib/locale/index.d.ts",
            "import": "./lib/locale/index.mjs",
            "default": "./lib/locale/index.mjs"
        },
        "./admin": {
            "types": "./lib/admin/index.d.ts",
            "import": "./lib/admin/index.mjs",
            "default": "./lib/admin/index.mjs"
        },
        "./router": {
            "types": "./lib/router/index.d.ts",
            "import": "./lib/router/index.mjs",
            "default": "./lib/router/index.mjs"
        },
        "./style.css": "./lib/admiral.css"
    },
    "typesVersions": {
        "*": {
            "ui": [
                "./lib/ui/index.d.ts"
            ],
            "form": [
                "./lib/form/index.d.ts"
            ],
            "auth": [
                "./lib/auth/index.d.ts"
            ],
            "crud": [
                "./lib/crud/index.d.ts"
            ],
            "theme": [
                "./lib/theme/index.d.ts"
            ],
            "locale": [
                "./lib/locale/index.d.ts"
            ],
            "admin": [
                "./lib/admin/index.d.ts"
            ],
            "router": [
                "./lib/router/index.d.ts"
            ]
        }
    }
}
