grants/package.json
gdegelas a05331128b Atlas Green Morocco — grant strategy platform
- Full grant strategy framework for renewable energy & green hydrogen
- AI-powered grant studio, partner outreach, financial modeling
- Umami analytics with data-performance tracking
- Live Degelas metrics connected to solar.degelas.be
- Trilingual (EN/FR/AR) with i18n support
- Dockerized with Nginx frontend + Express API proxy
2026-06-01 09:44:03 +00:00

45 lines
1.1 KiB
JSON

{
"name": "react-vite-tailwind",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"server": "tsx server/index.ts",
"server:prod": "NODE_ENV=production tsx server/index.ts",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx"
},
"dependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"clsx": "2.1.1",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-rate-limit": "^8.5.2",
"helmet": "^8.2.0",
"http-errors": "^2.0.1",
"openai": "^6.39.1",
"pino": "^10.3.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwind-merge": "3.4.0",
"tsx": "^4.22.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.17",
"@types/node": "22.19.17",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "5.1.1",
"tailwindcss": "4.1.17",
"typescript": "5.9.3",
"vite": "7.3.2",
"vite-plugin-singlefile": "2.3.0"
}
}