Skip to content

Instantly share code, notes, and snippets.

@dyarfi
Last active September 5, 2020 16:58
Show Gist options
  • Select an option

  • Save dyarfi/39d0e93f9d672e884e557d71877dc009 to your computer and use it in GitHub Desktop.

Select an option

Save dyarfi/39d0e93f9d672e884e557d71877dc009 to your computer and use it in GitHub Desktop.
NPM packages for Sequelize v5.21 and Next.js v9.4 App
{
"name": "nextjs-sequelize",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"sqlite3": "^5.0.0",
"mysql2": "^2.1.0",
"next": "9.4.4",
"next-connect": "^0.7.1",
"nprogress": "^0.2.0",
"pg": "^7.0.0",
"pg-hstore": "^2.3.3",
"postcss-preset-env": "^6.7.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"sequelize": "^5.21.11"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment