scratch-webpack-configuration/package.json
semantic-release-bot e2adc4c0ad chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.1.0...v1.2.0) (2024-03-14)

### Bug Fixes

* explicitly add defaults to resolve.extensions ([21ce9da](21ce9da9df))

### Features

* add 'enableReact' flag ([61923a2](61923a2988))
* let Babel process all source ([edb003a](edb003a62e))
* support .cjs, .mjs, and their JSX friends ([0350e5d](0350e5ddef))
2024-03-14 16:21:02 +00:00

50 lines
1.3 KiB
JSON

{
"name": "scratch-webpack-configuration",
"version": "1.2.0",
"description": "Shared configuration for Scratch's use of webpack",
"main": "src/index.cjs",
"type": "commonjs",
"scripts": {
"prepare": "husky || true",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-webpack-configuration.git"
},
"keywords": [
"Scratch",
"webpack"
],
"author": "Scratch Foundation",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/scratchfoundation/scratch-webpack-configuration/issues"
},
"homepage": "https://github.com/scratchfoundation/scratch-webpack-configuration#readme",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"lodash.merge": "^4.6.2",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@types/jest": "29.5.12",
"cz-conventional-changelog": "3.3.0",
"husky": "9.0.11",
"jest": "29.7.0",
"scratch-semantic-release-config": "1.0.14",
"semantic-release": "22.0.12",
"webpack": "5.90.3"
},
"peerDependencies": {
"@babel/preset-env": "^7.24.0",
"babel-loader": "^9.1.3",
"webpack": "^5.90.3"
}
}