mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
79f7ed77f8
Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.4.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.4.0) Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "silverstripe-contentreview",
|
|
"version": "4.0.0",
|
|
"description": "Flags pages for periodical author review (incl. reporting)",
|
|
"scripts": {
|
|
"build": "yarn && NODE_ENV=production webpack -p --bail --progress",
|
|
"watch": "yarn && NODE_ENV=development webpack --watch --progress",
|
|
"css": "WEBPACK_CHILD=css npm run build",
|
|
"lint": "eslint client/src; sass-lint -v"
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"jquery": "^3.4.0",
|
|
"react": "15.3.1",
|
|
"react-dom": "15.3.1",
|
|
"react-redux": "^4.4.1",
|
|
"redux": "https://registry.npmjs.org/redux/-/redux-3.0.5.tgz"
|
|
},
|
|
"devDependencies": {
|
|
"@silverstripe/webpack-config": "^0.2.5",
|
|
"babel-core": "^6.24.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-es2016": "^6.24.1",
|
|
"eslint": "^2.7.0",
|
|
"eslint-config-airbnb": "^6.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^6.x"
|
|
}
|
|
}
|