|
@@ -10,6 +10,7 @@
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
"@vuepress/bundler-vite": "^2.0.0-rc.7",
|
|
|
+ "@vuepress/plugin-register-components": "^2.0.0-rc.54",
|
|
|
"@vuepress/theme-default": "^2.0.0-rc.11",
|
|
|
"dotenv": "^16.4.7",
|
|
|
"sass": "^1.81.0",
|
|
@@ -1888,6 +1889,57 @@
|
|
|
"vuepress": "2.0.0-rc.18"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@vuepress/plugin-register-components": {
|
|
|
+ "version": "2.0.0-rc.54",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vuepress/plugin-register-components/-/plugin-register-components-2.0.0-rc.54.tgz",
|
|
|
+ "integrity": "sha512-3EXVijNTZv8D33X1zKfP05CYSkkwYhzh+fsVlUMyScot2qUGGxcK1eFktjfueJmYuZpZmSXL82mVWtF2TkHE9A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "chokidar": "^3.6.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vuepress": "2.0.0-rc.18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vuepress/plugin-register-components/node_modules/chokidar": {
|
|
|
+ "version": "3.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
|
|
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "anymatch": "~3.1.2",
|
|
|
+ "braces": "~3.0.2",
|
|
|
+ "glob-parent": "~5.1.2",
|
|
|
+ "is-binary-path": "~2.1.0",
|
|
|
+ "is-glob": "~4.0.1",
|
|
|
+ "normalize-path": "~3.0.0",
|
|
|
+ "readdirp": "~3.6.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8.10.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "fsevents": "~2.3.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vuepress/plugin-register-components/node_modules/readdirp": {
|
|
|
+ "version": "3.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
|
|
|
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "picomatch": "^2.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@vuepress/plugin-seo": {
|
|
|
"version": "2.0.0-rc.65",
|
|
|
"resolved": "https://registry.npmjs.org/@vuepress/plugin-seo/-/plugin-seo-2.0.0-rc.65.tgz",
|