UNPKG

react-pwa-add-to-homescreen

Version:
64 lines (63 loc) 1.91 kB
{ "name": "react-pwa-add-to-homescreen", "version": "1.1.8", "description": "React Component install PWA - Add To Homescreen", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/esm/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf lib/", "build": "npm run clean && rollup -c", "start:example": "npm i && npm run build && rm -r node_modules && cd example && npm i file:.. && npm run start", "prepare": "npm run build", "prepublishOnly": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/rayozerets/react-pwa-add-to-homescreen.git" }, "bugs": { "url": "https://github.com/rayozerets/react-pwa-add-to-homescreen/issues" }, "homepage": "https://github.com/rayozerets/react-pwa-add-to-homescreen/blob/master/README.md", "keywords": [ "pwa", "react", "homescreen", "android", "ios" ], "author": "Alexandr Dronko", "license": "ISC", "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@types/react": "^17.0.19", "@types/react-dom": "^17.0.9", "copyfiles": "^2.4.1", "postcss": "^8.3.6", "prettier": "^2.3.2", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", "rollup": "^2.56.3", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.1", "rollup-plugin-typescript2": "^0.30.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.4.2" }, "peerDependencies": { "react": ">= 17.0.0", "react-dom": ">= 17.0.0" }, "files": [ "/lib" ] }