Skip to content

Commit fc48c73

Browse files
committed
✨ Refactor UI style, layout and add icon support; implement NextUIProvider and language icons
1 parent f73ee42 commit fc48c73

34 files changed

+1762
-985
lines changed
File renamed without changes.

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<title>PentSec</title>
99
</head>
1010

11-
<body
12-
class="flex items-center justify-center min-h-screen p-0 m-0 bg-fixed bg-center bg-cover dark text-foreground bg-zinc-900">
11+
<body>
1312
<div id="root"></div>
1413
<script type="module" src="/src/main.tsx"></script>
1514
</body>

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,38 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@nextui-org/react": "^2.6.10",
14-
"@tailwindcss/typography": "^0.5.15",
13+
"@nextui-org/react": "^2.6.11",
14+
"@nextui-org/use-theme": "^2.1.1",
15+
"@tailwindcss/typography": "^0.5.16",
1516
"autoprefixer": "^10.4.20",
1617
"dompurify": "^3.2.3",
17-
"framer-motion": "^11.15.0",
18+
"framer-motion": "^11.18.0",
1819
"github-markdown-css": "^5.8.1",
1920
"html-react-parser": "^5.2.2",
20-
"marked": "^15.0.5",
21-
"postcss": "^8.4.49",
21+
"marked": "^15.0.6",
22+
"postcss": "^8.5.1",
2223
"react": "^19.0.0",
2324
"react-dom": "^19.0.0",
2425
"react-icons": "^5.4.0",
2526
"swapy": "^1.0.3",
2627
"tailwindcss": "^3.4.17"
2728
},
2829
"devDependencies": {
29-
"@eslint/js": "^9.17.0",
30-
"@types/node": "^22.10.4",
31-
"@types/react": "^19.0.2",
32-
"@types/react-dom": "^19.0.2",
30+
"@eslint/js": "^9.18.0",
31+
"@types/node": "^22.10.6",
32+
"@types/react": "^19.0.7",
33+
"@types/react-dom": "^19.0.3",
3334
"@vitejs/plugin-react-swc": "^3.7.2",
3435
"autoprefixer": "^10.4.20",
35-
"eslint": "^9.17.0",
36-
"eslint-plugin-react": "^7.37.3",
36+
"eslint": "^9.18.0",
37+
"eslint-plugin-react": "^7.37.4",
3738
"eslint-plugin-react-hooks": "^5.1.0",
38-
"eslint-plugin-react-refresh": "^0.4.16",
39+
"eslint-plugin-react-refresh": "^0.4.18",
3940
"globals": "^15.14.0",
4041
"postcss": "^8.4.49",
4142
"tailwindcss": "^3.4.17",
42-
"typescript": "^5.7.2",
43-
"typescript-eslint": "^8.19.0",
43+
"typescript": "^5.7.3",
44+
"typescript-eslint": "^8.20.0",
4445
"vite": "^6.0.7"
4546
}
4647
}

0 commit comments

Comments
 (0)