-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 947 Bytes
/
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
{
"name": "ollamaWeb",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/markdown-it": "^13.0.7",
"@vueuse/core": "^10.5.0",
"date-fns": "^3.0.1",
"dexie": "^3.2.4",
"element-plus": "^2.6.3",
"highlight.js": "^11.9.0",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-highlightjs": "^4.0.1",
"mathjs": "^12.4.2",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.12.1",
"vue3-json-viewer": "^2.2.2"
},
"devDependencies": {
"@types/uuid": "^9.0.5",
"@vitejs/plugin-vue": "^5.0.4",
"less": "^4.2.0",
"sass": "^1.74.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
}