Advertisement
bananamariap

yarn package

Jun 16th, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. "browserslist": [
  2. "last 2 versions",
  3. "android 4",
  4. "opera 12"
  5. ],
  6. "scripts": {
  7. "build": "webpack --progress --config resources/assets/build/webpack.config.js",
  8. "build:production": "webpack --env.production --progress --config resources/assets/build/webpack.config.js",
  9. "build:profile": "webpack --progress --profile --json --config resources/assets/build/webpack.config.js",
  10. "start": "webpack --hide-modules --watch --config resources/assets/build/webpack.config.js",
  11. "rmdist": "rimraf dist",
  12. "lint": "npm run -s lint:scripts && npm run -s lint:styles",
  13. "lint:scripts": "eslint resources/assets/scripts resources/assets/build",
  14. "lint:styles": "stylelint \"resources/assets/styles/**/*.{css,sass,scss,sss,less}\"",
  15. "test": "npm run -s lint"
  16. },
  17. "engines": {
  18. "node": ">= 8.0.0"
  19. },
  20. "devDependencies": {
  21. "autoprefixer": "^10.0.1",
  22. "browser-sync": "^2.26.13",
  23. "browsersync-webpack-plugin": "^0.6.0",
  24. "bs-html-injector": "~3.0",
  25. "buble-loader": "^0.4.1",
  26. "cache-loader": "~1.2.5",
  27. "clean-webpack-plugin": "^0.1.18",
  28. "copy-globs-webpack-plugin": "^0.2.0",
  29. "css-loader": "^0.28.11",
  30. "cssnano": "^4.0.5",
  31. "eslint": "~4.19.1",
  32. "eslint-loader": "^4.0.2",
  33. "eslint-plugin-import": "^2.14.0",
  34. "extract-text-webpack-plugin": "~3.0.2",
  35. "file-loader": "^6.2.0",
  36. "friendly-errors-webpack-plugin": "^1.6.1",
  37. "imagemin-mozjpeg": "^9.0.0",
  38. "imagemin-webpack-plugin": "^2.4.2",
  39. "import-glob": "~1.5",
  40. "node-sass": "^5.0.0",
  41. "postcss-loader": "^4.0.4",
  42. "postcss-safe-parser": "^5.0.2",
  43. "resolve-url-loader": "^3.1.2",
  44. "rimraf": "^3.0.2",
  45. "sass-loader": "~6.0",
  46. "style-loader": "^0.23.1",
  47. "stylelint": "^13.7.2",
  48. "stylelint-config-standard": "^20.0.0",
  49. "stylelint-webpack-plugin": "^0.10.5",
  50. "uglifyjs-webpack-plugin": "^1.3.0",
  51. "url-loader": "^4.1.1",
  52. "webpack": "~3.10.0",
  53. "webpack-assets-manifest": "^1.0.0",
  54. "webpack-dev-middleware": "~2.0.4",
  55. "webpack-hot-middleware": "^2.22.3",
  56. "webpack-merge": "~4.1.4",
  57. "yargs": "^16.1.0"
  58. },
  59. "dependencies": {
  60. "jquery": "^3.3.1",
  61. "tachyons-sass": "~4.9"
  62. }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement