rsnext/examples/with-paste-typescript/package.json

23 lines
464 B
JSON
Raw Normal View History

{
"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"
}