mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "silverstripe-contentreview",
|
|
"description": "Flags pages for periodical author review (incl. reporting)",
|
|
"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": "WEBPACK_CHILD=css npm run build",
|
|
"lint": "eslint client/src; stylelint client/src"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/silverstripe/silverstripe-contentreview.git"
|
|
},
|
|
"keywords": [
|
|
"silverstripe",
|
|
"cms",
|
|
"workflow"
|
|
],
|
|
"author": "SilverStripe Ltd",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/silverstripe/silverstripe-contentreview/issues"
|
|
},
|
|
"homepage": "https://github.com/silverstripe/silverstripe-contentreview#readme",
|
|
"engines": {
|
|
"node": "^18.x"
|
|
},
|
|
"dependencies": {
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-redux": "^8.0.4",
|
|
"redux": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@silverstripe/eslint-config": "^1.3.0",
|
|
"@silverstripe/webpack-config": "^2.1.0",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^5.0.0"
|
|
},
|
|
"resolutions": {
|
|
"colors": "1.4.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|