-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "dialogflowshowcase",
"version": "1.18.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview"
},
"//": {
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"element-tiptap-vue3-fixed": "^1.2.3",
"@duannx/vue-client-only": "^1.0.3",
"vite-plugin-chunk-split": "^0.5.0",
"vue-scrollto": "^2.20.0"
}
},
"dependencies": {
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-python": "^6.1.6",
"codemirror": "^6.0.1",
"element-plus": "^2.9.1",
"vue": "^3.5.13",
"vue-codemirror6": "^1.3.8",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@iconify-json/bi": "^1.2.2",
"@iconify-json/ep": "^1.2.2",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@iconify-json/solar": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.12",
"@iconify-json/ph": "^1.2.2",
"@vitejs/plugin-vue": "^5.2.1",
"rollup-plugin-visualizer": "^5.12.0",
"unocss": "^0.65.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.5",
"vite-plugin-imagemin": "^0.6.1",
"vite-ssg": "^0.24.3"
}
}