{
    "name": "@allenai/varnish-ui",
    "version": "1.2.20-alpha.0",
    "description": "An Ai2 Branded version of React Aria Components",
    "repository": "git@github.com:allenai/varnish.git",
    "license": "Apache-2.0",
    "author": "reviz@allenai.org",
    "sideEffects": [
        "*.css"
    ],
    "type": "module",
    "exports": {
        "./panda": {
            "import": {
                "types": "./dist/panda.d.ts",
                "default": "./dist/panda.js"
            },
            "require": {
                "types": "./dist/panda.d.cts",
                "default": "./dist/panda.cjs"
            }
        },
        ".": {
            "import": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.js"
            },
            "require": {
                "types": "./dist/index.d.cts",
                "default": "./dist/index.cjs"
            }
        },
        "./varnish-ui-sprite.svg": "./dist/varnish-ui-sprite.svg",
        "./styles.css": "./dist/styles.css",
        "./styles.global.css": "./dist/styles.global.css",
        "./package.json": "./package.json"
    },
    "main": "./dist/index.cjs",
    "module": "./dist/index.js",
    "source": "./src/index.ts",
    "types": "./dist/index.d.ts",
    "typesVersions": {
        "*": {
            "package.json": [
                "package.json"
            ],
            "panda": [
                "./dist/panda.d.ts"
            ],
            "*": [
                "./dist/index.d.ts",
                "./dist/*"
            ]
        }
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "prepare": "yarn compile:runtime && echo '⮕ prepare complete.'",
        "build": "run-s clean build:icons compile:runtime compile:lib compile:styles compile:styles:buildinfo",
        "clean": "rm -rf dist && rm -rf ../varnish-panda-runtime/generated && rm -rf temp/ && rm -f yarn-error.log && echo '⮕ clean complete.'",
        "compile:lib": "tsup && echo '⮕ compile:lib complete.'",
        "compile:runtime": "panda codegen && echo 'compile:runtime ⮕  complete.'",
        "compile:styles": "panda cssgen --outfile dist/styles.css && node ./strip_layers.cjs && echo '⮕ compile:styles complete.'",
        "compile:styles:buildinfo": "panda ship --outfile dist/varnish.panda.include.json",
        "create-links": "cd dist && yarn link",
        "watch:js": "tsup --watch",
        "watch:css": "yarn compile:styles:buildinfo && panda cssgen --watch --outfile dist/styles.css",
        "dev:watch": "yarn prepare && run-p watch:css watch:js",
        "lint": "eslint && echo '⮕ lint complete.'",
        "lint:fix": "eslint --fix && npx sort-package-json && echo '⮕ lint:fix complete.'",
        "lint:tsc": "tsc --noEmit",
        "prepack": "yarn build",
        "test": "yarn prepare && vitest run",
        "test:watch": "vitest watch",
        "build:icons": "varnish-icon-build -c ./svgo-template.conf.js"
    },
    "lint-staged": {
        "*.{js,jsx,ts,tsx,json,mdx}": "eslint --fix"
    },
    "dependencies": {
        "@allenai/varnish-theme": "^3.0.12-alpha.0",
        "react-markdown": "^10.1.0",
        "react-syntax-highlighter": "^15.6.6"
    },
    "devDependencies": {
        "@allenai/eslint-config-varnish": "^3.0.2",
        "@allenai/varnish-icon-build": "^0.0.3-alpha.0",
        "@babel/core": "^7.24.0",
        "@babel/preset-env": "^7.24.0",
        "@babel/preset-react": "^7.23.3",
        "@babel/preset-typescript": "^7.23.3",
        "@pandacss/dev": "^1.2.0",
        "@swc/core": "^1.3.104",
        "@testing-library/dom": "^9.0.0",
        "@testing-library/jest-dom": "^6.4.2",
        "@testing-library/react": "^14.2.1",
        "@testing-library/user-event": "^14.5.2",
        "@types/babel__core": "^7",
        "@types/babel__preset-env": "^7",
        "@types/lodash.merge": "^4.6.9",
        "@types/node": "^20",
        "@types/react": "^18.3.1",
        "@types/react-dom": "^18.3.1",
        "@types/react-syntax-highlighter": "^15",
        "eslint": "^10.1.0",
        "jest-environment-jsdom": "^29.7.0",
        "lessc": "^1.0.2",
        "lodash.merge": "^4.6.2",
        "nodemon": "^2.0.12",
        "npm-run-all": "^4.1.5",
        "postcss": "^8.3.5",
        "postcss-cli": "^8.3.1",
        "prettier": "^3.2.5",
        "react-responsive": "^10.0.0",
        "sort-package-json": "^1.57.0",
        "ts-node-dev": "^1.1.8",
        "tsup": "^8.3.0",
        "tsx": "^4.7.0",
        "typescript": "^5.3.3",
        "vite-tsconfig-paths": "^4.3.1",
        "vitest": "^1.3.1"
    },
    "peerDependencies": {
        "@allenai/varnish-panda-runtime": "*",
        "@emotion/react": "^11.5.0",
        "@pandacss/dev": "^1.2.0",
        "react": "^18.3.1 || ^19.1.0",
        "react-aria-components": "^1.12.1",
        "react-dom": "^18.3.1 || ^19.1.0"
    },
    "peerDependenciesMeta": {
        "@emotion/react": {
            "optional": true
        },
        "@pandacss/dev": {
            "optional": true
        }
    },
    "publishConfig": {
        "access": "public"
    },
    "nx": {
        "implicitDependencies": [
            "!@allenai/varnish-panda-runtime"
        ]
    },
    "gitHead": "eacd5b840902593a0b80cc7f9860ae1fb1eab435"
}
