{
  "name": "webviewer-demo",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "vite build",
    "build:upload": "pnpm build && pnpm upload",
    "dev": "vite",
    "launch-fm": "./scripts/launch-fm.sh",
    "proofkit": "proofkit",
    "serve": "vite preview",
    "start": "vite",
    "typegen": "proofkit typegen",
    "upload": "node scripts/upload.js"
  },
  "dependencies": {
    "@mantine/core": "^7.15.1",
    "@mantine/dates": "^7.15.1",
    "@mantine/hooks": "^7.15.1",
    "@mantine/modals": "^7.15.1",
    "@mantine/notifications": "^7.15.1",
    "@proofgeist/fm-webviewer-fetch": "^2.2.4",
    "@proofgeist/fmdapi": "^4.3.2",
    "@t3-oss/env-core": "^0.12.0",
    "@tabler/icons-react": "^3.26.0",
    "@tanstack/react-query": "^5.69.0",
    "@tanstack/react-router": "^1.114.27",
    "mantine-react-table": "2.0.0-beta.7",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "vite-plugin-singlefile": "^2.1.0",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@tanstack/eslint-plugin-query": "^5.59.1",
    "@tanstack/react-query-devtools": "^5.69.0",
    "@tanstack/react-router-devtools": "^1.114.27",
    "@tanstack/router-plugin": "^1.114.27",
    "@types/node": "^22.13.13",
    "@types/react": "^19.0.12",
    "@types/react-dom": "^19.0.4",
    "@vitejs/plugin-react": "^4.3.4",
    "dotenv": "^16.4.7",
    "open": "^10.1.0",
    "postcss": "^8.5.3",
    "postcss-preset-mantine": "^1.17.0",
    "postcss-simple-vars": "^7.0.1",
    "typescript": "^5",
    "vite": "^6.2.3"
  }
}
