UNPKG

@web-helpers/elixir-webpack-config

Version:

Preset Elixir-Phoenix Framework config for using web-components

54 lines (53 loc) 1.63 kB
{ "name": "@web-helpers/elixir-webpack-config", "version": "0.0.9", "description": "Preset Elixir-Phoenix Framework config for using web-components", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "peerDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-proposal-class-properties": "^7.5.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-template-literals": "^7.4.4", "@babel/preset-env": "^7.4.5", "@web-helpers/lit-css-loader": "0.0.1", "@web-helpers/lit-html-loader": "0.0.1", "babel-loader": "^8.0.6", "copy-webpack-plugin": "^5.0.3", "css-loader": "^3.0.0", "file-loader": "^4.0.0", "html-minifier": "^4.0.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "raw-loader": "^3.1.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "terser-webpack-plugin": "^1.3.0", "uglifyjs-webpack-plugin": "^2.1.3", "url-loader": "^2.1.0", "webpack": "^4.35.2", "webpack-cli": "^3.3.5", "webpack-dev-server": "^3.7.2" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/SampsonCrowley/web-helpers.git" }, "keywords": [ "webpack", "elixir", "webcomponents", "ESModules" ], "author": "Sampson Crowley <sampsonsprojects@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/SampsonCrowley/web-helpers/issues" }, "homepage": "https://github.com/SampsonCrowley/web-helpers#readme", "gitHead": "74d7d773c3b400f0b021f43f5886c06c9a18ae14" }