-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "travelhelperkun",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome lint --write ./src",
"format": "biome format ./src --write",
"check": "biome check --write ./src",
"check:only": "biome check ./src",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^3.2.0",
"@emotion/react": "^11.13.5",
"@langchain/google-genai": "^0.1.6",
"@tanstack/react-router": "^1.82.2",
"@vis.gl/react-google-maps": "^1.4.2",
"langchain": "^0.3.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tanstack/router-devtools": "^1.82.2",
"@tanstack/router-plugin": "^1.81.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"globals": "^15.11.0",
"typescript": "~5.6.2",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.1.3"
}
}