File tree 8 files changed +24
-4
lines changed
8 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 33
33
"vue" : " ^3.0.11" ,
34
34
"vue-router" : " ^4.0.6"
35
35
},
36
+ "devDependencies" : {
37
+ "@types/webpack-env" : " ^1.16.0" ,
38
+ "vite" : " ^2.3.3"
39
+ },
36
40
"publishConfig" : {
37
41
"access" : " public"
38
42
}
Original file line number Diff line number Diff line change 32
32
"dependencies" : {
33
33
"@docsearch/css" : " 3.0.0-alpha.34" ,
34
34
"@docsearch/js" : " 3.0.0-alpha.34" ,
35
+ "@docsearch/react" : " 3.0.0-alpha.34" ,
35
36
"@types/react" : " ^17.0.0" ,
36
37
"@vuepress/client" : " 2.0.0-beta.12" ,
37
38
"@vuepress/core" : " 2.0.0-beta.14" ,
Original file line number Diff line number Diff line change 34
34
"@vuepress/core" : " 2.0.0-beta.14" ,
35
35
"@vuepress/plugin-pwa" : " 2.0.0-beta.14" ,
36
36
"@vuepress/shared" : " 2.0.0-beta.7" ,
37
- "@vuepress/utils" : " 2.0.0-beta.11"
37
+ "@vuepress/utils" : " 2.0.0-beta.11" ,
38
+ "vue" : " ^3.0.11"
38
39
},
39
40
"publishConfig" : {
40
41
"access" : " public"
Original file line number Diff line number Diff line change 37
37
"vue" : " ^3.0.11" ,
38
38
"vue-router" : " ^4.0.6"
39
39
},
40
+ "devDependencies" : {
41
+ "@types/webpack-env" : " ^1.16.0" ,
42
+ "vite" : " ^2.3.3"
43
+ },
40
44
"publishConfig" : {
41
45
"access" : " public"
42
46
}
Original file line number Diff line number Diff line change 32
32
"@vuepress/client" : " 2.0.0-beta.12" ,
33
33
"@vuepress/core" : " 2.0.0-beta.14" ,
34
34
"@vuepress/shared" : " 2.0.0-beta.7" ,
35
- "@vuepress/utils" : " 2.0.0-beta.11"
35
+ "@vuepress/utils" : " 2.0.0-beta.11" ,
36
+ "vue" : " ^3.0.11"
37
+ },
38
+ "devDependencies" : {
39
+ "@types/webpack-env" : " ^1.16.0" ,
40
+ "vite" : " ^2.3.3"
36
41
},
37
42
"publishConfig" : {
38
43
"access" : " public"
Original file line number Diff line number Diff line change 31
31
"@vuepress/client" : " 2.0.0-beta.12" ,
32
32
"@vuepress/core" : " 2.0.0-beta.14" ,
33
33
"@vuepress/utils" : " 2.0.0-beta.11" ,
34
- "vue" : " ^3.0.11"
34
+ "vue" : " ^3.0.11" ,
35
+ "vue-router" : " ^4.0.6"
35
36
},
36
37
"publishConfig" : {
37
38
"access" : " public"
Original file line number Diff line number Diff line change 28
28
"clean" : " rimraf lib *.tsbuildinfo"
29
29
},
30
30
"dependencies" : {
31
+ "@vuepress/core" : " 2.0.0-beta.14" ,
31
32
"@vuepress/theme-default" : " 2.0.0-beta.14"
32
33
},
33
34
"publishConfig" : {
Original file line number Diff line number Diff line change 6
6
"outDir" : " ./lib"
7
7
},
8
8
"include" : [" ./src" ],
9
- "references" : [{ "path" : " ../theme-default/tsconfig.build.json" }]
9
+ "references" : [
10
+ { "path" : " ../core/tsconfig.build.json" },
11
+ { "path" : " ../theme-default/tsconfig.build.json" }
12
+ ]
10
13
}
You can’t perform that action at this time.
0 commit comments