rsnext/examples/with-react-md-typescript/package.json
2020-08-29 22:32:35 -04:00

23 lines
468 B
JSON

{
"name": "with-react-md-typescript",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-md": "^2.1.1"
},
"devDependencies": {
"@types/node": "^14.0.27",
"@types/react": "^16.9.43",
"node-sass": "^4.14.1",
"typescript": "^3.9.7"
}
}