2024-03-08 10:41:13 -05:00
|
|
|
{
|
|
|
|
"name": "scratch-webpack-configuration",
|
2024-07-29 03:03:36 -04:00
|
|
|
"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": {
|
2024-08-10 04:41:29 -04:00
|
|
|
"@commitlint/cli": "19.4.0",
|
2024-04-17 04:36:30 -04:00
|
|
|
"@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",
|
2024-08-01 11:48:59 -04:00
|
|
|
"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",
|
2024-03-08 21:17:58 -05:00
|
|
|
"semantic-release": "22.0.12",
|
2024-07-14 18:43:38 -04:00
|
|
|
"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",
|
2024-07-09 03:58:09 -04:00
|
|
|
"autoprefixer": "^9.0.1",
|
2024-03-08 15:15:38 -05:00
|
|
|
"babel-loader": "^9.1.3",
|
2024-07-09 03:58:09 -04:00
|
|
|
"css-loader": "5.2.7",
|
|
|
|
"postcss-import": "^12.0.0",
|
|
|
|
"postcss-loader": "4.3.0",
|
|
|
|
"postcss-simple-vars": "^5.0.1",
|
2024-07-17 07:37:54 -04:00
|
|
|
"style-loader": "4.0.0",
|
2024-07-09 03:58:09 -04:00
|
|
|
"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
|
|
|
}
|