package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "webpack-starter-kit",
  3. "version": "1.1.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "webpack-dev-server --env.mode development --config ./webpack/config.js",
  8. "build": "webpack --env.mode production --config ./webpack/config.js",
  9. "predeploy": "npm run build",
  10. "deploy": "gh-pages -d build"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/luxplanjay/webpack-starter-kit.git"
  15. },
  16. "keywords": [],
  17. "author": "Alexander Repeta <alexander.repeta@gmail.com>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/luxplanjay/webpack-starter-kit/issues"
  21. },
  22. "homepage": "https://github.com/grisha19961116/goit-js-home-wok-10",
  23. "devDependencies": {
  24. "@babel/core": "^7.8.7",
  25. "@babel/plugin-proposal-class-properties": "^7.8.3",
  26. "@babel/preset-env": "^7.11.5",
  27. "@pnotify/core": "^5.1.2",
  28. "autoprefixer": "^9.7.4",
  29. "babel-loader": "^8.0.6",
  30. "clean-webpack-plugin": "^3.0.0",
  31. "css-loader": "^3.4.2",
  32. "file-loader": "^6.0.0",
  33. "friendly-errors-webpack-plugin": "^1.7.0",
  34. "gh-pages": "^2.2.0",
  35. "handlebars-loader": "^1.7.1",
  36. "html-loader": "^0.5.5",
  37. "html-webpack-plugin": "^3.2.0",
  38. "img-loader": "^3.0.1",
  39. "mini-css-extract-plugin": "^0.9.0",
  40. "node-sass": "^4.13.1",
  41. "optimize-css-assets-webpack-plugin": "^5.0.3",
  42. "postcss-loader": "^3.0.0",
  43. "sass-loader": "^8.0.2",
  44. "style-loader": "^1.1.3",
  45. "url-loader": "^4.0.0",
  46. "webpack": "^4.42.0",
  47. "webpack-cli": "^3.3.11",
  48. "webpack-dev-server": "^3.10.3",
  49. "webpack-merge": "^4.2.2",
  50. "webpackbar": "^4.0.0"
  51. },
  52. "dependencies": {
  53. "axios": "^0.24.0",
  54. "basiclightbox": "^5.0.3",
  55. "core-js": "^3.6.4",
  56. "handlebars": "^4.7.6",
  57. "infinite-scroll": "^3.0.6",
  58. "lodash.debounce": "^4.0.8",
  59. "lodash.throttle": "^4.1.1",
  60. "material-design-icons": "^3.0.1",
  61. "pnotify": "^5.1.2"
  62. }
  63. }