-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.97 KB
/
package.json
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": "Hack_SoDA",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.4",
"@react-three/drei": "^9.88.17",
"@react-three/fiber": "^8.15.11",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"better-react-carousel": "^1.1.2",
"confetti-js": "^0.0.18",
"framer-motion": "^10.16.5",
"gsap": "^3.12.2",
"next": "^14.0.3",
"next-themes": "^0.2.1",
"node": "^18.14.0",
"npm": "^10.2.4",
"react": "^18",
"react-card-flip": "^1.2.2",
"react-chrono": "^2.3.1",
"react-confetti": "^6.1.0",
"react-countup": "^6.5.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-fast-marquee": "^1.6.2",
"react-flip-clock": "^1.0.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.3",
"react-loading-skeleton": "^3.3.1",
"react-parallax-tilt": "^1.7.175",
"react-router-dom": "^6.20.0",
"react-scroll": "^1.9.0",
"react-slick": "^0.29.0",
"react-social-icons": "^6.6.0",
"react-spring": "^9.7.3",
"react-three-fiber": "^6.0.13",
"react-tilt": "^1.0.2",
"react-transition-group": "^4.4.5",
"react-tweet": "^3.1.1",
"react-tweet-embed": "^2.0.0",
"react-twitter-widgets": "^1.11.0",
"sass": "^1.69.5",
"styled-components": "^6.1.1",
"three": "^0.167.1",
"three-bmfont-text": "^2.3.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-transition-group": "^4.4.9",
"@types/three": "^0.158.3",
"autoprefixer": "^10.0.1",
"html-to-image": "^1.11.11",
"postcss": "^8",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}