-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.46 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.46 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
45
46
47
48
49
50
51
52
53
54
{
"name": "web-course-project",
"homepage": "https://WAH-ISHAN.github.io/NINJA_THREADS/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@react-oauth/google": "^0.12.2",
"@supabase/supabase-js": "^2.50.0",
"@web3forms/react": "^1.1.3",
"axios": "^1.9.0",
"boxicons": "^2.1.4",
"dotenv": "^16.5.0",
"lucide-react": "^0.511.0",
"mdb-react-ui-kit": "^9.0.0",
"phosphor-react": "^1.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.56.4",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-router-dom": "^6.30.1",
"react-slick": "^0.30.3",
"react-toastify": "^11.0.5",
"recharts": "^2.15.3",
"slick-carousel": "^1.8.1",
"swiper": "^11.2.8",
"web-course-project": "file:"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^18.3.21",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"gh-pages": "^6.3.0",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"tailwindcss-animated": "^2.0.0",
"vite": "^6.3.5"
}
}