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": {
|
2019-11-08 05:33:51 +01:00
|
|
|
"build": "yarn && yarn lint && NODE_ENV=production webpack -p --bail --progress",
|
|
|
|
"dev": "NODE_ENV=development webpack --progress",
|
|
|
|
"watch": "NODE_ENV=development webpack --watch --progress",
|
2018-01-28 23:46:54 +01:00
|
|
|
"css": "WEBPACK_CHILD=css npm run build",
|
2019-11-08 05:33:51 +01:00
|
|
|
"lint": "yarn lint-js && yarn lint-sass",
|
|
|
|
"lint-js": "eslint client/src",
|
|
|
|
"lint-js-fix": "eslint client/src --fix",
|
2020-12-01 03:44:11 +01:00
|
|
|
"lint-sass": "sass-lint client/src",
|
|
|
|
"test": "true"
|
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",
|
2019-11-08 05:33:51 +01:00
|
|
|
"dependencies": {},
|
2019-11-11 02:36:32 +01:00
|
|
|
"peerDependencies": {
|
|
|
|
"jquery": "^3"
|
|
|
|
},
|
2016-06-02 06:00:28 +02:00
|
|
|
"devDependencies": {
|
2019-11-08 05:33:51 +01:00
|
|
|
"@silverstripe/eslint-config": "^0.0.5",
|
|
|
|
"@silverstripe/webpack-config": "^1.3"
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
}
|