UNPKG

webpack-mpa

Version:
99 lines (98 loc) 2.85 kB
{ "name": "webpack-mpa", "version": "4.0.0", "description": "Multi page app setup with webpack", "keywords": [ "MPA", "Multi page", "Webpack setup", "Webpack config", "Webpack boilerplate", "Multiple pages application", "Multiple pages application setup", "Multiple pages application boilerplate" ], "homepage": "https://atanas.info/portfolio/open-source/webpack-mpa", "bugs": { "url": "https://github.com/scriptex/webpack-mpa/issues", "email": "hi@atanas.info" }, "license": "MIT", "author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)", "funding": "https://github.com/sponsors/scriptex", "main": "assets/scripts/main.js", "style": "assets/styles/main.css", "repository": { "type": "git", "url": "github:scriptex/webpack-mpa" }, "scripts": { "build": "webpack --mode=production", "start": "webpack --watch --mode=development", "html": "php index.php > index.html", "critical": "node critical.mjs", "rm-html": "rm index.html", "pwa": "create-pwa --icon=\"./assets/images/favicon/icon.png\" --launch=\"./assets/images/favicon/launch.png\"", "prod": "yarn build && yarn html && yarn critical && yarn rm-html", "lint": "yarn lint:js && yarn lint:scss", "lint:js": "eslint './assets/scripts/**/*.js'", "lint:scss": "stylelint assets/styles/**/*.scss" }, "dependencies": { "itscss": "3.1.0" }, "devDependencies": { "@babel/core": "7.20.12", "@babel/preset-env": "7.20.2", "autoprefixer": "10.4.13", "babel-loader": "9.1.2", "browser-sync": "2.27.11", "browser-sync-webpack-plugin": "2.3.0", "browserslist": "4.21.5", "clean-webpack-plugin": "4.0.0", "create-pwa": "2.7.0", "critical": "5.0.4", "css-loader": "6.7.3", "cssnano": "5.1.14", "eslint": "8.33.0", "eslint-config-recommended": "4.1.0", "eslint-plugin-compat": "4.0.2", "mini-css-extract-plugin": "2.7.2", "node-sass-magic-importer": "5.3.2", "postcss": "8.4.21", "postcss-cli": "10.1.0", "postcss-easy-import": "4.0.0", "postcss-flexbugs-fixes": "5.0.2", "postcss-loader": "7.0.2", "postcss-merge-rules": "5.1.3", "postcss-normalize": "10.0.1", "postcss-url": "10.1.3", "postcss-utilities": "0.8.4", "postcss-watch-folder": "2.0.0", "sass": "1.58.0", "sass-loader": "13.2.0", "stylelint": "14.16.1", "stylelint-config-recommended": "9.0.0", "stylelint-config-standard-scss": "6.1.0", "stylelint-no-unsupported-browser-features": "6.0.1", "stylelint-scss": "4.3.0", "svg-symbol-sprite": "1.4.0", "webpack": "5.75.0", "webpack-cli": "5.0.1", "webpack-shell-plugin-next": "2.3.1", "webpack-spritesmith": "1.1.0" }, "resolutions": { "got": "^11.8.5", "http-cache-semantics": "^4.1.1", "semver-regex": "^3.1.4", "ua-parser-js": "^1.0.33" }, "bin": { "wmpa": "./bin/cli.js" }, "browserslist": [ "> 1%", "last 2 versions" ] }