mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
Add dependencies for plugin
This commit is contained in:
parent
4f309ab3a0
commit
92cd3ec348
12635
website/package-lock.json
generated
12635
website/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -16,6 +16,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",
|
||||
|
@ -27,7 +28,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"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -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