scratch-webpack-configuration/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2024-03-08 10:41:13 -05:00
{
"name": "scratch-webpack-configuration",
"version": "1.4.0",
2024-03-08 10:41:13 -05:00
"description": "Shared configuration for Scratch's use of webpack",
2024-03-08 15:15:38 -05:00
"main": "src/index.cjs",
"type": "commonjs",
2024-03-08 10:41:13 -05:00
"scripts": {
2024-03-08 21:09:52 -05:00
"prepare": "husky || true",
2024-03-08 20:45:46 -05:00
"test": "jest"
2024-03-08 10:41:13 -05:00
},
"repository": {
"type": "git",
2024-03-08 21:14:58 -05:00
"url": "https://github.com/scratchfoundation/scratch-webpack-configuration.git"
2024-03-08 10:41:13 -05:00
},
"keywords": [
"Scratch",
"webpack"
],
"author": "Scratch Foundation",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/scratchfoundation/scratch-webpack-configuration/issues"
},
2024-03-08 15:15:38 -05:00
"homepage": "https://github.com/scratchfoundation/scratch-webpack-configuration#readme",
2024-03-08 21:12:20 -05:00
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
2024-03-08 20:45:46 -05:00
"dependencies": {
"lodash.merge": "^4.6.2",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
2024-03-08 20:47:19 -05:00
"@types/jest": "29.5.12",
2024-03-08 21:12:20 -05:00
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.4",
2024-03-08 20:47:19 -05:00
"jest": "29.7.0",
2024-03-08 21:14:58 -05:00
"scratch-semantic-release-config": "1.0.14",
"semantic-release": "22.0.12",
"webpack": "5.93.0"
2024-03-08 20:45:46 -05:00
},
2024-03-08 15:15:38 -05:00
"peerDependencies": {
"@babel/preset-env": "^7.24.0",
"autoprefixer": "^9.0.1",
2024-03-08 15:15:38 -05:00
"babel-loader": "^9.1.3",
"css-loader": "5.2.7",
"postcss-import": "^12.0.0",
"postcss-loader": "4.3.0",
"postcss-simple-vars": "^5.0.1",
"style-loader": "4.0.0",
"url-loader": "4.1.1",
2024-03-08 15:15:38 -05:00
"webpack": "^5.90.3"
}
2024-03-08 10:41:13 -05:00
}