react-mobile-store-button
Version:
A react component which allows you to place an iOS App Store or Google Play Store Download button!
19 lines (18 loc) • 372 B
JSON
{
"name": "example",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "1.0.17"
},
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}