Files
HokmPlay/site/package.json
T

30 lines
670 B
JSON
Raw Normal View History

{
"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": {
"@fontsource-variable/vazirmatn": "5.2.8",
"clsx": "2.1.1",
"lucide-react": "1.17.0",
"next": "16.2.7",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@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",
"eslint-config-next": "16.2.7",
"tailwindcss": "4.3.0",
"typescript": "5.9.3"
}
}