rsnext/examples/blog-starter-typescript/package.json
Mikihiro Saito 3d89402537
Update remark in blog-starter-typescript (#31393)
* update remark 13.0.0 to 14.0.1

* Update deps

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-02-05 15:56:24 -06:00

29 lines
634 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"typecheck": "tsc"
},
"dependencies": {
"classnames": "2.3.1",
"date-fns": "2.21.3",
"gray-matter": "4.0.3",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark": "14.0.2",
"remark-html": "15.0.1",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"autoprefixer": "10.4.0",
"postcss": "8.4.5",
"tailwindcss": "3.0.5"
}
}