-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "my-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@iconify/react": "^6.0.0",
"bootstrap": "^5.3.7",
"bootstrap-icons": "^1.13.1",
"framer-motion": "^12.19.2",
"lucide-react": "^0.525.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.10",
"react-bootstrap-icons": "^1.11.6",
"react-confetti": "^6.4.0",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.5.0",
"react-parallax-tilt": "^1.7.298",
"react-router-dom": "^6.23.1",
"react-spinners": "^0.17.0",
"vite": "^6.3.5"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.3.4",
"globals": "^13.23.0",
"vite-plugin-pwa": "^1.0.0"
}
}