2016-06-02 06:00:28 +02:00
|
|
|
{
|
|
|
|
"name": "silverstripe-blog",
|
|
|
|
"version": "3.0.0",
|
2018-01-28 23:46:54 +01:00
|
|
|
"description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree",
|
2016-06-02 06:00:28 +02:00
|
|
|
"scripts": {
|
2018-01-28 23:46:54 +01:00
|
|
|
"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"
|
2016-06-02 06:00:28 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/silverstripe/silverstripe-blog.git"
|
|
|
|
},
|
2018-01-28 23:46:54 +01:00
|
|
|
"keywords": [
|
|
|
|
"silverstripe",
|
|
|
|
"blog"
|
|
|
|
],
|
|
|
|
"author": "SilverStripe Ltd",
|
|
|
|
"license": "BSD-2-Clause",
|
2016-06-02 06:00:28 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/silverstripe/silverstripe-blog/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/silverstripe/silverstripe-blog#readme",
|
2018-01-28 23:46:54 +01:00
|
|
|
"dependencies": [],
|
2016-06-02 06:00:28 +02:00
|
|
|
"devDependencies": {
|
2018-01-28 23:46:54 +01:00
|
|
|
"@silverstripe/eslint-config": "^0.0.4",
|
|
|
|
"@silverstripe/webpack-config": "^0.5"
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
}
|