Files
raoufi-group/package.json
T
2026-08-09 12:05:39 +03:30

24 lines
469 B
JSON

{
"name": "raoofigroup-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "15.5.4",
"react": "19.1.1",
"react-dom": "19.1.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4.1.13",
"typescript": "^5"
}
}