{
    "name": "@allenai/varnish2",
    "version": "4.0.4-alpha.0",
    "description": "Varnish makes it easy to build AI2 branded demos, websites, and  applications.",
    "repository": "git@github.com:allenai/varnish.git",
    "license": "Apache-2.0",
    "author": "reviz@allenai.org",
    "sideEffects": false,
    "type": "module",
    "exports": {
        ".": {
            "import": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.js"
            },
            "require": {
                "types": "./dist/index.d.cts",
                "default": "./dist/index.cjs"
            }
        },
        "./components": {
            "import": {
                "types": "./dist/components/index.d.ts",
                "import": "./dist/components/index.js"
            },
            "require": {
                "types": "./dist/components/index.d.cts",
                "default": "./dist/components/index.cjs"
            }
        },
        "./theme": {
            "import": {
                "types": "./dist/theme/index.d.ts",
                "default": "./dist/theme/index.js"
            },
            "require": {
                "types": "./dist/theme/index.d.cts",
                "default": "./dist/theme/index.cjs"
            }
        },
        "./utils": {
            "import": {
                "types": "./dist/utils/index.d.ts",
                "default": "./dist/utils/index.js"
            },
            "require": {
                "types": "./dist/utils/index.d.cts",
                "default": "./dist/utils/index.cjs"
            }
        },
        "./package.json": "./package.json",
        "./shellac.css": "./dist/shellac.css"
    },
    "main": "./dist/index.cjs",
    "module": "./dist/index.js",
    "source": "./src/index.ts",
    "types": "./dist/index.d.ts",
    "typesVersions": {
        "*": {
            "package.json": [
                "package.json"
            ],
            "*": [
                "./dist/index.d.ts",
                "./dist/*"
            ]
        }
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "run-s clean compile:lib",
        "clean": "rm -rf dist/ && rm -rf temp/ && rm -f yarn-error.log && echo '⮕ clean complete.'",
        "compile:lib": "tsup --clean && echo '⮕ compile:lib complete.'",
        "create-links": "cd dist && yarn link",
        "dev:watch": "tsup --watch",
        "lint": "eslint && echo '⮕ lint complete.'",
        "lint:fix": "eslint --fix && npx sort-package-json && echo '⮕ lint:fix complete.'",
        "prepack": "yarn build",
        "test": "vitest run",
        "test:watch": "vitest watch"
    },
    "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": "^16.0.0",
        "remark-gfm": "^4.0.0"
    },
    "devDependencies": {
        "@allenai/eslint-config-varnish": "^3.0.2",
        "@babel/core": "^7.24.0",
        "@babel/preset-env": "^7.24.0",
        "@babel/preset-react": "^7.23.3",
        "@babel/preset-typescript": "^7.23.3",
        "@emotion/react": "^11.11.3",
        "@emotion/styled": "^11.11.0",
        "@mui/icons-material": "^7.0.0",
        "@mui/material": "^7.0.0",
        "@swc/core": "^1.3.104",
        "@testing-library/dom": "^9.0.0",
        "@testing-library/jest-dom": "^6.4.2",
        "@testing-library/react": "^16.0.0",
        "@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",
        "@typescript-eslint/eslint-plugin": "^7.4.0",
        "@typescript-eslint/parser": "^7.4.0",
        "cssnano": "^5.0.6",
        "eslint": "^10.0.0",
        "hex-rgb": "^5.0.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": "^18.3.1",
        "react-dom": "^18.3.1",
        "react-is": "^18.3.1",
        "react-router-dom": "^7.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.2",
        "vite-tsconfig-paths": "^4.3.1",
        "vitest": "^1.3.1"
    },
    "peerDependencies": {
        "@emotion/react": "^11.11.3",
        "@emotion/styled": "^11.11.0",
        "@mui/icons-material": "^7.0.0 || ^9.0.0",
        "@mui/material": "^7.0.0 || ^9.0.0",
        "react": "^18.3.1 || ^19.0.0",
        "react-dom": "^18.3.1 || ^19.0.0",
        "react-router-dom": "^6.0.0 || ^7.0.0"
    },
    "peerDependenciesMeta": {
        "react-router-dom": {
            "optional": true
        }
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "eacd5b840902593a0b80cc7f9860ae1fb1eab435"
}
