mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
de2d3234f4
Now using the SilverStripe webpack-config which lets us extend the CMS front end components. Allowed to write a quick hack fixing the add-from-file for bulk uploader
37 lines
973 B
JSON
37 lines
973 B
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": "NODE_ENV=production webpack -p --bail --progress",
|
|
"watch": "NODE_ENV=development webpack --watch --progress",
|
|
"tx": "tx push --source && tx pull --all && node transifex.js",
|
|
"dist": "npm run tx && npm run build"
|
|
},
|
|
"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": {
|
|
"webpack": "^3.10"
|
|
},
|
|
"devDependencies": {
|
|
"@silverstripe/webpack-config": "^0.7"
|
|
}
|
|
}
|