forked from www/www-new
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
747 B
30 lines
747 B
{
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^2.11.1",
|
|
"gray-matter": "^4.0.2",
|
|
"next": "^10.0.0",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"remark": "^12.0.0",
|
|
"remark-html": "^12.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.41",
|
|
"@types/react": "^17.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"eslint": "^7.25.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|
|
|