2025-05-31 13:17:46 +03:30
|
|
|
{
|
|
|
|
|
"name": "pasargad_bricks",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev --turbopack",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"next": "15.3.3",
|
|
|
|
|
"react": "^19.0.0",
|
2025-06-01 17:21:11 +03:30
|
|
|
"react-dom": "^19.0.0"
|
2025-05-31 13:17:46 +03:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/eslintrc": "^3",
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "15.3.3",
|
|
|
|
|
"eslint-config-prettier": "^10.1.5",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
|
|
|
"eslint-plugin-prettier": "^5.4.1",
|
|
|
|
|
"prettier": "^3.5.3",
|
2025-06-02 12:51:13 +03:30
|
|
|
"prettier-plugin-tailwindcss": "^0.6.12",
|
2025-05-31 13:17:46 +03:30
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|