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

31 lines
749 B
JSON
Raw Normal View History

{
"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.1.2",
"@stripe/stripe-js": "1.5.0",
"dotenv": "latest",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"next": "latest",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"stripe": "8.56.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"
}
}