forked from ZuzaluSoftwareBuilder/ZuzaluCityOS
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
151 lines (151 loc) · 4.78 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "zuzalu-city",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@4everland/upload-pin": "^1.1.1",
"@aws-sdk/client-s3": "^3.685.0",
"@ceramicnetwork/http-client": "^5.10.0",
"@ceramicnetwork/observability": "^1.5.4",
"@ceramicnetwork/streamid": "^5.0.0",
"@composedb/client": "^0.7.1",
"@composedb/server": "^0.7.1",
"@composedb/types": "^0.7.1",
"@didtools/pkh-ethereum": "^0.5.0",
"@didtools/pkh-solana": "^0.2.0",
"@editorjs/checklist": "^1.6.0",
"@editorjs/delimiter": "^1.4.0",
"@editorjs/editorjs": "^2.29.1",
"@editorjs/embed": "^2.7.1",
"@editorjs/header": "^2.8.1",
"@editorjs/inline-code": "^1.5.0",
"@editorjs/link": "^2.6.2",
"@editorjs/paragraph": "^2.11.4",
"@editorjs/quote": "^2.6.0",
"@editorjs/simple-image": "^1.6.0",
"@emailjs/browser": "^4.3.3",
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.12.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@hookform/resolvers": "^3.9.0",
"@irys/sdk": "^0.2.6",
"@lit-protocol/auth-helpers": "^6.11.0",
"@lit-protocol/constants": "^6.11.0",
"@lit-protocol/lit-node-client": "^6.11.0",
"@lxdao/img3": "1.0.1",
"@lxdao/uploader3": "^1.5.4",
"@lxdao/uploader3-connector": "1.2.0",
"@mui/material": "^5.15.16",
"@mui/material-nextjs": "^5.15.11",
"@mui/x-date-pickers": "^7.10.0",
"@mui/x-date-pickers-pro": "^7.10.0",
"@pcd/zuauth": "^1.4.5",
"@rainbow-me/rainbowkit": "^2.0.5",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.59.0",
"@types/node-geocoder": "^4.2.6",
"@vercel/og": "^0.6.2",
"@walletconnect/core": "^2.12.2",
"@walletconnect/sign-client": "^2.12.2",
"@walletconnect/universal-provider": "^2.12.2",
"arbundles": "^0.11.1",
"axios": "^1.7.2",
"bls-eth-wasm": "^1.2.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.10",
"did-session": "^3.1.0",
"dids": "^5.0.2",
"embla-carousel": "^8.3.0",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"encoding": "^0.1.13",
"ethers": "^6.12.1",
"form-data": "^4.0.0",
"iron-session": "^8.0.2",
"jsonwebtoken": "^9.0.2",
"key-did-provider-ed25519": "^4.0.2",
"key-did-resolver": "^4.0.0",
"leaflet": "^1.9.0",
"lodash": "^4.17.21",
"next": "^14.2.13",
"next-qrcode": "^2.5.1",
"node-fetch": "^3.3.2",
"node-geocoder": "^4.3.0",
"nominatim-browser": "^2.1.0",
"pino-pretty": "^11.0.0",
"qr-scanner": "^1.4.2",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-editor-js": "^2.1.0",
"react-hook-form": "^7.52.1",
"react-leaflet": "^4.2.1",
"react-material-ui-carousel": "^3.4.2",
"react-qr-scanner": "^1.0.0-alpha.11",
"react-select": "^5.8.0",
"react-timezone-select": "^3.2.7",
"remark": "^13.0.0",
"resend": "^4.0.1-alpha.0",
"rrule": "^2.8.1",
"tailwindcss": "^3.4.3",
"uuid": "^10.0.0",
"viem": "^2.9.31",
"wagmi": "^2.8.0",
"web3-utils": "^4.3.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@chromatic-com/storybook": "^1.3.2",
"@composedb/devtools": "^0.7.1",
"@composedb/devtools-node": "^0.7.1",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-onboarding": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/nextjs": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/test": "^8.0.8",
"@types/aria-query": "^5.0.4",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
"@types/babel__template": "^7.4.4",
"@types/jsonwebtoken": "^9.0.6",
"@types/leaflet": "^1.9.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.0",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"storybook": "^8.0.8",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}