28 lines
604 B
JSON
28 lines
604 B
JSON
{
|
|
"name": "@bytemd/example-react-nextjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@bytemd/plugin-gfm": "latest",
|
|
"@bytemd/react": "latest",
|
|
"bytemd": "latest",
|
|
"next": "12.1.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.23",
|
|
"@types/react": "17.0.43",
|
|
"@types/react-dom": "17.0.14",
|
|
"eslint": "8.12.0",
|
|
"eslint-config-next": "12.1.1",
|
|
"typescript": "4.6.3"
|
|
}
|
|
}
|