mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
4558c7c874
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "silverstripe-widgets",
|
|
"license": "BSD-3-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/silverstripe/silverstripe-widgets.git"
|
|
},
|
|
"homepage": "https://github.com/silverstripe/silverstripe-widgets",
|
|
"bugs": {
|
|
"url": "https://github.com/silverstripe/silverstripe-widgets/issues"
|
|
},
|
|
"author": "SilverStripe Ltd.",
|
|
"engines": {
|
|
"node": "^18.x"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn && yarn lint && rm -rf client/dist/* && NODE_ENV=production webpack --mode production --bail --progress",
|
|
"dev": "NODE_ENV=development webpack --progress",
|
|
"watch": "NODE_ENV=development webpack --watch --progress",
|
|
"lint": "eslint client/src && sass-lint client/src",
|
|
"lint-fix": "eslint client/src --fix && sass-lint client/src --fix"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@silverstripe/eslint-config": "^1.0.0",
|
|
"@silverstripe/webpack-config": "^2.0.0",
|
|
"webpack": "^5.76.0",
|
|
"webpack-cli": "^5.0.0"
|
|
},
|
|
"resolutions": {
|
|
"colors": "1.4.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|