|
@@ -2,14 +2,14 @@
|
|
"name": "nginx-ui-app-next",
|
|
"name": "nginx-ui-app-next",
|
|
"type": "module",
|
|
"type": "module",
|
|
"version": "2.0.0-rc.5",
|
|
"version": "2.0.0-rc.5",
|
|
- "packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
|
|
|
|
|
|
+ "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
|
|
"scripts": {
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"dev": "vite --host",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"lint": "eslint .",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"lint:fix": "eslint --fix .",
|
|
"build": "vite build",
|
|
"build": "vite build",
|
|
- "preview": "vite preview --host",
|
|
|
|
|
|
+ "preview": "vite preview",
|
|
"gettext:extract": "vue-gettext-extract"
|
|
"gettext:extract": "vue-gettext-extract"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
@@ -25,7 +25,6 @@
|
|
"@xterm/addon-attach": "^0.11.0",
|
|
"@xterm/addon-attach": "^0.11.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
- "ace-builds": "^1.40.0",
|
|
|
|
"ant-design-vue": "^4.2.6",
|
|
"ant-design-vue": "^4.2.6",
|
|
"apexcharts": "^4.5.0",
|
|
"apexcharts": "^4.5.0",
|
|
"axios": "^1.8.4",
|
|
"axios": "^1.8.4",
|
|
@@ -40,10 +39,10 @@
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"reconnecting-websocket": "^4.4.0",
|
|
"reconnecting-websocket": "^4.4.0",
|
|
"sortablejs": "^1.15.6",
|
|
"sortablejs": "^1.15.6",
|
|
|
|
+ "splitpanes": "^4.0.3",
|
|
"sse.js": "^2.6.0",
|
|
"sse.js": "^2.6.0",
|
|
"universal-cookie": "^8.0.1",
|
|
"universal-cookie": "^8.0.1",
|
|
"unocss": "^66.0.0",
|
|
"unocss": "^66.0.0",
|
|
- "uuid": "^11.1.0",
|
|
|
|
"vite-plugin-build-id": "0.5.0",
|
|
"vite-plugin-build-id": "0.5.0",
|
|
"vue": "^3.5.13",
|
|
"vue": "^3.5.13",
|
|
"vue-dompurify-html": "^5.2.0",
|
|
"vue-dompurify-html": "^5.2.0",
|
|
@@ -69,16 +68,17 @@
|
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
"@vue/compiler-sfc": "^3.5.13",
|
|
"@vue/compiler-sfc": "^3.5.13",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
|
|
+ "ace-builds": "^1.40.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"autoprefixer": "^10.4.21",
|
|
- "eslint": "9.24.0",
|
|
|
|
|
|
+ "eslint": "9.23.0",
|
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
"less": "^4.3.0",
|
|
"less": "^4.3.0",
|
|
"postcss": "^8.5.3",
|
|
"postcss": "^8.5.3",
|
|
- "typescript": "5.8.3",
|
|
|
|
|
|
+ "typescript": "5.8.2",
|
|
"unplugin-auto-import": "^19.1.2",
|
|
"unplugin-auto-import": "^19.1.2",
|
|
"unplugin-vue-components": "^28.5.0",
|
|
"unplugin-vue-components": "^28.5.0",
|
|
"unplugin-vue-define-options": "^1.5.5",
|
|
"unplugin-vue-define-options": "^1.5.5",
|
|
- "vite": "^6.3.0",
|
|
|
|
|
|
+ "vite": "^6.3.2",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue-tsc": "^2.2.8"
|
|
"vue-tsc": "^2.2.8"
|
|
}
|
|
}
|