typescript nextjs twilio example package.json
{ | |
"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