-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.16",
"@types/faker": "^6.6.9",
"@types/nprogress": "^0.2.0",
"chart.js": "^3.9.1",
"faker": "^6.6.6",
"firebase": "^9.9.1",
"next": "latest",
"next-auth": "^4.10.3",
"next-pwa": "^5.6.0",
"nprogress": "^0.2.0",
"react": "18.1.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.1.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.4.0",
"swiper": "^8.4.5",
"tailwind-scrollbar-hide": "^1.1.7",
"tw-elements": "^1.0.0-alpha12"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "^18.0.18",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}