76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"name": "sage",
|
|
"version": "9.0.0",
|
|
"author": "Roots <team@roots.io>",
|
|
"homepage": "https://roots.io/sage/",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/roots/sage.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/roots/sage/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"build:production": "webpack -p --progress --release",
|
|
"build": "webpack -d --progress",
|
|
"watch": "node watch.js --watch",
|
|
"lint": "eslint -c .eslintrc assets/scripts watch.js webpack.config.js",
|
|
"install": "composer install"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12.0",
|
|
"npm": ">=2.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"assets-webpack-plugin": "^3.4.0",
|
|
"autoprefixer": "^6.1.0",
|
|
"babel-cli": "^6.6.5",
|
|
"babel-core": "^6.7.4",
|
|
"babel-eslint": "^6.0.0",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-es2015": "^6.1.18",
|
|
"babel-register": "^6.5.2",
|
|
"body-parser": "^1.14.1",
|
|
"browser-sync": "^2.11.2",
|
|
"clean-webpack-plugin": "^0.1.8",
|
|
"css-loader": "^0.23.1",
|
|
"cssnano": "^3.5.2",
|
|
"eslint": "^2.5.1",
|
|
"eslint-config-airbnb": "^6.2.0",
|
|
"eslint-loader": "^1.3.0",
|
|
"eslint-plugin-react": "^4.2.3",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.8.5",
|
|
"image-webpack-loader": "^1.6.3",
|
|
"imagemin-pngcrush": "^4.1.0",
|
|
"imports-loader": "^0.6.5",
|
|
"minimist": "^1.2.0",
|
|
"monkey-hot-loader": "0.0.3",
|
|
"node-sass": "^3.4.2",
|
|
"optimize-css-assets-webpack-plugin": "^1.3.0",
|
|
"postcss": "^5.0.18",
|
|
"postcss-loader": "^0.8.0",
|
|
"qs": "^6.1.0",
|
|
"resolve-url-loader": "^1.4.3",
|
|
"sass-loader": "^3.1.1",
|
|
"style-loader": "^0.13.0",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "^1.12.14",
|
|
"webpack-dev-middleware": "^1.6",
|
|
"webpack-hot-middleware": "^2.10.0"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.5.0",
|
|
"bootstrap": "github:twbs/bootstrap#v4.0.0-alpha.2",
|
|
"jquery": "^2.1.4",
|
|
"tether": "^1.2.0"
|
|
}
|
|
}
|