UNPKG

@kanopi/pack

Version:

Pre-packaged Webpack 5 configuration with extendable configuration to coordinate loaders and rules for common web stacks

87 lines (86 loc) 2.56 kB
{ "name": "@kanopi/pack", "description": "Pre-packaged Webpack 5 configuration with extendable configuration to coordinate loaders and rules for common web stacks", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/kanopi/kanopi-pack.git" }, "keywords": [ "Webpack", "SCSS", "Javascript", "Typescript", "Gutenberg", "Automation" ], "author": "Kanopi Studios, Inc.", "license": "GPL-2.0+", "bugs": { "url": "https://github.com/kanopi/kanopi-pack/issues" }, "homepage": "https://github.com/kanopi/kanopi-pack#readme", "engines": { "node": ">=22", "npm": ">=10" }, "dependencies": { "@babel/core": "~7.26.7", "@babel/eslint-parser": "~7.26.5", "@babel/preset-env": "~7.26.7", "@babel/preset-react": "~7.26.3", "@typescript-eslint/eslint-plugin": "~8.23.0", "@typescript-eslint/parser": "~8.23.0", "assets-webpack-plugin": "github:kanopi/assets-webpack-plugin", "babel-loader": "~9.2.1", "chalk": "4.1.2", "clean-webpack-plugin": "~4.0.0", "commander": "~13.1.0", "core-js": "~3.40.0", "css-hot-loader": "~1.4.4", "css-loader": "~7.1.2", "css-minimizer-webpack-plugin": "~7.0.0", "dotenv-webpack": "~8.1.0", "eslint": "~9.19.0", "eslint-webpack-plugin": "~4.2.0", "file-loader": "~6.2.0", "glob": "~11.0.1", "mini-css-extract-plugin": "~2.9.2", "mini-svg-data-uri": "^1.4.4", "pkg-dir": "~8.0.0", "postcss": "~8.5.1", "postcss-custom-media": "~11.0.5", "postcss-custom-selectors": "~8.0.4", "postcss-import": "~16.1.0", "postcss-import-ext-glob": "~2.1.1", "postcss-loader": "~8.1.1", "postcss-mixins": "~11.0.3", "postcss-nested": "~7.0.2", "postcss-preset-env": "~10.1.3", "postcss-scss": "~4.0.9", "postcss-url": "~10.1.3", "sass": "~1.83.4", "sass-loader": "~16.0.4", "style-loader": "~4.0.0", "style-resources-loader": "~1.5.0", "stylelint": "~16.14.1", "stylelint-config-property-sort-order-smacss": "~10.0.0", "stylelint-order": "~6.0.4", "stylelint-webpack-plugin": "~5.0.1", "terser-webpack-plugin": "~5.3.11", "ts-loader": "~9.5.2", "tslib": "~2.8.1", "typescript": "~5.7.3", "webpack": "~5.97.1", "webpack-cli": "~6.0.1", "webpack-dev-server": "~5.2.0", "webpack-merge": "~6.0.1" }, "bin": { "kanopi-pack": "./bin/kanopi-pack.js" }, "version": "2.4.5" }