{
  "name": "windows-98-ui",
  "version": "1.10.2",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build:css": "node scripts/generate-scoped-css.mjs",
    "build": "npm run build:css && tsup",
    "dev": "tsup -d",
    "changeset": "changesets version",
    "release": "npm run build && changeset publish",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "deploy-storybook": "storybook-to-ghpages",
    "clean": "rm -rf dist && rm -rf node_modules"
  },
  "keywords": [
    "windows",
    "98",
    "ui",
    "react",
    "component",
    "library",
    "web",
    "typescript"
  ],
  "author": "Benjamin Simmers",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@changesets/cli": "^2.27.10",
    "98.css": "^0.1.21",
    "prettier": "^3.4.1",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^4.0.1",
    "@storybook/addon-docs": "^9.0.18",
    "@storybook/addon-links": "^9.0.18",
    "@storybook/addon-onboarding": "^9.0.18",
    "@storybook/react-vite": "^9.0.18",
    "@types/react": "^18.2.37",
    "@types/react-dom": "^18.2.15",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.4.9",
    "eslint-plugin-storybook": "^9.0.18",
    "gh-pages": "^6.1.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "storybook": "^9.0.18"
  },
  "peerDependencies": {
    "react": "^16.0 || ^17.0 || ^18.0 || ^19.0",
    "react-dom": "^16.0 || ^17.0 || ^18.0 || ^19.0"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
