Agent_PDF / web /package.json
Ag27 Deployer
Deploy Ag27 Table Extractor: 2026-04-29 19:38:38
df4a1a2
raw
history blame contribute delete
831 Bytes
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"clsx": "^2.1.1",
"konva": "^10.2.5",
"lucide-react": "^1.14.0",
"motion": "^12.23.24",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-konva": "^19.2.3",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"vite": "^8.0.1"
}
}