main
Some checks failed
Deploy Frontend / deploy (push) Has been cancelled

This commit is contained in:
2026-02-05 01:34:13 +03:00
commit 6e3bee17ef
52 changed files with 12306 additions and 0 deletions

39
package.json Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "digicraft",
"private": true,
"version": "16.5.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.34.0",
"@headlessui/react": "^2.2.9",
"@react-oauth/google": "^0.13.4",
"axios": "^1.13.2",
"framer-motion": "^12.29.2",
"html-to-image": "^1.11.13",
"i18next": "^25.7.3",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.562.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-helmet-async": "^2.0.5",
"react-i18next": "^16.5.1",
"react-image-magnifiers": "^1.4.0",
"react-router-dom": "^7.11.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.1",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}