mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
e034536645
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "silverstripe-comments",
|
|
"description": "SilverStripe campaign admin interface",
|
|
"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": "yarn && NODE_ENV=development webpack --watch --progress",
|
|
"css": "yarn && WEBPACK_CHILD=css webpack -p --bail --progress",
|
|
"test": "true",
|
|
"coverage": "jest --coverage",
|
|
"lint": "eslint client/src && sass-lint -v client/src",
|
|
"lint-fix": "eslint client/src --fix && sass-lint -v client/src --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/silverstripe/silverstripe-comments.git"
|
|
},
|
|
"keywords": [
|
|
"silverstripe",
|
|
"admin"
|
|
],
|
|
"author": "SilverStripe Ltd",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/silverstripe/silverstripe-comments/issues"
|
|
},
|
|
"homepage": "https://github.com/silverstripe/silverstripe-comments",
|
|
"dependencies": {
|
|
"jquery": "^3.6.1",
|
|
"jquery-validation": "^1.19.5"
|
|
},
|
|
"devDependencies": {
|
|
"@silverstripe/eslint-config": "^1.0.0",
|
|
"@silverstripe/webpack-config": "^2.0.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"webpack": "^5.94.0",
|
|
"webpack-cli": "^5.0.0"
|
|
},
|
|
"resolutions": {
|
|
"colors": "1.4.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults",
|
|
"ie 11"
|
|
]
|
|
}
|