-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "joyful-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/montserrat": "^5.0.19",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"axios": "^1.7.5",
"chart.js": "^4.4.4",
"firebase": "^10.13.1",
"luxon": "^3.5.0",
"next": "^14.2.6",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/eslint__js": "^8.42.3",
"@types/luxon": "^3.4.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.5",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
}
}