-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 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
{
"name": "minecraft-log-viewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview"
},
"dependencies": {
"@monaco-editor/loader": "^1.3.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.40.0",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"pretty-bytes": "^6.1.0",
"reset.css": "^2.0.2",
"tdesign-vue-next": "^1.3.11",
"view-ui-plus": "^1.3.14",
"vue": "^3.3.4",
"vue-router": "4"
},
"devDependencies": {
"@types/node": "^20.4.1",
"@vitejs/plugin-vue": "^4.2.3",
"less": "^4.1.3",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.0",
"vue-tsc": "^1.8.3"
}
}