silverstripe-framework/package.json

46 lines
1.2 KiB
JSON

{
"name": "silverstripe-framework",
"version": "4.0.0",
"description": "The SilverStripe framework",
"directories": {
"doc": "docs",
"test": "tests"
},
"engines": {
"node": "^6.x"
},
"scripts": {
"build": "webpack --bail --progress",
"watch": "webpack --progress --config ./webpack-dev.config.js --watch",
"css": "WEBPACK_CHILD=css webpack",
"lint": "sass-lint -v"
},
"repository": {
"type": "git",
"url": "git://github.com/silverstripe/silverstripe-framework.git"
},
"keywords": [
"silverstripe",
"framework"
],
"author": "SilverStripe Ltd",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/silverstripe/silverstripe-framework/issues"
},
"homepage": "https://github.com/silverstripe/silverstripe-framework#readme",
"devDependencies": {
"autoprefixer": "^6.4.0",
"extract-text-webpack-plugin": "^1.0.1",
"webpack": "^1.13.2",
"resolve-url-loader": "^1.6.0",
"sass-lint": "^1.9.1",
"sass-loader": "^4.0.0",
"url-loader": "^0.5.8",
"node-sass": "^3.8.0",
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"postcss-loader": "^0.10.1"
}
}