hexo-word-counter削除
This commit is contained in:
parent
5061b11746
commit
3ada50ef80
|
@ -113,12 +113,3 @@ search:
|
|||
field: post
|
||||
content: true
|
||||
format: html
|
||||
|
||||
symbols_count_time:
|
||||
symbols: true
|
||||
time: true
|
||||
total_symbols: false
|
||||
total_time: false
|
||||
exclude_codeblock: false
|
||||
wpm: 290
|
||||
suffix: "mins."
|
||||
|
|
|
@ -19,8 +19,7 @@
|
|||
"hexo-renderer-marked": "^7.0.0",
|
||||
"hexo-renderer-stylus": "^3.0.1",
|
||||
"hexo-server": "^3.0.0",
|
||||
"hexo-theme-landscape": "^1.0.0",
|
||||
"hexo-word-counter": "^0.2.1"
|
||||
"hexo-theme-landscape": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"hexo-theme-next": "^8.23.1"
|
||||
|
@ -314,15 +313,6 @@
|
|||
"tslib": "^2.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/cargo-cp-artifact": {
|
||||
"version": "0.1.9",
|
||||
"resolved": "https://registry.npmjs.org/cargo-cp-artifact/-/cargo-cp-artifact-0.1.9.tgz",
|
||||
"integrity": "sha512-6F+UYzTaGB+awsTXg0uSJA1/b/B3DDJzpKVRu0UmyI7DmNeaAl2RFHuTGIN6fEgpadRxoXGb7gbC1xo4C3IdyA==",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"cargo-cp-artifact": "bin/cargo-cp-artifact.js"
|
||||
}
|
||||
},
|
||||
"node_modules/chalk": {
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
||||
|
@ -1332,16 +1322,6 @@
|
|||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/hexo-word-counter": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/hexo-word-counter/-/hexo-word-counter-0.2.1.tgz",
|
||||
"integrity": "sha512-LkdXM9SykbVzZBGhCrYOonb/4FrNCQhVwnigt7pkVSa43Zejq3+VsG0kYmOZxDVlBmNCD1iokF6OZ3d6cYRa1Q==",
|
||||
"hasInstallScript": true,
|
||||
"license": "LGPL-3.0",
|
||||
"dependencies": {
|
||||
"cargo-cp-artifact": "^0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/highlight.js": {
|
||||
"version": "11.11.1",
|
||||
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz",
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
"hexo-renderer-marked": "^7.0.0",
|
||||
"hexo-renderer-stylus": "^3.0.1",
|
||||
"hexo-server": "^3.0.0",
|
||||
"hexo-theme-landscape": "^1.0.0",
|
||||
"hexo-word-counter": "^0.2.1"
|
||||
"hexo-theme-landscape": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"hexo-theme-next": "^8.23.1"
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -143,11 +143,6 @@ camel-case@^4.0.0, camel-case@^4.1.2:
|
|||
pascal-case "^3.1.2"
|
||||
tslib "^2.0.3"
|
||||
|
||||
cargo-cp-artifact@^0.1:
|
||||
version "0.1.9"
|
||||
resolved "https://registry.npmjs.org/cargo-cp-artifact/-/cargo-cp-artifact-0.1.9.tgz"
|
||||
integrity sha512-6F+UYzTaGB+awsTXg0uSJA1/b/B3DDJzpKVRu0UmyI7DmNeaAl2RFHuTGIN6fEgpadRxoXGb7gbC1xo4C3IdyA==
|
||||
|
||||
chalk@^4.0.2:
|
||||
version "4.1.2"
|
||||
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
|
||||
|
@ -707,13 +702,6 @@ hexo-util@^3.0.1, hexo-util@^3.1.0, hexo-util@^3.3.0:
|
|||
prismjs "^1.29.0"
|
||||
strip-indent "^3.0.0"
|
||||
|
||||
hexo-word-counter@^0.2.1:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.npmjs.org/hexo-word-counter/-/hexo-word-counter-0.2.1.tgz"
|
||||
integrity sha512-LkdXM9SykbVzZBGhCrYOonb/4FrNCQhVwnigt7pkVSa43Zejq3+VsG0kYmOZxDVlBmNCD1iokF6OZ3d6cYRa1Q==
|
||||
dependencies:
|
||||
cargo-cp-artifact "^0.1"
|
||||
|
||||
hexo@^7.3.0:
|
||||
version "7.3.0"
|
||||
resolved "https://registry.npmjs.org/hexo/-/hexo-7.3.0.tgz"
|
||||
|
|
Loading…
Reference in New Issue