@ideasio/add-to-homescreen-react
Version:
A React component providing add-to-home-screen functionality for progressive webapps on different platforms and browsers.
66 lines (65 loc) • 2.67 kB
JSON
{
"name": "@ideasio/add-to-homescreen-react",
"version": "1.0.10",
"description": "A React component providing add-to-home-screen functionality for progressive webapps on different platforms and browsers.",
"main": "build/AddToHomeScreen.js",
"license": "LGPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/as-ideas/add-to-homescreen-react.git"
},
"keywords": [
"react",
"homescreen",
"pwa",
"ios",
"android",
"desktop"
],
"author": "Axel Springer Ideas Engineering GmbH",
"bugs": {
"url": "https://github.com/as-ideas/add-to-homescreen-react/issues"
},
"homepage": "https://github.com/as-ideas/add-to-homescreen-react/blob/master/README.md",
"scripts": {
"build": "webpack --mode production",
"build:example-basic-integration": "webpack --mode production --config=examples/basic-integration/webpack.config.js",
"build:example-guidance-images": "webpack --mode production --config=examples/guidance-images/webpack.config.js",
"build:example-modified-behavior": "webpack --mode production --config=examples/modified-behavior/webpack.config.js",
"build:example-modified-styling": "webpack --mode production --config=examples/modified-styling/webpack.config.js",
"build:live-demo": "webpack --mode production --config=live-demo/webpack.config.js",
"start:example-basic-integration": "webpack-dev-server --config=examples/basic-integration/webpack.config.js",
"start:example-guidance-images": "webpack-dev-server --config=examples/guidance-images/webpack.config.js",
"start:example-modified-behavior": "webpack-dev-server --config=examples/modified-behavior/webpack.config.js",
"start:example-modified-styling": "webpack-dev-server --config=examples/modified-styling/webpack.config.js",
"predeploy:live-demo": "npm run build:live-demo",
"deploy:live-demo": "gh-pages -d live-demo/dist"
},
"peerDependencies": {
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-react": "7.16.0",
"babel-loader": "8.2.2",
"babel-plugin-macros": "3.0.1",
"copy-webpack-plugin": "6.0.2",
"css-loader": "5.0.2",
"css-mediaquery": "0.1.2",
"file-loader": "6.2.0",
"gh-pages": "3.1.0",
"html-webpack-plugin": "4.3.0",
"node-sass": "6.0.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass-loader": "10.2.0",
"style-loader": "1.2.1",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.0",
"webpack-node-externals": "1.7.2"
}
}