-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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
53
54
55
56
{
"name": "web",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --port 3000 --open"
},
"dependencies": {
"@auth0/auth0-vue": "^2.3.3",
"@formkit/drag-and-drop": "^0.1.4",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@unhead/vue": "^1.1.30",
"@unocss/reset": "^0.53.5",
"@vueuse/core": "^10.2.1",
"@vueuse/head": "^1.1.26",
"functions-have-names": "^1.2.3",
"highlight.js": "^11.9.0",
"markdown-it": "^13.0.2",
"openai": "^4.56.0",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.2.1",
"reflect-metadata": "^0.2.2",
"rollup": "^4.18.0",
"vue": "^3.3.4",
"vue-demi": "^0.14.5",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/three": "^0.165.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue-macros/volar": "^0.12.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.9.0",
"sass": "^1.64.1",
"shiki": "^0.14.3",
"typescript": "^5.1.6",
"unocss": "^0.53.5",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-macros": "^2.3.6",
"vite": "^4.4.3",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-devtools": "^0.5.1",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.23.5",
"vue-tsc": "^1.8.4"
},
"main": "src/main.ts",
"module": "src/main.ts"
}