basic structure folder and style

This commit is contained in:
Ehsan
2024-05-14 19:54:46 +03:30
parent 78ba0a6478
commit 4d71481738
333 changed files with 9853 additions and 149 deletions
+6 -1
View File
@@ -9,9 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.17",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"next": "14.2.3"
"styled-components": "^6.1.11"
},
"devDependencies": {
"postcss": "^8",