-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "activitydao",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/material": "^5.13.4",
"@neynar/nodejs-sdk": "^1.60.0",
"@octokit/rest": "^21.0.2",
"@tanstack/react-query": "^5.56.2",
"@types/leaflet": "^1.9.13",
"alchemy-sdk": "^3.4.3",
"connectkit": "^1.8.2",
"date-fns": "^4.1.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"leaflet": "^1.9.4",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-leaflet": "^4.2.1",
"react-loading-skeleton": "^3.5.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.3",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@types/node": "^17.0.42",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"typescript": "^5.0.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
}