mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "silverstripe-cms",
|
|
"version": "4.0.0",
|
|
"description": "The SilverStripe CMS",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"engines": {
|
|
"node": "^6.x"
|
|
},
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack -p --bail --progress",
|
|
"watch": "NODE_ENV=development webpack --watch --progress",
|
|
"css": "WEBPACK_CHILD=css npm run build",
|
|
"lint": "eslint client/src && sass-lint -v"
|
|
},
|
|
"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": {
|
|
"@silverstripe/webpack-config": "^0.2.5",
|
|
"babel-core": "^6.7.4",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"eslint": "^2.7.0",
|
|
"eslint-config-airbnb": "^6.2.0",
|
|
"eslint-plugin-react": "^4.3.0"
|
|
},
|
|
"dependencies": {
|
|
"babel-preset-es2016": "^6.24.1",
|
|
"jquery": "^3.2.1"
|
|
}
|
|
}
|