{
  "name": "stackscope-react-vite-example",
  "version": "1.0.0",
  "description": "StackScope SDK React + Vite Example",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "validate": "node validate-env.js"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "stackscope": "latest"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@vitejs/plugin-react": "^4.2.0",
    "vite": "^5.0.0",
    "vitest": "^1.0.0"
  },
  "keywords": [
    "stackscope",
    "react",
    "vite",
    "logging",
    "monitoring"
  ],
  "author": "StackScope",
  "license": "MIT"
}