Skip to content

Commit 6a6ea41

Browse files
committed
new
1 parent a531197 commit 6a6ea41

File tree

3 files changed

+69
-80
lines changed

3 files changed

+69
-80
lines changed

index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
6+
<meta name="description" content="screenguard's Personal Website and CTF Writeups" />
7+
<meta name="author" content="screenguard" />
58
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>screenguard-writes-pixel</title>
7-
<meta name="description" content="Lovable Generated Project" />
8-
<meta name="author" content="Lovable" />
9-
10-
<meta property="og:title" content="screenguard-writes-pixel" />
11-
<meta property="og:description" content="Lovable Generated Project" />
9+
<meta property="og:title" content="screenguard" />
10+
<meta property="og:description" content="Personal Website and CTF Writeups" />
1211
<meta property="og:type" content="website" />
13-
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
14-
12+
<meta property="og:image" content="/images/ascii_art.png" />
1513
<meta name="twitter:card" content="summary_large_image" />
16-
<meta name="twitter:site" content="@lovable_dev" />
17-
<meta name="twitter:image" content="/public/ascii.png" />
14+
<meta name="twitter:creator" content="@screenguard" />
15+
<meta name="twitter:site" content="@screenguard" />
16+
<title>screenguard</title>
1817
</head>
1918

2019
<body>

package.json

