UNPKG

rotate-device

Version:

Plugin rotateDevice has been made to ask the users to rotate device/expand browser window to enjoy your site/app fully!

71 lines (70 loc) 2.23 kB
{ "name": "rotate-device", "version": "1.3.0", "description": "Plugin rotateDevice has been made to ask the users to rotate device/expand browser window to enjoy your site/app fully!", "main": "prod/js/rotateDevice.js", "module": "prod/js/rotateDevice.js", "scripts": { "dev": "webpack-dev-server --open --config ./webp-build-config/webpack.dev.conf.js", "prod": "webpack --config ./webp-build-config/webpack.prod.conf.js && uglifyjs ./prod/js/rotateDevice.js -c -m -o ./prod/js/rotateDevice.min.js" }, "browserslist": [ "> 1%", "last 3 version" ], "author": "https://github.com/ihavebadfantasy", "repository": { "type": "git", "url": "git+https://github.com/ihavebadfantasy/rotateDevice.github.io" }, "bugs": { "url": "https://github.com/ihavebadfantasy/rotateDevice.github.io/issues" }, "keywords": [ "desktop", "touch-device", "orientation", "notification", "rotate-device", "change-orientation" ], "license": "MIT", "devDependencies": { "@babel/core": "^7.8.3", "@babel/preset-env": "^7.8.3", "@typescript-eslint/eslint-plugin": "^2.16.0", "autoprefixer": "^9.7.4", "babel-loader": "^8.0.6", "copy-webpack-plugin": "^5.1.1", "css-loader": "^2.1.1", "css-mqpacker": "^7.0.0", "cssnano": "^4.1.10", "eslint-config-airbnb-typescript": "^6.3.1", "eslint-plugin-import": "^2.20.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.18.0", "eslint-plugin-react-hooks": "^1.7.0", "file-loader": "^3.0.1", "html-webpack-plugin": "^3.2.0", "include-media": "^1.4.9", "mini-css-extract-plugin": "^0.5.0", "node-sass": "^4.13.1", "path": "^0.12.7", "postcss-loader": "^3.0.0", "sass-loader": "^7.3.1", "style-loader": "^0.23.1", "ts-loader": "^6.2.1", "typescript": "^3.7.5", "uglify-js": "^3.7.5", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.10.1", "webpack-merge": "^4.2.2", "animate.css": "^3.7.2", "@typescript-eslint/parser": "^2.16.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "typescript-eslint": "0.0.1-alpha.0" }, "dependencies": {} }