-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 934 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
{
"name": "hackoverflow-variators",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"bootstrap": "^5.1.3",
"chart.js": "2.9.4",
"eslint-plugin-react-hooks": "^4.4.0",
"firebase": "^9.6.10",
"next": "12.1.4",
"qrcode": "^1.5.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-firebase-hooks": "^5.0.3",
"react-hot-toast": "^2.2.0",
"react-loader-spinner": "^6.0.0-0",
"react-qr-reader": "^3.0.0-beta-1",
"react-qrcodes": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}