UNPKG

elm-google-sign-in

Version:

Elm bindings to the "Sign in with Google" widget

18 lines (17 loc) 495 B
{ "scripts": { "build": "webpack --config webpack.prod.config.js", "watch": "webpack --watch --config webpack.dev.config.js", "serve": "webpack-dev-server --config webpack.dev.config.js" }, "devDependencies": { "css-loader": "^3.4.2", "elm-webpack-loader": "^6.0.1", "html-webpack-plugin": "^3.2.0", "style-loader": "^1.1.3", "webpack": "^4.29.4", "webpack-cli": "^3.1.1", "webpack-dev-server": "^3.1.0" }, "dependencies": {} }