LoongPanel-Asp/web/package.json

57 lines
1.5 KiB
JSON
Raw Normal View History

2024-06-22 10:54:02 +08:00
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
2024-06-30 11:19:52 +08:00
"build": "nuxt build",
2024-06-30 10:26:31 +08:00
"dev": "nuxt dev --dotenv .env.development",
2024-06-22 10:54:02 +08:00
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
2024-06-30 11:19:52 +08:00
"postUpdate": "patch-package",
"start": "nuxt start"
2024-06-22 10:54:02 +08:00
},
"dependencies": {
"@nuxt/image": "^1.7.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@types/lodash": "^4.17.5",
"@vite-pwa/nuxt": "^0.8.0",
"@vueuse/components": "^10.10.1",
"@xterm/xterm": "^5.5.0",
"dayjs": "^1.11.11",
"echarts": "^5.5.0",
"grid-layout-plus": "^1.0.5",
"lodash": "^4.17.21",
2024-06-29 18:16:29 +08:00
"md-editor-v3": "^4.17.0",
2024-06-22 10:54:02 +08:00
"nuxt": "^3.11.2",
"nuxt-primevue": "^3.0.0",
"patch-package": "^8.0.0",
"primeicons": "^7.0.0",
"uuid": "^9.0.1",
"vue": "^3.4.27",
"vue-echarts": "^6.7.3",
"vue-router": "^4.3.2",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.5.3",
2024-07-02 14:28:15 +08:00
"vue3-auth-code-input": "^1.0.10",
2024-06-22 10:54:02 +08:00
"xterm-addon-fit": "^0.8.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@hypernym/nuxt-gsap": "^2.4.2",
"@microsoft/signalr": "^8.0.0",
"@nuxtjs/color-mode": "^3.4.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@types/uuid": "^9.0.8",
"@vite-pwa/assets-generator": "^0.2.4",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.10.0",
"nuxt-gsap-module": "^2.0.0",
"nuxt-lucide-icons": "^1.0.4",
"sass": "^1.77.4",
"vue3-draggable-grid": "^0.0.6",
"vue3-puzzle-vcode": "^1.1.7"
}
}