Guest User

Untitled

a guest
Sep 19th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.64 KB | None | 0 0
  1. {
  2.   "name": "sage",
  3.   "version": "9.0.9",
  4.   "author": "Roots <team@roots.io>",
  5.   "homepage": "https://roots.io/sage/",
  6.   "private": true,
  7.   "repository": {
  8.     "type": "git",
  9.     "url": "git://github.com/roots/sage.git"
  10.   },
  11.   "bugs": {
  12.     "url": "https://github.com/roots/sage/issues"
  13.   },
  14.   "licenses": [
  15.     {
  16.       "type": "MIT",
  17.       "url": "http://opensource.org/licenses/MIT"
  18.     }
  19.   ],
  20.   "browserslist": [
  21.     "last 2 versions",
  22.     "android 4",
  23.     "opera 12"
  24.   ],
  25.   "scripts": {
  26.     "build": "webpack --progress --config resources/assets/build/webpack.config.js",
  27.     "build:production": "webpack --env.production --progress --config resources/assets/build/webpack.config.js",
  28.     "build:profile": "webpack --progress --profile --json --config resources/assets/build/webpack.config.js",
  29.     "start": "webpack --hide-modules --watch --config resources/assets/build/webpack.config.js",
  30.     "rmdist": "rimraf dist",
  31.     "lint": "npm run -s lint:scripts && npm run -s lint:styles",
  32.     "lint:scripts": "eslint resources/assets/scripts resources/assets/build",
  33.     "lint:styles": "stylelint \"resources/assets/styles/**/*.{css,sass,scss,sss,less}\"",
  34.     "test": "npm run -s lint"
  35.   },
  36.   "engines": {
  37.     "node": ">= 8.0.0"
  38.   },
  39.   "devDependencies": {
  40.     "autoprefixer": "~8.2.0",
  41.     "browser-sync": "~2.24.7",
  42.     "browsersync-webpack-plugin": "^0.6.0",
  43.     "bs-html-injector": "~3.0",
  44.     "buble-loader": "^0.4.1",
  45.     "cache-loader": "~1.2.5",
  46.     "clean-webpack-plugin": "^0.1.18",
  47.     "copy-globs-webpack-plugin": "^0.2.0",
  48.     "css-loader": "^0.28.9",
  49.     "cssnano": "~4.0.5",
  50.     "eslint": "~4.19.1",
  51.     "eslint-loader": "~1.9",
  52.     "eslint-plugin-import": "~2.14.0",
  53.     "extract-text-webpack-plugin": "~3.0.2",
  54.     "file-loader": "^1.1.6",
  55.     "friendly-errors-webpack-plugin": "^1.6.1",
  56.     "imagemin-mozjpeg": "~7.0.0",
  57.     "imagemin-webpack-plugin": "~2.2.0",
  58.     "import-glob": "~1.5",
  59.     "node-sass": "~4.9.4",
  60.     "postcss-loader": "~2.1.0",
  61.     "postcss-safe-parser": "~3.0",
  62.     "resolve-url-loader": "~2.3.1",
  63.     "rimraf": "~2.6",
  64.     "sass-loader": "~6.0",
  65.     "style-loader": "^0.22.1",
  66.     "stylelint": "^8.4.0",
  67.     "stylelint-config-standard": "~18.2.0",
  68.     "stylelint-webpack-plugin": "^0.10.5",
  69.     "uglifyjs-webpack-plugin": "^1.3.0",
  70.     "url-loader": "^0.6.2",
  71.     "webpack": "~3.10.0",
  72.     "webpack-assets-manifest": "^1.0.0",
  73.     "webpack-dev-middleware": "~2.0.4",
  74.     "webpack-hot-middleware": "~2.22.3",
  75.     "webpack-merge": "~4.1.4",
  76.     "yargs": "~11.0.0"
  77.   },
  78.   "dependencies": {
  79.     "jquery": "^3.3.1",
  80.     "uikit": "^3.5.7"
  81.   },
  82.   "stylelint": {
  83.     "rules": {}
  84.   }
  85. }
  86.  
Add Comment
Please, Sign In to add comment