-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "zero-to-chad",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.5",
"@mui/icons-material": "^5.6.0",
"@mui/material": "^5.6.0",
"chart.js": "^3.7.1",
"firebase": "^9.6.10",
"next": "12.1.4",
"next-seo": "^5.4.0",
"react": "18.0.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "18.0.0",
"react-firebase-hooks": "^5.0.3",
"react-hook-form": "^7.29.0",
"react-hot-toast": "^2.2.0",
"short-uuid": "^4.2.0",
"zustand": "^3.7.2"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@svgr/webpack": "^6.2.1",
"@types/node": "17.0.23",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"csstype": "^3.0.11",
"eslint": "^8.13.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"husky": "^7.0.4",
"prettier": "^2.6.2",
"typescript": "4.6.3"
}
}