1
1
{
2
2
"name" : " @tencent/tdesign-vue-next-starter" ,
3
3
"version" : " 0.9.0" ,
4
+ "type" : " module" ,
4
5
"scripts" : {
5
6
"dev:mock" : " vite --open --mode mock" ,
6
7
"dev" : " vite --open --mode development" ,
19
20
"test:coverage" : " echo \" no test:coverage specified,work in process\" "
20
21
},
21
22
"dependencies" : {
22
- "@vueuse/core" : " ^10.6.1 " ,
23
- "axios" : " ^1.6.2 " ,
23
+ "@vueuse/core" : " ^10.7.2 " ,
24
+ "axios" : " ^1.6.7 " ,
24
25
"dayjs" : " ^1.11.10" ,
25
- "echarts" : " 5.1.2 " ,
26
+ "echarts" : " 5.4.3 " ,
26
27
"lodash" : " ^4.17.21" ,
27
28
"nprogress" : " ^0.2.0" ,
28
29
"pinia" : " ^2.1.7" ,
29
30
"pinia-plugin-persistedstate" : " ^3.2.0" ,
30
31
"qrcode.vue" : " ^3.4.1" ,
31
32
"qs" : " ^6.11.2" ,
32
33
"tdesign-icons-vue-next" : " ^0.2.2" ,
33
- "tdesign-vue-next" : " ^1.6.8 " ,
34
+ "tdesign-vue-next" : " ^1.8.1 " ,
34
35
"tvision-color" : " ^1.6.0" ,
35
36
"vue" : " ~3.3.8" ,
36
- "vue-i18n" : " ^9.6.5 " ,
37
- "vue-router" : " ~4.2.4 "
37
+ "vue-i18n" : " ^9.9.1 " ,
38
+ "vue-router" : " ~4.2.5 "
38
39
},
39
40
"devDependencies" : {
40
- "@commitlint/cli" : " ^18.4.1 " ,
41
- "@commitlint/config-conventional" : " ^18.4 .0" ,
41
+ "@commitlint/cli" : " ^18.6.0 " ,
42
+ "@commitlint/config-conventional" : " ^18.6 .0" ,
42
43
"@types/echarts" : " ^4.9.21" ,
43
44
"@types/lodash" : " ^4.14.201" ,
44
45
"@types/nprogress" : " ^0.2.3" ,
45
- "@types/qs" : " ^6.9.10 " ,
46
- "@typescript-eslint/eslint-plugin" : " ^6.11 .0" ,
47
- "@typescript-eslint/parser" : " ^6.11 .0" ,
48
- "@vitejs/plugin-vue" : " ^4.4.1 " ,
46
+ "@types/qs" : " ^6.9.11 " ,
47
+ "@typescript-eslint/eslint-plugin" : " ^6.21 .0" ,
48
+ "@typescript-eslint/parser" : " ^6.21 .0" ,
49
+ "@vitejs/plugin-vue" : " ^5.0.4 " ,
49
50
"@vitejs/plugin-vue-jsx" : " ^3.0.2" ,
50
- "@vue/compiler-sfc" : " ^ 3.3.8" ,
51
+ "@vue/compiler-sfc" : " ~ 3.3.8" ,
51
52
"@vue/eslint-config-typescript" : " ^12.0.0" ,
52
53
"commitizen" : " ^4.3.0" ,
53
54
"cz-conventional-changelog" : " ^3.3.0" ,
54
- "eslint" : " ^8.53 .0" ,
55
+ "eslint" : " ^8.56 .0" ,
55
56
"eslint-config-airbnb-base" : " ^15.0.0" ,
56
57
"eslint-config-prettier" : " ^9.0.0" ,
57
- "eslint-plugin-import" : " ^2.29.0 " ,
58
- "eslint-plugin-prettier" : " ^5.0.1 " ,
59
- "eslint-plugin-simple-import-sort" : " ^10 .0.0" ,
60
- "eslint-plugin-vue" : " ^9.18 .1" ,
61
- "eslint-plugin-vue-scoped-css" : " ^2.5.1 " ,
62
- "husky" : " ^8 .0.3 " ,
58
+ "eslint-plugin-import" : " ^2.29.1 " ,
59
+ "eslint-plugin-prettier" : " ^5.1.3 " ,
60
+ "eslint-plugin-simple-import-sort" : " ^12 .0.0" ,
61
+ "eslint-plugin-vue" : " ^9.21 .1" ,
62
+ "eslint-plugin-vue-scoped-css" : " ^2.7.2 " ,
63
+ "husky" : " ^9 .0.10 " ,
63
64
"less" : " ^4.2.0" ,
64
- "lint-staged" : " ^15.1.0 " ,
65
+ "lint-staged" : " ^15.2.2 " ,
65
66
"mockjs" : " ^1.1.0" ,
66
- "postcss-html" : " ^1.5 .0" ,
67
+ "postcss-html" : " ^1.6 .0" ,
67
68
"postcss-less" : " ^6.0.0" ,
68
- "prettier" : " ^3.1.0 " ,
69
- "stylelint" : " ~15.11.0 " ,
70
- "stylelint-config-standard" : " ^34 .0.0" ,
71
- "stylelint-order" : " ~6.0.3 " ,
72
- "typescript" : " ~5.3.2 " ,
73
- "vite" : " ^4.5 .0" ,
74
- "vite-plugin-mock" : " ^3.0.0 " ,
75
- "vite-svg-loader" : " ^4.0 .0" ,
76
- "vue-tsc" : " ^1.8.22 "
69
+ "prettier" : " ^3.2.5 " ,
70
+ "stylelint" : " ~16.2.1 " ,
71
+ "stylelint-config-standard" : " ^36 .0.0" ,
72
+ "stylelint-order" : " ~6.0.4 " ,
73
+ "typescript" : " ~5.3.3 " ,
74
+ "vite" : " ^5.1 .0" ,
75
+ "vite-plugin-mock" : " ^3.0.1 " ,
76
+ "vite-svg-loader" : " ^5.1 .0" ,
77
+ "vue-tsc" : " ^1.8.27 "
77
78
},
78
79
"config" : {
79
80
"commitizen" : {
90
91
]
91
92
},
92
93
"engines" : {
93
- "node" : " >=16 .0.0"
94
+ "node" : " >=18 .0.0"
94
95
}
95
- }
96
+ }
0 commit comments