material-ui-stripe-elements
Version:
Use Stripe elements in combination with Material-UI with ease
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "material-ui-stripe-elements",
"version": "1.0.44",
"description": "Use Stripe elements in combination with Material-UI with ease",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dunky11/material-ui-stripe-elements.git"
},
"keywords": [
"Stripe",
"Material-UI",
"Stripe",
"elements",
"stripe-elements",
"material"
],
"author": "dunky11",
"license": "MIT",
"bugs": {
"url": "https://github.com/dunky11/material-ui-stripe-elements/issues"
},
"homepage": "https://github.com/dunky11/material-ui-stripe-elements#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3"
},
"peerDependencies": {
"react": "16.x",
"react-dom": "16.x",
"@material-ui/core": "4.x"
}
}