-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "worldtravel",
"version": "1.0.0",
"description": "环球旅行规划博客",
"main": "index.js",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"docs:dev": "vitepress dev .",
"docs:build": "vitepress build .",
"docs:preview": "vitepress preview .",
"worker:dev": "wrangler dev",
"worker:deploy": "wrangler deploy"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@google/generative-ai": "^0.21.0",
"@googlemaps/js-api-loader": "^1.16.8",
"@langchain/community": "^0.3.16",
"@langchain/core": "^0.3.19",
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@orama/highlight": "^0.1.8",
"@orama/orama": "^3.0.2",
"@orama/switch": "^3.0.2",
"@orama/vue-components": "^0.1.23",
"@orama/wc-components": "^0.1.23",
"@oramacloud/client": "^2.1.4",
"@phosphor-icons/webcomponents": "^2.1.5",
"axios": "^1.7.9",
"element-plus": "^2.9.0",
"langchain": "^0.3.6",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"mapbox-gl": "^3.8.0",
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-mermaid": "^0.2.5",
"marked": "^15.0.4",
"vue": "^3.3.0",
"vuedraggable": "^4.1.0",
"websocket": "^1.0.35",
"ws": "^8.18.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"mermaid": "^11.4.1",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.17",
"wrangler": "^3.90.0"
}
}