62 lines
1.9 KiB
JSON
Executable File
62 lines
1.9 KiB
JSON
Executable File
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --dotenv .env.development",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"postUpdate": "patch-package",
|
|
"start": "nuxt start"
|
|
},
|
|
"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",
|
|
"md-editor-v3": "^4.17.0",
|
|
"naive-ui": "^2.39.0",
|
|
"nuxt": "^3.11.2",
|
|
"nuxt-primevue": "^3.0.0",
|
|
"nuxtjs-naive-ui": "^1.0.2",
|
|
"patch-package": "^8.0.0",
|
|
"primeicons": "^7.0.0",
|
|
"unplugin-auto-import": "^0.18.0",
|
|
"unplugin-vue-components": "^0.27.3",
|
|
"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",
|
|
"vue3-auth-code-input": "^1.0.10",
|
|
"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"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|