File tree Expand file tree Collapse file tree 3 files changed +2139
-1799
lines changed Expand file tree Collapse file tree 3 files changed +2139
-1799
lines changed Original file line number Diff line number Diff line change 14
14
"iview" : " ^3.0.0" ,
15
15
"js-cookie" : " ^2.2.0" ,
16
16
"register-service-worker" : " ^1.0.0" ,
17
- "vue" : " ^2.5.16 " ,
17
+ "vue" : " ^2.5.17 " ,
18
18
"vue-class-component" : " ^6.0.0" ,
19
- "vue-property-decorator" : " ^6 .0.0" ,
19
+ "vue-property-decorator" : " ^7 .0.0" ,
20
20
"vue-router" : " ^3.0.1" ,
21
21
"vuex" : " ^3.0.1"
22
22
},
23
23
"devDependencies" : {
24
24
"@types/axios" : " ^0.14.0" ,
25
25
"@types/js-cookie" : " ^2.1.0" ,
26
- "@vue/cli-plugin-babel" : " ^3.0.0-beta.9 " ,
27
- "@vue/cli-plugin-pwa" : " ^3.0.0-beta.9 " ,
28
- "@vue/cli-plugin-typescript" : " ^3.0.0-beta.9 " ,
29
- "@vue/cli-service" : " ^3.0.0-beta.9 " ,
26
+ "@vue/cli-plugin-babel" : " ^3.0.4 " ,
27
+ "@vue/cli-plugin-pwa" : " ^3.0.4 " ,
28
+ "@vue/cli-plugin-typescript" : " ^3.0.4 " ,
29
+ "@vue/cli-service" : " ^3.0.4 " ,
30
30
"less" : " ^2.7.3" ,
31
31
"less-loader" : " ^4.0.5" ,
32
- "vue-template-compiler" : " ^2.5.13"
32
+ "vue-template-compiler" : " ^2.5.17" ,
33
+ "typescript" : " ^3.0.0"
33
34
},
34
35
"babel" : {
35
36
"presets" : [
Original file line number Diff line number Diff line change 14
14
"sourceMap" : true ,
15
15
"baseUrl" : " ." ,
16
16
"types" : [
17
- " node" ],
17
+ " webpack-env"
18
+ ],
18
19
"paths" : {
19
20
"@/*" : [
20
21
" src/*"
You can’t perform that action at this time.
0 commit comments