TOPVERSE_Official/package.json

51 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2023-04-23 14:19:03 +08:00
{
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"lint": "eslint .",
"postinstall": "nuxi prepare",
2024-05-25 15:08:23 +08:00
"generate": "nuxi generate"
2023-04-23 14:19:03 +08:00
},
2024-05-25 15:08:23 +08:00
"type": "module",
"main": "./nuxt.config.ts",
2023-04-23 14:19:03 +08:00
"dependencies": {
2024-05-25 17:47:43 +08:00
"@antfu/eslint-config": "^2.18.1",
2024-05-25 14:39:34 +08:00
"@anu-vue/nuxt": "^0.15.2",
2024-05-25 17:47:43 +08:00
"@iconify-json/akar-icons": "^1.1.24",
2023-04-23 14:19:03 +08:00
"@iconify-json/carbon": "^1.1.16",
2024-05-25 17:47:43 +08:00
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/heroicons-solid": "^1.1.11",
"@iconify-json/icon-park-solid": "^1.1.14",
"@iconify-json/material-symbols": "^1.1.80",
"@iconify-json/solar": "^1.1.9",
2023-04-23 14:19:03 +08:00
"@iconify-json/twemoji": "^1.1.11",
2024-05-25 17:47:43 +08:00
"@jiaminghi/color": "^1.1.3",
2024-05-25 15:05:33 +08:00
"@nuxt/content": "^2.11.0",
"@nuxt/image": "1.3.0",
2024-05-25 14:39:34 +08:00
"@nuxtjs/color-mode": "^3.4.0",
2024-05-25 17:47:43 +08:00
"@nuxtjs/i18n": "8.3.1",
2024-05-25 11:30:47 +08:00
"@unocss/nuxt": "0.60.3",
2024-05-25 14:39:34 +08:00
"@vue-macros/nuxt": "^1.9.33",
2024-05-25 17:47:43 +08:00
"@vueuse/components": "^10.4.1",
2024-05-25 15:05:33 +08:00
"@vueuse/integrations": "^10.4.1",
"@vueuse/nuxt": "^10.4.1",
2024-05-25 17:47:43 +08:00
"icons": "link:@iconify-json/ri/icons",
"lingo3d-vue": "1.0.118",
"nuxt": "3.11.2",
"swiper": "^11.1.3",
2024-05-25 14:47:39 +08:00
"typescript": "^5.4.5",
2024-05-25 17:47:43 +08:00
"unity-webgl": "^3.4.2",
2024-05-25 14:39:34 +08:00
"unocss-preset-extra": "^0.5.3",
"unocss-preset-scrollbar": "^0.3.1",
"unocss-preset-scrollbar-hide": "^1.0.1",
2024-05-25 17:47:43 +08:00
"vue": "^3.4.27",
2024-05-25 15:08:23 +08:00
"vue-unity-webgl": "^1.2.0"
},
"devDependencies": {
2024-05-25 17:47:43 +08:00
"@unocss/eslint-plugin": "^0.60.2",
2024-05-25 14:39:34 +08:00
"eslint": "9.2.0",
2024-05-25 17:47:43 +08:00
"sass": "^1.77.2"
2023-04-23 14:19:03 +08:00
}
}