rsnext/examples/with-paste-typescript/package.json
Simon Taggart 66a49721d5
feat: add Twilio Paste example (#20587)
* feat: add Twilio Paste example

* Updated readme

Co-authored-by: Luis Alvarez <luis@vercel.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-01-06 13:49:57 -05:00

22 lines
464 B
JSON

{
"name": "with-paste-typescript",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@twilio-paste/core": "^4.2.4",
"@twilio-paste/icons": "^3.10.5",
"next": "10.0.4",
"prop-types": "^15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0"
},
"devDependencies": {
"@types/node": "^14.14.16",
"typescript": "^4.1.3"
},
"license": "MIT"
}