-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1005 Bytes
/
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
{
"name": "yrhacks-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.78",
"aos": "^2.3.4",
"autoprefixer": "^10.4.12",
"ejs": "3.1.7",
"emailjs-com": "^3.2.0",
"embla-carousel-react": "^7.0.3",
"glob-parent": "^6.0.2",
"isomorphic-unfetch": "^3.1.0",
"md5": "^2.3.0",
"next": "^14.1.4",
"nodemailer": "^6.9.1",
"postcss": "^8.4.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-icons": "^4.4.0",
"react-tsparticles": "^2.3.3",
"tailwindcss": "^3.1.8",
"tsparticles": "^2.3.4"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}