2026-06-08 07:19:43 +03:30
|
|
|
{
|
|
|
|
|
"name": "barg-e-vasat-site",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev -p 3030",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-06-08 10:56:43 +03:30
|
|
|
"@fontsource-variable/vazirmatn": "5.2.8",
|
|
|
|
|
"clsx": "2.1.1",
|
|
|
|
|
"lucide-react": "1.17.0",
|
2026-06-08 07:19:43 +03:30
|
|
|
"next": "16.2.7",
|
|
|
|
|
"react": "19.2.4",
|
|
|
|
|
"react-dom": "19.2.4"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-08 10:56:43 +03:30
|
|
|
"@tailwindcss/postcss": "4.3.0",
|
|
|
|
|
"@types/node": "20.19.41",
|
|
|
|
|
"@types/react": "19.2.16",
|
|
|
|
|
"@types/react-dom": "19.2.3",
|
|
|
|
|
"eslint": "9.39.4",
|
2026-06-08 07:19:43 +03:30
|
|
|
"eslint-config-next": "16.2.7",
|
2026-06-08 10:56:43 +03:30
|
|
|
"tailwindcss": "4.3.0",
|
|
|
|
|
"typescript": "5.9.3"
|
2026-06-08 07:19:43 +03:30
|
|
|
}
|
|
|
|
|
}
|