-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.83 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.83 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
50
51
52
53
54
55
56
{
"name": "travel-ai",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@arcjet/remix": "1.0.0-beta.5",
"@google/generative-ai": "^0.24.0",
"@react-router/node": "^7.4.0",
"@react-router/serve": "^7.4.0",
"@syncfusion/ej2-base": "^29.1.33",
"@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.37",
"@syncfusion/ej2-react-maps": "^29.1.34",
"@syncfusion/ej2-react-navigations": "^29.1.34",
"@syncfusion/ej2-react-splitbuttons": "^29.1.33",
"appwrite": "^17.0.1",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"isbot": "^5.1.17",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-router": "^7.4.0",
"stripe": "^18.0.0",
"tailwind-merge": "^3.2.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@react-router/dev": "^7.4.0",
"@tailwindcss/vite": "^4.0.0",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"eslint-config-prettier": "^10.1.1",
"eslint-config-standard": "^17.1.0",
"prettier": "^3.5.3",
"react-router-devtools": "^1.1.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
}