-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "mverything-plus",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@imengyu/vue3-context-menu": "^1.2.10",
"@mdi/js": "^7.2.96",
"@vueuse/core": "^10.1.2",
"chardet": "^1.5.1",
"dayjs": "^1.11.7",
"fast-xml-parser": "^4.3.3",
"hotkeys-js": "^3.10.2",
"iconv-lite": "^0.6.3",
"lodash": "^4.17.21",
"mdfind": "^1.0.0",
"nanoid": "^4.0.2",
"pinia": "^2.1.3",
"pinia-persistence": "^1.0.0",
"pinyin-pro": "^3.18.4",
"utools-utils": "^1.1.15",
"vue": "^3.4.21",
"vue-draggable-next": "^2.1.1",
"vue-router": "^4.2.1",
"vue-toastification": "2.0.0-rc.5",
"vuetify": "^3.3.1"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^16.18.0",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
"electron": "^24.1.2",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"sass": "^1.62.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"utools-api-types": "^5.0.0",
"vite": "^4.3.5",
"vite-plugin-utools": "^0.5.4",
"vue-tsc": "^1.6.5"
}
}