Terminal / package.json
GitHub Action
sync: backend da GitHub 2026-05-18T11:59:53Z
e6fbc88
Raw
History Blame Contribute Delete
1.25 kB
{
"name": "@workspace/agente-ai",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --config vite.config.ts --host 0.0.0.0",
"build": "vite build --config vite.config.ts",
"serve": "vite preview --config vite.config.ts --host 0.0.0.0",
"typecheck": "tsc -p tsconfig.json --noEmit",
"build:pages": "vite build --config vite.gh-pages.config.ts"
},
"devDependencies": {
"@replit/vite-plugin-cartographer": "catalog:",
"@replit/vite-plugin-dev-banner": "catalog:",
"@replit/vite-plugin-runtime-error-modal": "catalog:",
"@tailwindcss/vite": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"tailwindcss": "catalog:",
"vite": "catalog:",
"@types/qrcode": "^1.5.5",
"highlight.js": "^11.11.1",
"jszip": "^3.10.1",
"katex": "^0.16.21",
"mammoth": "^1.9.0",
"mermaid": "^11.4.1",
"pdfjs-dist": "^4.10.38",
"qrcode": "^1.5.4",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"tw-animate-css": "^1.4.0",
"xlsx": "^0.18.5"
}
}