forked from code-reaper08/gssoc-website-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.99 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
{
"name": "gssoc-website",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.0",
"@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.1.19",
"@headlessui/react": "^1.7.19",
"@leenguyen/react-flip-clock-countdown": "^1.6.0",
"@next/env": "^14.2.5",
"@react-email/components": "^0.0.17",
"@react-email/tailwind": "^0.0.16",
"aos": "^2.3.4",
"axios": "^0.27.2",
"canvas": "^2.11.2",
"classnames": "^2.5.1",
"country-state-city": "^3.2.1",
"ethers": "^5.7.2",
"file-saver": "^2.0.5",
"framer-motion": "^6.5.1",
"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.2.32",
"mongoose": "^8.6.1",
"next": "^12.3.4",
"next-themes": "0.2.0",
"nextjs-progressbar": "0.0.14",
"npm": "^8.19.4",
"react": "^18.3.1",
"react-chrono": "^1.22.0",
"react-component-export-image": "^1.0.6",
"react-confetti": "^6.1.0",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-is": "^18.3.1",
"react-js-pagination": "^3.0.3",
"react-parallax-tilt": "^1.7.232",
"react-phone-input-2": "^2.15.1",
"react-select": "^5.8.0",
"react-tooltip": "^5.27.1",
"react-visibility-sensor": "^5.1.1",
"resend": "^3.4.0",
"styled-components": "^5.3.11"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
}
}