react-pwa-installer
Version:
Turn your React site into PWA App for Android, iOS and Desktop with a customizable banner
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "react-pwa-installer",
"version": "1.3.4-0",
"description": "Turn your React site into PWA App for Android, iOS and Desktop with a customizable banner",
"main": "build/index.js",
"keywords": [
"PWA",
"react",
"installer",
"app",
"a2hs",
"homescreen",
"icon",
"android",
"ios",
"desktop"
],
"author": "Luis Febro",
"license": "MIT",
"repository": "luisFebro/react-pwa-installer",
"dependencies": {
"aos": "^2.3.4",
"html-react-parser": "^0.10.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"webpack": "^4.41.5"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"css-loader": "^3.4.2",
"style-loader": "^1.1.3",
"webpack-cli": "^3.3.10"
},
"peerDependencies": {
"react": "16.x"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack"
}
}