spaCy/website/package.json

46 lines
1.3 KiB
JSON
Raw Normal View History

2022-11-10 02:18:01 +03:00
{
2022-11-10 03:01:24 +03:00
"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",
2022-11-13 20:02:02 +03:00
"@rehooks/online-status": "^1.1.2",
2022-11-10 03:01:24 +03:00
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
2022-11-13 20:02:02 +03:00
"browser-monads": "^1.0.0",
"classnames": "^2.3.2",
2022-11-10 03:01:24 +03:00
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
2022-11-13 20:02:02 +03:00
"html-to-react": "^1.5.0",
"jinja-to-js": "^3.2.3",
2022-11-10 03:01:24 +03:00
"next": "13.0.2",
"next-mdx-remote": "^4.2.0",
2022-11-10 03:01:24 +03:00
"prettier": "^2.7.1",
2022-11-13 20:02:02 +03:00
"prop-types": "^15.8.1",
2022-11-10 03:01:24 +03:00
"react": "18.2.0",
"react-dom": "18.2.0",
2022-11-13 20:02:02 +03:00
"react-github-btn": "^1.4.0",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.4.0",
"remark": "^14.0.2",
2022-11-13 19:59:01 +03:00
"remark-gfm": "^3.0.1",
2022-11-13 20:02:02 +03:00
"remark-react": "^9.0.1",
"remark-unwrap-images": "^3.0.1",
2022-11-10 05:08:57 +03:00
"sass": "^1.56.1",
2022-11-13 20:02:02 +03:00
"svg-react-loader": "^0.4.6",
2022-11-21 20:08:43 +03:00
"typescript": "4.8.4",
"unist-util-visit": "^4.1.1"
2022-11-10 02:59:02 +03:00
},
"engine": 18
2022-11-10 02:18:01 +03:00
}