{ "name": "silverstripe-comments", "version": "1.0.0", "description": "SilverStripe campaign admin interface", "directories": { "test": "tests" }, "engines": { "node": "^6.x" }, "scripts": { "build": "yarn && NODE_ENV=production webpack -p --bail --progress", "watch": "yarn && NODE_ENV=development webpack --watch --progress", "css": "yarn && WEBPACK_CHILD=css webpack -p --bail --progress", "test": "jest", "coverage": "jest --coverage", "lint": "eslint client/src && sass-lint -v client/src" }, "repository": { "type": "git", "url": "git://github.com/silverstripe/silverstripe-comments.git" }, "keywords": [ "silverstripe", "admin" ], "author": "SilverStripe Ltd", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/silverstripe/silverstripe-comments/issues" }, "homepage": "https://github.com/silverstripe/silverstripe-comments", "dependencies": { }, "devDependencies": { "@silverstripe/webpack-config": "^0.2.7", "babel-core": "^6.7.4", "babel-jest": "^19.0.0", "babel-preset-es2015": "^6.6.0", "babel-preset-es2016": "^6.24.1", "babel-preset-react": "^6.5.0", "eslint": "^2.5.3", "eslint-config-airbnb": "^6.2.0", "eslint-plugin-react": "^4.2.3", "jest-cli": "^19.0.2", "react-addons-test-utils": "^15.3.1", "redux-logger": "^2.6.1", "redux-mock-store": "^1.2.3", "redux-thunk": "^2.2.0", "sass-lint": "^1.10.2" }, "babel": { "presets": [ "react", "es2015", "es2016" ], "plugins": [ "transform-object-rest-spread" ] } }