-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.59 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "misinfo-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "./start-dev.sh",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@firebase/app": "0.x",
"@firebase/firestore": "^4.6.1",
"@google-cloud/storage": "^7.10.1",
"@headlessui/react": "^1.7.19",
"@material-tailwind/react": "^2.1.9",
"@netlify/plugin-nextjs": "^5.6.0",
"@sendgrid/mail": "^8.1.3",
"@sentry/browser": "^8.20.0",
"@sentry/nextjs": "^8",
"chart.js": "^4.4.2",
"country-state-city": "^3.2.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"firebase": "10.11.1",
"firebase-admin": "^12.1.0",
"firebase-functions": "^4.9.0",
"firebase-tools": "^13.10.1",
"i18next": "^23.11.2",
"moment": "^2.30.1",
"next": "14.2.4",
"next-i18next": "^15.3.0",
"node": "^21.2.0",
"papaparse": "^5.4.1",
"react": "18.2.0",
"react-burger-menu": "^3.0.9",
"react-chartjs-2": "^5.2.0",
"react-date-range": "^2.0.1",
"react-dom": "18.2.0",
"react-google-charts": "^4.0.1",
"react-i18next": "^14.1.1",
"react-icons": "^5.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-phone-input-2": "^2.15.1",
"react-select": "^5.8.0",
"react-switch": "^7.0.0",
"react-tooltip": "^5.26.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.3",
"netlify-cli": "^17.23.8",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.3"
},
"engines": {
"node": ">=20.12.2"
},
"packageManager": "[email protected]"
}