|
4 | 4 | "version": "0.0.1", |
5 | 5 | "author": "Wisdom <pdsu.wwz@foxmail.com>", |
6 | 6 | "license": "MIT", |
| 7 | + "type": "module", |
7 | 8 | "scripts": { |
8 | 9 | "dev": "vite --host", |
9 | 10 | "build": "vite build", |
|
47 | 48 | "url": "https://github.com/pdsuwwz/vue3-tab-demo/issues" |
48 | 49 | }, |
49 | 50 | "dependencies": { |
50 | | - "@fortawesome/fontawesome-svg-core": "6.4.2", |
51 | | - "@fortawesome/free-brands-svg-icons": "6.4.2", |
52 | | - "@fortawesome/free-regular-svg-icons": "6.4.2", |
53 | | - "@fortawesome/free-solid-svg-icons": "6.4.2", |
| 51 | + "@fortawesome/fontawesome-svg-core": "6.5.1", |
| 52 | + "@fortawesome/free-brands-svg-icons": "6.5.1", |
| 53 | + "@fortawesome/free-regular-svg-icons": "6.5.1", |
| 54 | + "@fortawesome/free-solid-svg-icons": "6.5.1", |
54 | 55 | "@fortawesome/vue-fontawesome": "~3.0.5", |
55 | 56 | "@vicons/antd": "^0.12.0", |
56 | 57 | "@vicons/carbon": "^0.12.0", |
|
61 | 62 | "@vicons/material": "^0.12.0", |
62 | 63 | "@vicons/tabler": "^0.12.0", |
63 | 64 | "@vicons/utils": "^0.1.4", |
64 | | - "@vueuse/core": "^10.5.0", |
65 | | - "axios": "1.6.0", |
| 65 | + "@vueuse/core": "^10.7.0", |
| 66 | + "axios": "1.6.2", |
66 | 67 | "echarts": "^5.4.3", |
67 | 68 | "js-cookie": "^3.0.5", |
68 | 69 | "lodash-es": "^4.17.21", |
69 | 70 | "naive-ui": "^2.35.0", |
70 | 71 | "nprogress": "^0.2.0", |
71 | 72 | "pinia": "^2.1.7", |
72 | 73 | "uuid": "^9.0.1", |
73 | | - "vue": "^3.3.8", |
| 74 | + "vue": "^3.3.10", |
74 | 75 | "vue-router": "^4.2.5" |
75 | 76 | }, |
76 | 77 | "devDependencies": { |
77 | | - "@babel/core": "^7.23.2", |
78 | | - "@babel/preset-env": "^7.23.2", |
79 | | - "@types/js-cookie": "^3.0.5", |
80 | | - "@types/lodash-es": "^4.17.10", |
81 | | - "@types/node": "^20.8.10", |
82 | | - "@types/nprogress": "^0.2.2", |
83 | | - "@typescript-eslint/eslint-plugin": "^6.10.0", |
84 | | - "@typescript-eslint/parser": "^6.10.0", |
85 | | - "@vitejs/plugin-vue": "^4.4.0", |
86 | | - "@vitest/coverage-v8": "^0.34.6", |
87 | | - "@vue/compiler-sfc": "^3.3.8", |
88 | | - "@vue/test-utils": "2.4.1", |
| 78 | + "@babel/core": "^7.23.5", |
| 79 | + "@babel/preset-env": "^7.23.5", |
| 80 | + "@types/js-cookie": "^3.0.6", |
| 81 | + "@types/lodash-es": "^4.17.12", |
| 82 | + "@types/node": "^20.10.3", |
| 83 | + "@types/nprogress": "^0.2.3", |
| 84 | + "@typescript-eslint/eslint-plugin": "^6.13.2", |
| 85 | + "@typescript-eslint/parser": "^6.13.2", |
| 86 | + "@vitejs/plugin-vue": "^4.5.1", |
| 87 | + "@vitest/coverage-v8": "^1.0.1", |
| 88 | + "@vue/compiler-sfc": "^3.3.10", |
| 89 | + "@vue/test-utils": "2.4.3", |
89 | 90 | "babel-plugin-transform-vite-meta-env": "^1.0.3", |
90 | 91 | "cross-env": "^7.0.3", |
91 | | - "eslint": "^8.53.0", |
| 92 | + "eslint": "^8.55.0", |
92 | 93 | "eslint-plugin-html": "7.1.0", |
93 | 94 | "eslint-plugin-import": "^2.29.0", |
94 | | - "eslint-plugin-vue": "^9.18.1", |
| 95 | + "eslint-plugin-vue": "^9.19.2", |
95 | 96 | "identity-obj-proxy": "^3.0.0", |
96 | | - "jsdom": "^22.1.0", |
97 | | - "postcss": "^8.4.31", |
| 97 | + "jsdom": "^23.0.1", |
| 98 | + "postcss": "^8.4.32", |
98 | 99 | "postcss-html": "^1.5.0", |
99 | 100 | "postcss-scss": "^4.0.9", |
100 | | - "rollup": "^4.3.0", |
| 101 | + "rollup": "^4.6.1", |
101 | 102 | "sass": "^1.69.5", |
102 | 103 | "stylelint": "^15.11.0", |
103 | 104 | "stylelint-config-recommended-scss": "13.1.0", |
104 | 105 | "stylelint-config-recommended-vue": "^1.5.0", |
105 | 106 | "stylelint-config-standard": "^34.0.0", |
106 | 107 | "stylelint-config-standard-scss": "11.1.0", |
107 | 108 | "sucrase": "^3.34.0", |
108 | | - "typescript": "^5.2.2", |
109 | | - "unocss": "^0.57.2", |
110 | | - "unplugin-auto-import": "^0.16.7", |
111 | | - "unplugin-vue-components": "^0.25.2", |
112 | | - "vite": "^4.5.0", |
113 | | - "vite-svg-loader": "^4.0.0", |
114 | | - "vitest": "^0.34.6" |
| 109 | + "typescript": "^5.3.2", |
| 110 | + "unocss": "^0.58.0", |
| 111 | + "unplugin-auto-import": "^0.17.2", |
| 112 | + "unplugin-vue-components": "^0.26.0", |
| 113 | + "vite": "^5.0.5", |
| 114 | + "vite-svg-loader": "^5.1.0", |
| 115 | + "vitest": "^1.0.1" |
115 | 116 | } |
116 | 117 | } |
0 commit comments