-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "minehub-frontend",
"private": true,
"type": "module",
"version": "7.0.0",
"author": {
"name": "dxlliv",
"url": "https://github.com/dxlliv"
},
"scripts": {
"build": "VITE_BUILDING=true nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@minescope/mineping": "^1.5.0",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.3",
"@pinia/nuxt": "^0.9.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"axios": "^1.7.9",
"idb": "^8.0.1",
"nuxt": "^3.14.1592",
"obelisk.js": "https://github.com/nosir/obelisk.js.git",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"sass": "^1.83.0",
"sitemap": "^8.0.0",
"skinview3d": "^3.1.0",
"swiper": "^11.1.15",
"vite-plugin-vuetify": "^2.0.4",
"vue3-simple-icons": "^13.2.0",
"vuetify": "^3.7.6"
}
}