-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.58 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
46
47
48
49
{
"name": "travel-agency",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "NODE_OPTIONS='--import ./instrument.server.mjs' react-router dev",
"start": "NODE_OPTIONS='--import ./instrument.server.mjs' react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@google/generative-ai": "^0.24.0",
"@react-router/node": "^7.5.1",
"@react-router/serve": "^7.5.1",
"@sentry/profiling-node": "^9.14.0",
"@sentry/react-router": "^9.14.0",
"@syncfusion/ej2-base": "^29.1.36",
"@syncfusion/ej2-react-buttons": "^29.1.34",
"@syncfusion/ej2-react-charts": "^29.1.35",
"@syncfusion/ej2-react-dropdowns": "^29.1.38",
"@syncfusion/ej2-react-grids": "^29.1.38",
"@syncfusion/ej2-react-maps": "^29.1.34",
"@syncfusion/ej2-react-navigations": "^29.1.38",
"@syncfusion/ej2-react-splitbuttons": "^29.1.33",
"@types/canvas-confetti": "^1.9.0",
"appwrite": "^17.0.2",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"isbot": "^5.1.17",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.5.1",
"stripe": "^18.0.0",
"tailwind-merge": "^3.2.0"
},
"devDependencies": {
"@react-router/dev": "^7.5.1",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"react-router-devtools": "^1.1.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
}
}