TypeScript 93.3%
JavaScript 4.4%
CSS 2.3%
1{2 "name": "hilmacorp-web",3 "version": "1.0.0",4 "private": true,5 "author": "Simon-Pierre Boucher <contact@spboucher.ai>",6 "description": "Hilmacorp.ai — Web Platform (bilingual FR/EN corporate site)",7 "scripts": {8 "dev": "next dev",9 "build": "next build",10 "start": "next start",11 "lint": "next lint",12 "test": "node --test tests/*.test.mjs"13 },14 "dependencies": {15 "next": "^15.4.5",16 "react": "^19.1.0",17 "react-dom": "^19.1.0"18 },19 "devDependencies": {20 "@tailwindcss/postcss": "^4.1.11",21 "@types/node": "^24.0.0",22 "@types/react": "^19.1.8",23 "@types/react-dom": "^19.1.6",24 "tailwindcss": "^4.1.11",25 "typescript": "^5.8.3"26 }27}28