2016-01-26 05:28:36 +01:00
|
|
|
{
|
|
|
|
"name": "silverstripe-cms",
|
|
|
|
"version": "4.0.0",
|
|
|
|
"description": "The SilverStripe CMS",
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"engines": {
|
2017-03-06 02:43:09 +01:00
|
|
|
"node": "^6.x"
|
2016-01-26 05:28:36 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-05-29 07:24:48 +02:00
|
|
|
"build": "NODE_ENV=production webpack -p --bail --progress",
|
|
|
|
"watch": "NODE_ENV=development webpack --watch --progress",
|
|
|
|
"css": "WEBPACK_CHILD=css npm run build",
|
2017-02-27 22:35:13 +01:00
|
|
|
"lint": "eslint client/src && sass-lint -v"
|
2016-01-26 05:28:36 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/silverstripe/silverstripe-cms.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"silverstripe",
|
|
|
|
"cms"
|
|
|
|
],
|
|
|
|
"author": "SilverStripe Ltd",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/silverstripe/silverstripe-cms/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/silverstripe/silverstripe-cms#readme",
|
|
|
|
"devDependencies": {
|
2017-06-06 06:19:18 +02:00
|
|
|
"@silverstripe/webpack-config": "^0.2.5",
|
2016-03-30 11:17:13 +02:00
|
|
|
"babel-core": "^6.7.4",
|
2016-02-11 20:33:04 +01:00
|
|
|
"babel-preset-es2015": "^6.6.0",
|
|
|
|
"babel-preset-react": "^6.5.0",
|
2016-04-08 05:08:08 +02:00
|
|
|
"eslint": "^2.7.0",
|
|
|
|
"eslint-config-airbnb": "^6.2.0",
|
2017-05-29 07:24:48 +02:00
|
|
|
"eslint-plugin-react": "^4.3.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"babel-preset-es2016": "^6.24.1",
|
|
|
|
"jquery": "^3.2.1"
|
2016-01-26 05:28:36 +01:00
|
|
|
}
|
|
|
|
}
|