Created
January 12, 2020 01:38
-
-
Save dbredvick/f2beb92070789b662849b8dc82092c21 to your computer and use it in GitHub Desktop.
typescript nextjs twilio example package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "resolution-reminder", | |
"version": "0.1.0", | |
"private": true, | |
"scripts": { | |
"dev": "next dev", | |
"build": "next build", | |
"start": "next start" | |
}, | |
"dependencies": { | |
"next": "9.1.7", | |
"react": "16.12.0", | |
"react-dom": "16.12.0", | |
"twilio": "^3.39.1" | |
}, | |
"devDependencies": { | |
"@types/node": "^13.1.4", | |
"@types/react": "^16.9.17", | |
"typescript": "^3.7.4" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: I use tryslater for cron jobs in Next.js now.