-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.99 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.99 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ecotrack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@hookform/resolvers": "^5.0.1",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/material-nextjs": "^7.0.0",
"@mui/x-date-pickers": "^8.3.1",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-form": "^0.1.6",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.11",
"@radix-ui/react-toast": "^1.2.13",
"@tailwindcss/cli": "^4.0.17",
"animate": "^1.0.0",
"animsition": "^4.0.2",
"bootstrap": "^5.3.3",
"bootstrap5": "^1.1.9",
"chart.js": "^4.4.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"daterangepicker": "^3.1.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.5",
"dotenv": "^16.5.0",
"firebase": "^11.7.1",
"firebase-admin": "^13.3.0",
"font-awesome": "^4.7.0",
"hamburgers": "^1.2.1",
"lucide-react": "^0.511.0",
"mongoose": "^8.14.2",
"next": "^15.3.6",
"nodemailer": "^7.0.3",
"postcss": "^8.5.3",
"punycode": "^2.3.1",
"react": "^19.2.1",
"react-chartjs-2": "^5.3.0",
"react-day-picker": "^9.7.0",
"react-dom": "^19.2.1",
"react-hook-form": "^7.56.4",
"react-leaflet": "^5.0.0",
"react-quill-new": "^3.4.6",
"select2": "^4.1.0-rc.0",
"tailwind-merge": "^3.3.0",
"uuid": "^11.1.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.0.17",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"tailwindcss": "^4.0.17"
}
}