UNPKG

webpack-atoms

Version:

Small atomic bits for crafting webpack configs

101 lines (100 loc) 2.68 kB
{ "name": "webpack-atoms", "description": "Small atomic bits for crafting webpack configs", "version": "17.1.0", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\"", "build": "4c build", "release": "4c release", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/jquense/webpack-atoms.git" }, "files": [ "lib", "src", "assets" ], "keywords": [ "webpack", "webpack2", "config", "helpers" ], "author": { "name": "Jason Quense", "email": "monastic.panic@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/jquense/webpack-atoms/issues" }, "homepage": "https://github.com/jquense/webpack-atoms#readme", "engines": { "node": ">= 6.9.0 || >= 8.9.0" }, "optionalDependencies": { "favicons": "^6.2.2", "fibers": "^5.0.0", "less": "^4.1.1", "less-loader": "^10.0.1" }, "dependencies": { "@4c/unused-files-webpack-plugin": "^4.0.0", "@types/optimize-css-assets-webpack-plugin": "^5.0.4", "@types/terser-webpack-plugin": "^5.0.4", "autoprefixer": "^10.3.1", "babel-loader": "^8.2.2", "browserslist": "^4.16.7", "chalk": "^4.1.2", "copy-webpack-plugin": "6.2.1", "css-loader": "^6.2.0", "css-minimizer-webpack-plugin": "^3.0.2", "exports-loader": "^3.0.0", "favicons-webpack-plugin": "^5.0.2", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.3.2", "import-loader": "^1.0.1", "imports-loader": "^3.0.0", "json-loader": "^0.5.7", "lodash": "^4.17.21", "mini-css-extract-plugin": "^2.2.0", "null-loader": "^4.0.1", "postcss-loader": "^6.1.1", "raw-loader": "^4.0.2", "sass-loader": "^12.1.0", "semver": "^7.3.5", "style-loader": "^3.2.1", "terser-webpack-plugin": "^5.1.4", "url-loader": "^4.1.1", "yaml-loader": "^0.6.0" }, "peerDependencies": { "webpack": ">= 5.0.0" }, "release": { "conventionalCommits": true }, "devDependencies": { "@4c/cli": "^2.2.8", "@4c/rollout": "^2.2.2", "@4c/tsconfig": "^0.4.0", "@babel/cli": "^7.14.8", "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "@babel/preset-flow": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@types/mini-css-extract-plugin": "^2.2.0", "@typescript-eslint/eslint-plugin": "^4.29.1", "babel-eslint": "^10.1.0", "eslint": "^7.32.0", "eslint-config-4catalyzer-typescript": "^3.1.0", "eslint-config-jason": "^8.1.1", "eslint-plugin-import": "^2.24.0", "typescript": "^4.3.5", "webpack": "^5.50.0" } }