forked from asyncapi/conference-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"generate:assets": "echo \"No assets to configure\"",
"test": "echo \"No tests configured yet\"",
"release": "echo \"No release to npm for this project\""
},
"dependencies": {
"@googleapis/sheets": "^7.0.0",
"axios": "^1.7.4",
"d3": "^7.8.5",
"lucide-react": "^0.350.0",
"net": "^1.0.2",
"next": "^14.2.10",
"next-on-netlify": "^3.0.1",
"nodemailer": "^6.9.13",
"react": "^18.2.1",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.1",
"react-ga": "^3.3.1",
"react-globe.gl": "^2.24.2",
"react-gtm-module": "^2.0.11",
"react-hot-toast": "^2.4.1",
"react-responsive": "^9.0.0",
"react-select": "^5.7.5",
"react-slick": "^0.29.0",
"react-youtube-embed": "^1.0.3",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "13.1.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.0.24"
}
}