|
1 | 1 | {
|
2 |
| - "name": "nginx-ui-frontend-next", |
3 |
| - "private": true, |
4 |
| - "version": "1.8.3", |
5 |
| - "type": "commonjs", |
6 |
| - "scripts": { |
7 |
| - "dev": "vite", |
8 |
| - "build": "vite build", |
9 |
| - "preview": "vite preview", |
10 |
| - "gettext:extract": "vue-gettext-extract", |
11 |
| - "gettext:compile": "vue-gettext-compile", |
12 |
| - "docs:dev": "vitepress dev docs", |
13 |
| - "docs:build": "vitepress build docs", |
14 |
| - "docs:preview": "vitepress preview docs" |
15 |
| - }, |
16 |
| - "dependencies": { |
17 |
| - "@ant-design/icons-vue": "^6.1.0", |
18 |
| - "@formkit/auto-animate": "^1.0.0-beta.6", |
19 |
| - "@types/lodash": "^4.14.188", |
20 |
| - "@types/marked": "^4.0.8", |
21 |
| - "@types/nprogress": "^0.2.0", |
22 |
| - "@types/sortablejs": "^1.15.0", |
23 |
| - "ant-design-vue": "^3.2.17", |
24 |
| - "apexcharts": "^3.36.3", |
25 |
| - "axios": "^1.3.5", |
26 |
| - "dayjs": "^1.11.7", |
27 |
| - "highlight.js": "^11.7.0", |
28 |
| - "marked": "^4.2.5", |
29 |
| - "nprogress": "^0.2.0", |
30 |
| - "pinia": "^2.0.28", |
31 |
| - "pinia-plugin-persistedstate": "^3.0.2", |
32 |
| - "reconnecting-websocket": "^4.4.0", |
33 |
| - "vite-plugin-build-id": "^0.2.3", |
34 |
| - "vue": "^3.2.47", |
35 |
| - "vue-github-button": "https://github.com/0xJacky/vue-github-button", |
36 |
| - "vue-router": "^4.1.6", |
37 |
| - "vue3-ace-editor": "^2.2.2", |
38 |
| - "vue3-apexcharts": "^1.4.1", |
39 |
| - "vue3-gettext": "^2.5.0-alpha.1", |
40 |
| - "vuedraggable": "^4.1.0", |
41 |
| - "xterm": "^5.1.0", |
42 |
| - "xterm-addon-attach": "^0.8.0", |
43 |
| - "xterm-addon-fit": "^0.7.0" |
44 |
| - }, |
45 |
| - "devDependencies": { |
46 |
| - "@vitejs/plugin-vue": "^4.1.0", |
47 |
| - "@vitejs/plugin-vue-jsx": "^3.0.1", |
48 |
| - "@zougt/vite-plugin-theme-preprocessor": "^1.4.8", |
49 |
| - "less": "^4.1.3", |
50 |
| - "typescript": "^5.0.4", |
51 |
| - "unplugin-vue-components": "^0.24.1", |
52 |
| - "vite": "^4.2.1", |
53 |
| - "vite-plugin-html": "^3.2.0", |
54 |
| - "vite-svg-loader": "^4.0.0", |
55 |
| - "vitepress": "^1.0.0-alpha.75", |
56 |
| - "vue-tsc": "^1.4.2" |
57 |
| - } |
| 2 | + "name": "nginx-ui-frontend-next", |
| 3 | + "private": true, |
| 4 | + "version": "1.8.4", |
| 5 | + "type": "commonjs", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "vite build", |
| 9 | + "preview": "vite preview", |
| 10 | + "gettext:extract": "vue-gettext-extract", |
| 11 | + "gettext:compile": "vue-gettext-compile", |
| 12 | + "docs:dev": "vitepress dev docs", |
| 13 | + "docs:build": "vitepress build docs", |
| 14 | + "docs:preview": "vitepress preview docs" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "@ant-design/icons-vue": "^6.1.0", |
| 18 | + "@formkit/auto-animate": "^1.0.0-beta.6", |
| 19 | + "@types/lodash": "^4.14.188", |
| 20 | + "@types/marked": "^4.0.8", |
| 21 | + "@types/nprogress": "^0.2.0", |
| 22 | + "@types/sortablejs": "^1.15.0", |
| 23 | + "ant-design-vue": "^3.2.17", |
| 24 | + "apexcharts": "^3.36.3", |
| 25 | + "axios": "^1.3.5", |
| 26 | + "dayjs": "^1.11.7", |
| 27 | + "highlight.js": "^11.7.0", |
| 28 | + "marked": "^4.2.5", |
| 29 | + "nprogress": "^0.2.0", |
| 30 | + "pinia": "^2.0.28", |
| 31 | + "pinia-plugin-persistedstate": "^3.0.2", |
| 32 | + "reconnecting-websocket": "^4.4.0", |
| 33 | + "vite-plugin-build-id": "^0.2.3", |
| 34 | + "vue": "^3.2.47", |
| 35 | + "vue-github-button": "https://github.com/0xJacky/vue-github-button", |
| 36 | + "vue-router": "^4.1.6", |
| 37 | + "vue3-ace-editor": "^2.2.2", |
| 38 | + "vue3-apexcharts": "^1.4.1", |
| 39 | + "vue3-gettext": "^2.5.0-alpha.1", |
| 40 | + "vuedraggable": "^4.1.0", |
| 41 | + "xterm": "^5.1.0", |
| 42 | + "xterm-addon-attach": "^0.8.0", |
| 43 | + "xterm-addon-fit": "^0.7.0" |
| 44 | + }, |
| 45 | + "devDependencies": { |
| 46 | + "@vitejs/plugin-vue": "^4.1.0", |
| 47 | + "@vitejs/plugin-vue-jsx": "^3.0.1", |
| 48 | + "@zougt/vite-plugin-theme-preprocessor": "^1.4.8", |
| 49 | + "less": "^4.1.3", |
| 50 | + "typescript": "^5.0.4", |
| 51 | + "unplugin-vue-components": "^0.24.1", |
| 52 | + "vite": "^4.2.1", |
| 53 | + "vite-plugin-html": "^3.2.0", |
| 54 | + "vite-svg-loader": "^4.0.0", |
| 55 | + "vitepress": "^1.0.0-alpha.75", |
| 56 | + "vue-tsc": "^1.4.2" |
| 57 | + } |
58 | 58 | }
|
0 commit comments