This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

62
frontend/package.json Normal file
View File

@@ -0,0 +1,62 @@
{
"name": "gnx-mail-frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-router-dom": "^6.8.1",
"axios": "^1.3.4",
"react-query": "^3.39.3",
"react-hook-form": "^7.43.5",
"react-hot-toast": "^2.4.0",
"lucide-react": "^0.263.1",
"clsx": "^1.2.1",
"tailwind-merge": "^1.10.0",
"date-fns": "^2.29.3",
"react-markdown": "^8.0.5",
"react-syntax-highlighter": "^15.5.0",
"framer-motion": "^10.0.1",
"react-dropzone": "^14.2.3",
"react-select": "^5.7.0",
"react-modal": "^3.16.1",
"react-confirm-alert": "^3.0.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"tailwindcss": "^3.2.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-syntax-highlighter": "^15.5.6"
},
"proxy": "http://localhost:8000"
}