Skip to content

Instantly share code, notes, and snippets.

@dyarfi
Created March 30, 2020 03:59
Show Gist options
  • Select an option

  • Save dyarfi/16337ebe886060ded00d0a6744266be8 to your computer and use it in GitHub Desktop.

Select an option

Save dyarfi/16337ebe886060ded00d0a6744266be8 to your computer and use it in GitHub Desktop.
NextJS with Reactstrap
{
"name": "nextjs-reactstrap",
"description": "NextJS with Reactstrap Dashboard",
"keywords": [
"NextJS",
"ReactJS",
"Reactstrap"
],
"homepage": "https://github.com/dyarfi/nextjs-reactstrap",
"version": "0.1.0",
"private": false,
"license": "Unlicense",
"author": {
"name": "Defrian Yarfi",
"email": "[email protected]",
"url": "https://dyarfi.github.io/"
},
"contributors": [
"defrian <[email protected]> (https://dyarfi.github.io/)"
],
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@zeit/next-sass": "^1.0.1",
"bootstrap": "^4.4.1",
"cssnano": "^4.1.10",
"next": "9.2.1",
"next-redux-wrapper": "^5.0.0",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-redux": "^7.2.0",
"reactstrap": "^8.4.1",
"redux": "^4.0.5"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"devDependencies": {
"prettier": "^1.19.1",
"redux-devtools-extension": "^2.13.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment