react-mobile-app-button
Version:
Discover our versatile React component designed to effortlessly integrate download buttons for iOS App Store, Google Play Store, and Huawei AppGallery. With our component, you can easily enhance user experience by providing seamless access to your mobile
82 lines (81 loc) • 2.73 kB
JSON
{
"name": "react-mobile-app-button",
"version": "1.2.18",
"description": "Discover our versatile React component designed to effortlessly integrate download buttons for iOS App Store, Google Play Store, and Huawei AppGallery. With our component, you can easily enhance user experience by providing seamless access to your mobile app across popular platforms. Boost your app's visibility and accessibility today!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:types && npm run build:js",
"build:js": "babel src --extensions .ts,.tsx --out-dir lib && cp -R src/assets lib/",
"build:types": "tsc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"serve-storybook": "npx serve storybook-static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GhassenEljday/react-mobile-app-button.git"
},
"keywords": [
"react",
"mobile",
"button",
"App",
"AppStore button",
"AppStore",
"button",
"PlayStore",
"react component",
"react",
"react-component",
"Store",
"AppGallery",
"iOS App Store button",
"Google Play Store button",
"Huawei AppGallery button",
"Mobile app download buttons",
"React component for app downloads",
"React download button component",
"App store integration",
"Mobile app distribution",
"Download button generator",
"App download CTA",
"Multi-store download buttons"
],
"author": "Ghassen Eljday",
"license": "MIT",
"homepage": "https://react-mobile-app-button-one.vercel.app/?path=/docs/example-google-play-button--docs",
"types": "./lib/index.d.ts",
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@chromatic-com/storybook": "^1.4.0",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/blocks": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"babel-plugin-inline-react-svg": "^2.0.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^8.1.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-loader": "8.3.0",
"styled-components": "^6.1.8",
"vite": "^4.3.8"
}
}