mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
d8f33e0c98
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0) Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "colymba-gridfield-bulk-editing-tools",
|
|
"version": "3.0.0",
|
|
"description": "Bulk upload and record editing for SilverStripe CMS",
|
|
"engines": {
|
|
"node": ">=6.x"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn && yarn lint && NODE_ENV=production webpack -p --bail --progress",
|
|
"dev": "NODE_ENV=development webpack --progress",
|
|
"watch": "NODE_ENV=development webpack --watch --progress",
|
|
"css": "WEBPACK_CHILD=css npm run build",
|
|
"tx": "tx push --source && tx pull --all && node transifex.js",
|
|
"lint": "eslint client/src && sass-lint client/src",
|
|
"lint-js": "eslint client/src",
|
|
"lint-js-fix": "eslint client/src --fix",
|
|
"lint-sass": "sass-lint client/src"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tractorcow/silverstripe-fluent.git"
|
|
},
|
|
"keywords": [
|
|
"bulk",
|
|
"manager",
|
|
"upload",
|
|
"silverstripe"
|
|
],
|
|
"author": "Thierry Francois",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/colymba/GridFieldBulkEditingTools/issues"
|
|
},
|
|
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools",
|
|
"dependencies": {
|
|
"babel-polyfill": "6.7.4",
|
|
"jquery": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@silverstripe/eslint-config": "^0.0.2",
|
|
"@silverstripe/webpack-config": "^0.7",
|
|
"expose-loader": "^0.7.4",
|
|
"sass-loader": "^6.0.7"
|
|
},
|
|
"babel": {
|
|
"plugins": [
|
|
"transform-object-rest-spread"
|
|
]
|
|
}
|
|
}
|