rsnext/examples/with-reactstrap/package.json

18 lines
325 B
JSON
Raw Normal View History

{
"name": "with-reactstrap",
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"bootstrap": "^4.5.0",
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reactstrap": "^8.5.1"
},
"license": "MIT"
}