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

17 lines
325 B
JSON

{
"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"
}