-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 995 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": "spiro",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@multiavatar/multiavatar": "^1.0.7",
"@types/marked": "^4.0.7",
"axios": "^1.2.0",
"boring-avatars": "^1.7.0",
"cookie": "^0.5.0",
"element-plus": "^2.2.26",
"generate-avatar": "^1.4.10",
"holiday-avatar": "^0.0.5",
"marked": "^4.2.3",
"marked-katex-extension": "^1.0.1",
"pinia": "^2.0.28",
"rollup-plugin-visualizer": "^5.9.0",
"ts-luxon": "^4.2.0",
"ts-md5": "^1.3.1",
"vue": "^3.2.37",
"vue3-cookies": "^1.0.6",
"xss": "^1.0.14"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-components": "^0.22.12",
"vite": "^3.1.0",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^0.40.4"
}
}