forked from asyncapi/conference-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"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": {
"axios": "^1.6.0",
"d3": "^7.8.5",
"next": "^12.0.0",
"react": "^17.0.2",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.5",
"react-dom": "^17.0.2",
"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"
}
}