diff --git a/package.json b/package.json deleted file mode 100644 index 5203853..0000000 --- a/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "devDependencies": { - "@types/flexsearch": "^0.7.3" - } -} diff --git a/vitepress/package.json b/vitepress/package.json index 171b08c..27b934a 100644 --- a/vitepress/package.json +++ b/vitepress/package.json @@ -14,6 +14,7 @@ }, "devDependencies": { "flexsearch": "^0.7.31", + "@types/flexsearch": "^0.7.3", "markdown-it": "^13.0.1", "postcss": "^8.2", "postcss-flexbugs-fixes": "^5.0.2", @@ -23,4 +24,4 @@ "vitepress-plugin-search": "^1.0.4-alpha.17", "vue": "^3.2.45" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index 113290d..0000000 --- a/yarn.lock +++ /dev/null @@ -1,8 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@types/flexsearch@^0.7.3": - version "0.7.3" - resolved "https://registry.yarnpkg.com/@types/flexsearch/-/flexsearch-0.7.3.tgz#ee79b1618035c82284278e05652e91116765b634" - integrity sha512-HXwADeHEP4exXkCIwy2n1+i0f1ilP1ETQOH5KDOugjkTFZPntWo0Gr8stZOaebkxsdx+k0X/K6obU/+it07ocg==