+359
−4
+12
−6
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -9,19 +9,25 @@ | ||
"lint": "next lint"
|
||
},
|
||
"dependencies": {
|
||
"@types/jsonwebtoken": "^9.0.9",
|
||
"bootstrap": "^5.3.6",
|
||
"bootstrap-icons": "^1.13.1",
|
||
"jsonwebtoken": "^9.0.2",
|
||
"next": "15.3.2",
|
||
"next-auth": "^4.24.11",
|
||
"react": "^19.0.0",
|
||
"react-dom": "^19.0.0",
|
||
"next": "15.3.2"
|
||
"react-dom": "^19.0.0"
|
||
},
|
||
"devDependencies": {
|
||
"typescript": "^5",
|
||
"@eslint/eslintrc": "^3",
|
||
"@tailwindcss/postcss": "^4",
|
||
"@types/bootstrap": "^5.2.10",
|
||
"@types/node": "^20",
|
||
"@types/react": "^19",
|
||
"@types/react-dom": "^19",
|
||
"@tailwindcss/postcss": "^4",
|
||
"tailwindcss": "^4",
|
||
"eslint": "^9",
|
||
"eslint-config-next": "15.3.2",
|
||
"@eslint/eslintrc": "^3"
|
||
"tailwindcss": "^4",
|
||
"typescript": "^5"
|
||
}
|
||
} |
||
src/app/Admin/About/ClientAbout.css
0 → 100644
+3
−0
src/app/Admin/About/ClientAbout.tsx
0 → 100644
+102
−0
File added.
Preview size limit exceeded, changes collapsed.
src/app/Admin/About/actions.ts
0 → 100644
+32
−0
Loading