forked from shungo0222/sharemint-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 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
{
"name": "qube",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.7.9",
"chart.js": "^4.4.2",
"country-to-iso": "^1.3.0",
"ethers": "^5.7.2",
"firebase": "^10.10.0",
"google-auth-library": "^9.14.2",
"googleapis": "^144.0.0",
"heatmap.js": "^2.0.5",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"lru-cache": "^11.0.2",
"next": "^13.5.6",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-tailwindcss-datepicker": "^1.6.6",
"react-toastify": "^10.0.5",
"thirdweb": "^5.78.0",
"twitter-api-sdk": "^1.2.1",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}