-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 2.04 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
71
{
"name": "girlscript-gssoc-ext24",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.1.8",
"@leenguyen/react-flip-clock-countdown": "^1.6.0",
"@next/env": "^14.2.13",
"@react-email/components": "^0.0.25",
"@react-email/tailwind": "^0.1.0",
"aos": "^2.3.4",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"cors": "^2.8.5",
"country-state-city": "^3.2.1",
"ethers": "^6.13.2",
"file-saver": "^2.0.5",
"framer-motion": "^11.5.6",
"global": "^4.4.0",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"keccak256": "^1.0.6",
"keen-slider": "^6.8.6",
"merkletreejs": "^0.4.0",
"mongoose": "^8.6.3",
"next": "14.2.12",
"next-themes": "^0.3.0",
"nextjs-progressbar": "^0.0.16",
"nodemailer": "^6.9.15",
"npm": "^10.8.3",
"react": "^18",
"react-chrono": "^2.6.1",
"react-component-export-image": "^1.0.6",
"react-confetti": "^6.1.0",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-is": "^18.3.1",
"react-js-pagination": "^3.0.3",
"react-parallax-tilt": "^1.7.240",
"react-phone-input-2": "^2.15.1",
"react-select": "^5.8.1",
"react-tooltip": "^5.28.0",
"react-visibility-sensor": "^5.1.1",
"react-youtube": "^10.1.0",
"resend": "^4.0.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.12",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}