-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
126 lines (126 loc) · 3.97 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
{
"name": "earthly-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@formkit/auto-animate": "^0.8.1",
"@hookform/resolvers": "^3.3.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@nostr-dev-kit/ndk": "^2.5.0",
"@prisma/client": "^5.10.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-query-devtools": "^5.24.1",
"@tanstack/react-table": "^8.12.0",
"@trpc/client": "^11.0.0-next-beta.234",
"@trpc/next": "^11.0.0-next-beta.234",
"@trpc/react-query": "^11.0.0-next-beta.234",
"@trpc/server": "^11.0.0-next-beta.234",
"@turf/center": "^6.5.0",
"@turf/turf": "^6.5.0",
"@udecode/plate": "^30.7.0",
"@udecode/plate-excalidraw": "^30.1.2",
"class-variance-authority": "^0.7.0",
"cmdk": "^0.2.1",
"date-fns": "^3.3.1",
"embla-carousel-react": "^8.0.0",
"framer-motion": "^11.0.6",
"latlon-geohash": "^2.0.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"leaflet-geosearch": "^3.11.1",
"lodash": "^4.17.21",
"lucide-react": "^0.338.0",
"microdiff": "^1.3.2",
"next": "^14.1.0",
"nostr-hooks": "^2.2.4",
"nostr-tools": "^2.3.1",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-leaflet-custom-control": "^1.4.0",
"react-leaflet-draft": "^2.0.0",
"react-leaflet-draw": "^0.20.4",
"react-leaflet-marker": "^2.1.0",
"slate": "^0.102.0",
"slate-history": "^0.100.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.102.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"use-media": "^1.5.0",
"uuid": "^9.0.1",
"vaul": "^0.9.0",
"webln": "^0.3.2",
"zod": "^3.22.4",
"zustand": "^4.5.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.56.3",
"@types/leaflet": "^1.9.8",
"@types/node": "^20.11.20",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/react-leaflet-markercluster": "^3.0.4",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@wixc3/react-board": "^2.4.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.10.2",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"prisma": {
"seed": "node --loader ts-node/esm prisma/seed.ts"
},
"ct3aMetadata": {
"initVersion": "7.24.2"
},
"packageManager": "npm@9.6.7"
}