-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@supabase/supabase-js": "^2.81.1",
"@tailwindcss/vite": "^4.1.13",
"@types/react-syntax-highlighter": "^15.5.13",
"@vercel/node": "^5.5.33",
"@vercel/speed-insights": "^1.2.0",
"framer-motion": "^12.31.0",
"lucide-react": "^0.544.0",
"motion": "^12.23.16",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-github-calendar": "^5.0.5",
"react-icons": "^5.5.0",
"react-router-dom": "^7.9.5",
"react-syntax-highlighter": "^16.1.0",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^9.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.43.0",
"vite": "^7.1.6"
}
}