{
  "name": "@nfdi4plants/arc-web-view",
  "version": "1.2.0",
  "description": "An Annotated Research Context web viewer in the style of GitHub's Primer ProductUI.",
  "private": false,
  "author": {
    "name": "Kevin Frey",
    "url": "https://github.com/Freymaurer"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Freymaurer/ARCWebView.git"
  },
  "bugs": {
    "url": "https://github.com/Freymaurer/ARCWebView/issues"
  },
  "homepage": "https://github.com/Freymaurer/ARCWebView#readme",
  "keywords": [
    "react",
    "components",
    "ui",
    "library",
    "rdm",
    "nfdi4plants",
    "arc"
  ],
  "type": "module",
  "main": "./dist/index.es.js",
  "types": "./dist/lib.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "types": "./dist/lib.d.ts",
      "styles": "./dist/arc-web-view.css"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "predeploy": "npm run build",
    "deploy": "gh-pages -d dist",
    "start": "npm run dev",
    "dev": "vite --config vite.config.app.ts",
    "build": "tsc -b && vite build --config vite.config.app.ts",
    "build:docker": "tsc -b && vite build --config vite.config.docker.js",
    "lint": "eslint .",
    "preview": "vite preview --config vite.config.app.ts",
    "build:lib": "tsc -b && vite build --config vite.config.lib.ts"
  },
  "dependencies": {
    "@nfdi4plants/arctrl": "^3.0.0-beta.16",
    "@primer/css": "^22.0.2",
    "@primer/primitives": "^11.0.0",
    "@primer/react": "^38.6.1",
    "marked": "^16.1.1",
    "mermaid": "^11.9.0",
    "styled-components": "^5.3.11"
  },
  "peerDependencies": {
    "react": "^19.1.0",
    "react-dom": "^19.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.30.1",
    "@types/node": "^25.0.3",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@vitejs/plugin-react": "^4.6.0",
    "eslint": "^9.30.1",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "gh-pages": "^6.3.0",
    "globals": "^16.3.0",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.35.1",
    "vite": "^7.0.4",
    "vite-plugin-dts": "^4.5.4"
  }
}
