-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.25 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
{
"name": "movehome",
"version": "0.1.0",
"private": false,
"license": "MIT",
"description": "movehome.org — reference open-source RAIA Protocol consumer. Not-for-profit property listing aggregator.",
"homepage": "https://movehome.org",
"repository": {
"type": "git",
"url": "https://github.com/MoveHome/MoveHome.Org.git"
},
"author": "MoveHome.org <admin@movehome.org>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"portal:create-credential": "node scripts/portal-create-credential.cjs"
},
"dependencies": {
"@a2a-js/sdk": "^0.3.13",
"@react-google-maps/api": "^2.20.8",
"@supabase/ssr": "^0.10.3",
"@supabase/supabase-js": "^2.45.0",
"canonicalize": "^3.0.0",
"jose": "^6.2.3",
"next": "^15.5.18",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.0.0",
"eslint-config-next": "^15.5.18",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.0"
}
}