UNPKG

@expo/webpack-pwa-manifest-plugin

Version:

Generates a progressive web app (PWA) manifest.json from a React Native app.json

73 lines (72 loc) 1.89 kB
{ "name": "@expo/webpack-pwa-manifest-plugin", "version": "1.1.4", "description": "Generates a progressive web app (PWA) manifest.json from a React Native app.json", "main": "build/index.js", "repository": { "type": "git", "url": "https://github.com/expo/expo-cli.git", "directory": "packages/webpack-pwa-manifest-plugin" }, "keywords": [ "pwa", "manifest", "gen", "generator", "webpack", "webapp", "manifest.json", "progressive", "web", "app", "application" ], "scripts": { "start": "yarn run build && yarn run watch", "build": "gulp clean && gulp build", "watch": "gulp watch", "prepare": "yarn build", "pkg": "pkg ." }, "license": "MIT", "dependencies": { "@expo/image-utils": "^0.2.0", "css-color-names": "^1.0.1", "mime": "^2.4.0", "tempy": "^0.3.0" }, "devDependencies": { "babel-eslint": "^8.2.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-flow-strip-types": "^6.8.0", "babel-plugin-transform-inline-imports-commonjs": "^1.2.0", "babel-plugin-transform-runtime": "^6.9.0", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-1": "^6.5.0", "boxen": "^2.0.0", "eslint": "^5.15.1", "eslint-config-universe": "^1.0.6", "extract-text-webpack-plugin": "^3.0.2", "gulp": "^4.0.0", "gulp-babel": "^7.0.1", "gulp-changed": "^1.3.0", "gulp-plumber": "^1.1.0", "gulp-sourcemaps": "^2.6.4", "html-webpack-plugin": "4.0.0-alpha.2", "list-directory-contents": "0.0.3", "pkg": "^4.2.1", "rimraf": "^2.6.3", "webpack": "^4.29.6", "webpack-cli": "^3.2.3" }, "files": [ "build", "index.js", "LICENSE-webpack-pwa-manifest", "README.md" ], "publishConfig": { "access": "public" }, "gitHead": "ab8735bcc46a024a1bb910ca4d1af203e77aca64" }