LoongPanel-Asp/web/package.json

63 lines
1.9 KiB
JSON
Raw Permalink 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-08-03 14:24:05 +08:00
"build:yuan": "nuxt build --dotenv .env.yuan",
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
},
2024-08-03 12:50:38 +08:00
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
},
2024-06-22 10:54:02 +08:00
"dependencies": {
"@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.12",
2024-06-22 10:54:02 +08:00
"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-07-22 18:41:15 +08:00
"naive-ui": "^2.39.0",
2024-06-22 10:54:02 +08:00
"nuxt": "^3.11.2",
2024-07-22 18:41:15 +08:00
"nuxtjs-naive-ui": "^1.0.2",
2024-06-22 10:54:02 +08:00
"patch-package": "^8.0.0",
"pinia": "^2.2.0",
"unplugin-auto-import": "^0.18.2",
2024-07-22 18:41:15 +08:00
"unplugin-vue-components": "^0.27.3",
"uuid": "^10.0.0",
"vue": "^3.4.35",
2024-07-23 23:03:35 +08:00
"vue-drag-resize": "^1.5.4",
"vue-echarts": "^7.0.0-beta.0",
"vue-router": "^4.4.2",
2024-06-22 10:54:02 +08:00
"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.2",
"@types/uuid": "^10.0.0",
2024-06-22 10:54:02 +08:00
"@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-puzzle-vcode": "^1.1.7"
2024-07-22 18:41:15 +08:00
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
2024-06-22 10:54:02 +08:00
}