-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.1 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
{
"devDependencies": {
"supabase": "^2.54.11"
},
"dependencies": {
"@photon-ai/imessage-kit": "^1.1.3",
"@react-google-maps/api": "^2.20.7",
"@supabase/supabase-js": "^2.80.0",
"better-sqlite3": "^12.4.1"
},
"name": "travel",
"version": "1.0.0",
"description": "A full-stack web application that generates optimized eco-friendly travel itineraries using AI and live API integrations.",
"main": "index.js",
"scripts": {
"install": "npm install && cd photon && npm install && cd ../backend && npm install && cd ../frontend && npm install",
"install:photon": "cd photon && npm install",
"install:backend": "cd backend && npm install",
"install:frontend": "cd frontend && npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andygcui/travel.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andygcui/travel/issues"
},
"homepage": "https://github.com/andygcui/travel#readme"
}