-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 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": "package.json",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@iconify/react": "^6.0.0",
"@supabase/supabase-js": "^2.39.0",
"aos": "^3.0.0-beta.6",
"bcryptjs": "^3.0.2",
"framer-motion": "^12.11.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-icons": "^5.5.0",
"react-router-dom": "^6.26.0",
"react-scroll": "^1.9.3",
"swiper": "^11.2.6",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"vite": "^6.3.1",
"vite-plugin-svgr": "^4.3.0"
}
}