mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-11 17:10:36 +03:00
Add dependencies for plugin
This commit is contained in:
parent
a4925083d4
commit
75bccfeec7
12635
website/package-lock.json
generated
12635
website/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -13,6 +13,7 @@
|
|||
"@mdx-js/loader": "^2.1.5",
|
||||
"@mdx-js/react": "^2.1.5",
|
||||
"@next/mdx": "^13.0.2",
|
||||
"@sindresorhus/slugify": "^2.1.1",
|
||||
"@types/node": "18.11.9",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react-dom": "18.0.8",
|
||||
|
@ -24,7 +25,8 @@
|
|||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"sass": "^1.56.1",
|
||||
"typescript": "4.8.4"
|
||||
"typescript": "4.8.4",
|
||||
"unist-util-visit": "^4.1.1"
|
||||
},
|
||||
"engine": 18
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Based on: https://github.com/luhmann/tufte-markdown
|
||||
*/
|
||||
|
||||
import visit from 'unist-util-visit'
|
||||
import { visit } from 'unist-util-visit'
|
||||
import slugify from '@sindresorhus/slugify'
|
||||
|
||||
const defaultOptions = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user