{
  "name": "eri",
  "version": "47.0.0",
  "description": "A minimal design system",
  "main": "dist",
  "module": "dist",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./style.css": "./dist/style.css"
  },
  "scripts": {
    "build": "rm -rf dist && run-p build:*",
    "build:css": "vite build -c vite.config.css.ts && rm -rf dist/eri.mjs dist/assets",
    "build:js": "tsc --project tsconfig.build.json && node scripts/processBuiltFiles.mjs",
    "fmt": "npm run test:lint:css -- --fix && npm run test:lint:scripts -- --fix && prettier -u --write '**/*'",
    "start": "vite",
    "style-guide:build": "vite build && echo 'User-agent: GPTBot\nDisallow: /\n\nUser-agent: ChatGPT-User\nDisallow: /\n\nUser-agent: anthropic-ai\nDisallow: /\n\nUser-agent: Claude-Web\nDisallow: /\n\nUser-agent: ClaudeBot\nDisallow: /' > build/robots.txt",
    "test": "run-p test:*",
    "test:audit": "npm audit --audit-level=low",
    "test:fmt": "prettier --check -u '**/*'",
    "test:lint": "run-p test:lint:*",
    "test:lint:css": "stylelint '**/*.css'",
    "test:lint:scripts": "eslint",
    "test:types": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benji6/eri.git"
  },
  "author": "benji6",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/benji6/eri/issues"
  },
  "homepage": "https://github.com/benji6/eri#readme",
  "dependencies": {
    "react-transition-state": "^2.1.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.11.1",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^24.0.10",
    "@types/offscreencanvas": "^2019.7.0",
    "@types/react": "^19.0.2",
    "@types/react-dom": "^19.0.2",
    "eslint": "^9.11.1",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.30.0",
    "eslint-plugin-react-hooks": "^7.0.1",
    "highlight.js": "^11.5.0",
    "npm-run-all": "^4.1.5",
    "@vitejs/plugin-react": "^4.3.4",
    "prettier": "^3.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-element-to-jsx-string": "^17.0.0",
    "react-router": "^7.5.2",
    "semantic-release": "^25.0.2",
    "stylelint": "^17.1.1",
    "stylelint-config-recommended": "^18.0.0",
    "typescript": "^5.6.2",
    "typescript-eslint": "^8.7.0",
    "vite": "^6.2.3"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-router": "^7.5.2"
  }
}
