Files
SaaS-PDF/frontend/package.json
Your Name f933ffa8a0 chore: update project branding from SaaS-PDF to Dociva
- Updated robots.txt to reflect new site name and sitemap URL.
- Modified sitemap.xml to change all URLs from saas-pdf.com to dociva.io.
- Changed storage key for site assistant in SiteAssistant.tsx.
- Updated SEOHead.tsx to change site name in meta tags.
- Translated app name and related text in Arabic, English, and French JSON files.
- Updated contact email in ContactPage.tsx, PrivacyPage.tsx, and TermsPage.tsx.
- Changed internal admin page title to reflect new branding.
- Updated pricing page meta description to reference Dociva.
- Adjusted Nginx configuration for new domain.
- Modified deployment script to reflect new branding.
- Updated sitemap generation script to use new domain.
2026-03-16 21:51:12 +02:00

47 lines
1.2 KiB
JSON

{
"name": "dociva-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest run"
},
"dependencies": {
"axios": "^1.7.0",
"fabric": "^6.4.3",
"i18next": "^23.11.0",
"i18next-browser-languagedetector": "^8.0.0",
"lucide-react": "^0.400.0",
"pdf-lib": "^1.17.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-dropzone": "^14.2.0",
"react-ga4": "^2.1.0",
"react-helmet-async": "^2.0.0",
"react-i18next": "^14.1.0",
"react-router-dom": "^6.23.0",
"sonner": "^1.5.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20.14.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.0",
"jsdom": "^28.1.0",
"msw": "^2.12.10",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.5.0",
"vite": "^5.4.0",
"vitest": "^4.0.18"
}
}