-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.97 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.97 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "coding-carnival-landing",
"private": true,
"version": "1.0.0",
"type": "module",
"engines": {
"node": ">=20.19"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fortawesome/fontawesome-free": "^7.0.1",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@react-spring/web": "^10.0.1",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.3.0",
"@studio-freight/lenis": "^1.0.42",
"chart.js": "^4.5.0",
"flipclock": "^1.0.1",
"framer-motion": "^12.23.22",
"gsap": "^3.13.0",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"lenis": "^1.3.11",
"lucide-react": "^0.546.0",
"motion": "^12.23.12",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-leaflet": "^5.0.0",
"react-responsive": "^10.0.1",
"react-router-dom": "^7.9.1",
"react-scroll": "^1.9.3",
"react-vertical-timeline-component": "^3.5.3",
"recharts": "^3.2.1",
"sweetalert2": "^11.26.0",
"swiper": "^11.2.10",
"three": "^0.180.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.12",
"@vitejs/plugin-react": "^5.0.2",
"rollup": "^4.52.4",
"tailwindcss": "^4.1.0",
"vite": "^7.1.4"
},
"description": "[](https://github.com/zepfietje/starware)",
"main": "eslint.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ShouryaGit023/CodeUtsava9.0.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ShouryaGit023/CodeUtsava9.0/issues"
},
"homepage": "https://github.com/ShouryaGit023/CodeUtsava9.0#readme"
}