-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "beerlist",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export && next-image-export-optimizer",
"start": "next start",
"lint": "next lint",
"image": "next-image-export-optimizer"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@firebase/app-check": "^0.5.8",
"@headlessui/react": "^1.6.0",
"@heroicons/react": "^1.0.6",
"@mui/material": "^5.6.3",
"@sendgrid/mail": "^7.6.2",
"@tailwindcss/forms": "^0.5.0",
"firebase": "^9.6.11",
"firebase-tools": "^10.7.2",
"got": "^12.3.1",
"lottie-web": "^5.9.4",
"next": "12.1.5",
"next-image-export-optimizer": "^0.9.6",
"next-pwa": "^5.5.2",
"nodemailer": "^6.9.9",
"protobufjs": "^7.2.5",
"react": "18.1.0",
"react-countup": "^6.2.0",
"react-dom": "18.1.0",
"sharp": "^0.32.6",
"sweetalert2": "^11.4.10",
"terser": "^5.15.0"
},
"devDependencies": {
"@types/node": "17.0.29",
"@types/nodemailer": "^6.4.4",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.0",
"autoprefixer": "10.4.5",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.31",
"postcss-100vh-fix": "^1.0.2",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}