File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 10
10
"dependencies" : {
11
11
"@syncfusion/ej2-vue-charts" : " ^20.1.59" ,
12
12
"core-js" : " ^3.8.3" ,
13
- "vue" : " ^2.6.14"
13
+ "vue" : " ^2.6.14" ,
14
+ "webpack" : " >=5.94.0" ,
15
+ "vue-template-compiler" : " >=3.0.0" ,
16
+ "braces" : " >=3.0.3" ,
17
+ "ws" : " >=8.17.1" ,
18
+ "express" : " 4.19.2" ,
19
+ "webpack-dev-middleware" : " 5.3.4" ,
20
+ "follow-redirects" : " 1.15.6" ,
21
+ "@babel/traverse" : " 7.23.2" ,
22
+ "postcss" : " 8.4.31" ,
23
+ "json5" : " 2.2.2" ,
24
+ "loader-utils" : " 2.0.3"
14
25
},
15
26
"devDependencies" : {
16
27
"@babel/core" : " ^7.12.16" ,
20
31
"@vue/cli-service" : " ~5.0.0" ,
21
32
"eslint" : " ^7.32.0" ,
22
33
"eslint-plugin-vue" : " ^8.0.3" ,
23
- "vue-template-compiler" : " ^2.6.14"
34
+ "vue-template-compiler" : " >=3.0.0" ,
35
+ "webpack" : " >=5.94.0" ,
36
+ "braces" : " >=3.0.3" ,
37
+ "ws" : " >=8.17.1"
24
38
},
25
39
"eslintConfig" : {
26
40
"root" : true ,
You can’t perform that action at this time.
0 commit comments