spaCy/website/package.json
Marcus Blättermann 343c0054f2
Simplify unnessary adding of id to sections
The slugified section ids are useless, because they can not be referenced anywhere anyway. The navigation only works if the section has the same id as the heading.
2022-12-20 17:51:56 +01:00

32 lines
827 B
JSON

{
"name": "next-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier . --write"
},
"dependencies": {
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^13.0.2",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"next": "13.0.2",
"next-mdx-remote": "^4.2.0",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.56.1",
"typescript": "4.8.4",
"unist-util-visit": "^4.1.1"
},
"engine": 18
}