Lines changed: 56 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -11,76 +11,75 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@fortawesome/fontawesome-svg-core": "^6.7.2",
15-
"@fortawesome/free-solid-svg-icons": "^6.7.2",
16-
"@fortawesome/react-fontawesome": "^0.2.2",
14+
"@fortawesome/fontawesome-svg-core": "^6.5.1",
15+
"@fortawesome/free-solid-svg-icons": "^6.5.1",
16+
"@fortawesome/react-fontawesome": "^0.2.0",
1717
"@hookform/resolvers": "^3.9.0",
18-
"@radix-ui/react-accordion": "^1.2.0",
19-
"@radix-ui/react-alert-dialog": "^1.1.1",
20-
"@radix-ui/react-aspect-ratio": "^1.1.0",
21-
"@radix-ui/react-avatar": "^1.1.0",
22-
"@radix-ui/react-checkbox": "^1.1.1",
23-
"@radix-ui/react-collapsible": "^1.1.0",
24-
"@radix-ui/react-context-menu": "^2.2.1",
25-
"@radix-ui/react-dialog": "^1.1.2",
26-
"@radix-ui/react-dropdown-menu": "^2.1.1",
27-
"@radix-ui/react-hover-card": "^1.1.1",
28-
"@radix-ui/react-label": "^2.1.0",
29-
"@radix-ui/react-menubar": "^1.1.1",
30-
"@radix-ui/react-navigation-menu": "^1.2.0",
31-
"@radix-ui/react-popover": "^1.1.1",
32-
"@radix-ui/react-progress": "^1.1.0",
33-
"@radix-ui/react-radio-group": "^1.2.0",
34-
"@radix-ui/react-scroll-area": "^1.1.0",
35-
"@radix-ui/react-select": "^2.1.1",
36-
"@radix-ui/react-separator": "^1.1.0",
37-
"@radix-ui/react-slider": "^1.2.0",
38-
"@radix-ui/react-slot": "^1.1.0",
39-
"@radix-ui/react-switch": "^1.1.0",
40-
"@radix-ui/react-tabs": "^1.1.0",
41-
"@radix-ui/react-toast": "^1.2.1",
42-
"@radix-ui/react-toggle": "^1.1.0",
43-
"@radix-ui/react-toggle-group": "^1.1.0",
44-
"@radix-ui/react-tooltip": "^1.1.4",
18+
"@radix-ui/react-accordion": "^1.1.2",
19+
"@radix-ui/react-alert-dialog": "^1.0.5",
20+
"@radix-ui/react-aspect-ratio": "^1.0.3",
21+
"@radix-ui/react-avatar": "^1.0.4",
22+
"@radix-ui/react-checkbox": "^1.0.4",
23+
"@radix-ui/react-collapsible": "^1.0.3",
24+
"@radix-ui/react-context-menu": "^2.1.5",
25+
"@radix-ui/react-dialog": "^1.0.5",
26+
"@radix-ui/react-dropdown-menu": "^2.0.6",
27+
"@radix-ui/react-hover-card": "^1.0.7",
28+
"@radix-ui/react-label": "^2.0.2",
29+
"@radix-ui/react-menubar": "^1.0.4",
30+
"@radix-ui/react-navigation-menu": "^1.1.4",
31+
"@radix-ui/react-popover": "^1.0.7",
32+
"@radix-ui/react-progress": "^1.0.3",
33+
"@radix-ui/react-radio-group": "^1.1.3",
34+
"@radix-ui/react-scroll-area": "^1.0.5",
35+
"@radix-ui/react-select": "^2.0.0",
36+
"@radix-ui/react-separator": "^1.0.3",
37+
"@radix-ui/react-slider": "^1.1.2",
38+
"@radix-ui/react-slot": "^1.0.2",
39+
"@radix-ui/react-switch": "^1.0.3",
40+
"@radix-ui/react-tabs": "^1.0.4",
41+
"@radix-ui/react-toast": "^1.1.5",
42+
"@radix-ui/react-toggle": "^1.0.3",
43+
"@radix-ui/react-toggle-group": "^1.0.4",
44+
"@radix-ui/react-tooltip": "^1.0.7",
4545
"@tanstack/react-query": "^5.56.2",
46-
"class-variance-authority": "^0.7.1",
47-
"clsx": "^2.1.1",
48-
"cmdk": "^1.0.0",
49-
"date-fns": "^3.6.0",
50-
"embla-carousel-react": "^8.3.0",
46+
"class-variance-authority": "^0.7.0",
47+
"clsx": "^2.1.0",
48+
"cmdk": "^0.2.1",
49+
"date-fns": "^3.3.1",
50+
"embla-carousel-react": "^8.0.0",
5151
"input-otp": "^1.2.4",
52-
"lucide-react": "^0.462.0",
53-
"next-themes": "^0.3.0",
54-
"react": "^18.3.1",
55-
"react-day-picker": "^8.10.1",
56-
"react-dom": "^18.3.1",
52+
"lucide-react": "^0.323.0",
53+
"next-themes": "^0.2.1",
54+
"react": "^18.2.0",
55+
"react-day-picker": "^8.10.0",
56+
"react-dom": "^18.2.0",
5757
"react-hook-form": "^7.53.0",
58-
"react-resizable-panels": "^2.1.3",
59-
"react-router-dom": "^6.26.2",
58+
"react-resizable-panels": "^2.0.7",
59+
"react-router-dom": "^6.22.0",
6060
"recharts": "^2.12.7",
61-
"sonner": "^1.5.0",
62-
"tailwind-merge": "^2.5.2",
61+
"sonner": "^1.4.0",
62+
"tailwind-merge": "^2.2.1",
6363
"tailwindcss-animate": "^1.0.7",
64-
"vaul": "^0.9.3",
64+
"vaul": "^0.9.0",
6565
"zod": "^3.23.8"
6666
},
6767
"devDependencies": {
6868
"@eslint/js": "^9.9.0",
6969
"@tailwindcss/typography": "^0.5.15",
70-
"@types/node": "^22.5.5",
71-
"@types/react": "^18.3.3",
72-
"@types/react-dom": "^18.3.0",
70+
"@types/node": "^20.11.17",
71+
"@types/react": "^18.2.55",
72+
"@types/react-dom": "^18.2.19",
7373
"@vitejs/plugin-react-swc": "^3.5.0",
74-
"autoprefixer": "^10.4.20",
75-
"eslint": "^9.9.0",
76-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
77-
"eslint-plugin-react-refresh": "^0.4.9",
74+
"autoprefixer": "^10.4.17",
75+
"eslint": "^8.56.0",
76+
"eslint-plugin-react-hooks": "^4.6.0",
77+
"eslint-plugin-react-refresh": "^0.4.5",
7878
"globals": "^15.9.0",
79-
"lovable-tagger": "^1.1.7",
80-
"postcss": "^8.4.47",
81-
"tailwindcss": "^3.4.11",
82-
"typescript": "^5.5.3",
79+
"postcss": "^8.4.35",
80+
"tailwindcss": "^3.4.1",
81+
"typescript": "^5.2.2",
8382
"typescript-eslint": "^8.0.1",
84-
"vite": "^5.4.1"
83+
"vite": "^5.1.0"
8584
}
8685
}

vite.config.ts

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
import { defineConfig } from "vite";
22
import react from "@vitejs/plugin-react-swc";
33
import path from "path";
4-
import { componentTagger } from "lovable-tagger";
54

65
// https://vitejs.dev/config/
7-
export default defineConfig(({ mode }) => ({
8-
server: {
9-
host: "::",
10-
port: 8080,
11-
},
12-
plugins: [
13-
react(),
14-
mode === 'development' &&
15-
componentTagger(),
16-
].filter(Boolean),
17-
base: '/screenguard/', // Repository name for GitHub Pages
6+
export default defineConfig({
7+
plugins: [react()],
8+
base: '/screenguard/',
189
resolve: {
1910
alias: {
2011
"@": path.resolve(__dirname, "./src"),
2112
},
2213
},
23-
}));
14+
});

0 commit comments

Comments
 (0)