32 lines
702 B
JSON
32 lines
702 B
JSON
{
|
|
"name": "nobat",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.11.0",
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@mui/material": "^5.14.17",
|
|
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
|
|
"aos": "^2.3.4",
|
|
"i": "^0.3.7",
|
|
"jalaali-react-date-picker": "^1.0.18",
|
|
"next": "14.2.3",
|
|
"npm": "^10.8.2",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"styled-components": "^6.1.11",
|
|
"swiper": "^11.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|