rsnext/examples/with-stripe-typescript/package.json
Thor d5222f8521
Add global CSS styles to example/with-stripe-typescript (#10520)
* Update stripe-node.

* Update casting.

* Add global CSS styles 💅

* Remove emojies from README.

* Add twitter meta.

* Add demo gifs to README.

* Solid card icon.

* lint fix

Co-authored-by: Luis Alvarez D. <luis@zeit.co>
2020-02-13 13:08:18 -05:00

30 lines
766 B
JSON

{
"name": "with-stripe-typescript",
"version": "1.0.0",
"description": "Full-stack TypeScript example using Next.js, react-stripe-js, and stripe-node.",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"license": "ISC",
"dependencies": {
"@stripe/react-stripe-js": "^1.0.0-beta.5",
"@stripe/stripe-js": "^1.0.0-beta.6",
"dotenv": "latest",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"next": "latest",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"stripe": "^8.15.0",
"swr": "^0.1.16"
},
"devDependencies": {
"@types/micro": "^7.3.3",
"@types/micro-cors": "^0.1.0",
"@types/node": "^13.1.2",
"@types/react": "^16.9.17",
"typescript": "^3.7.4"
}
}