{ "name": "articraft-viewer-web", "version": "0.1.0", "private": true, "type": "module", "packageManager": "npm@11.10.0", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "typecheck": "tsc -b --pretty false" }, "dependencies": { "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-tabs": "^1.1.13", "@tanstack/react-query": "^5.96.1", "@types/react-syntax-highlighter": "^15.5.13", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.577.0", "radix-ui": "^1.6.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-markdown": "^10.1.0", "react-resizable-panels": "^4.7.3", "react-syntax-highlighter": "^16.1.1", "react-virtualized-auto-sizer": "^2.0.3", "react-window": "^2.2.7", "recharts": "^3.8.0", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.5.0", "three": "^0.183.2" }, "devDependencies": { "@eslint/js": "^9.37.0", "@tailwindcss/vite": "^4.2.1", "@types/node": "^25.5.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/three": "^0.183.1", "@typescript-eslint/eslint-plugin": "^8.46.1", "@typescript-eslint/parser": "^8.46.1", "@vitejs/plugin-react": "^5.2.0", "eslint": "^9.37.0", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.4.0", "typescript": "^5.9.3", "vite": "^7.3.1" } }