{ "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.74.0", "webpack-cli": "^5.0.0" }, "resolutions": { "colors": "1.4.0" }, "browserslist": [ "defaults", "ie 11" ] }