25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

65 lines
1.7 KiB

  1. {
  2. "name": "ihk",
  3. "version": "1.0.0",
  4. "description": "IHK 24 local dev setup",
  5. "main": "gulpfile.babel.js",
  6. "scripts": {
  7. "start": "gulp",
  8. "build": "gulp build --prod"
  9. },
  10. "author": "Björn Crüger",
  11. "license": "MIT",
  12. "devDependencies": {
  13. "@babel/core": "^7.13.10",
  14. "@babel/preset-env": "^7.13.10",
  15. "@babel/register": "^7.12.13",
  16. "autoprefixer": "^10.2.5",
  17. "babel-loader": "^8.2.2",
  18. "browser-sync": "^2.26.14",
  19. "css-loader": "^5.1.2",
  20. "del": "^6.0.0",
  21. "gulp": "^4.0.2",
  22. "gulp-clean-css": "^4.3.0",
  23. "gulp-file-include": "^2.3.0",
  24. "gulp-if": "^3.0.0",
  25. "gulp-imagemin": "^7.1.0",
  26. "gulp-postcss": "^9.0.0",
  27. "gulp-sass": "^4.1.0",
  28. "gulp-sourcemaps": "^3.0.0",
  29. "style-loader": "^2.0.0",
  30. "vinyl-named": "^1.1.0",
  31. "webpack-stream": "^6.1.2",
  32. "yargs": "^7.1.1"
  33. },
  34. "dependencies": {
  35. "@babel/polyfill": "^7.12.1",
  36. "@popperjs/core": "^2.5.4",
  37. "@userlike/messenger": "^1.2.0",
  38. "@webcomponents/custom-elements": "^1.4.3",
  39. "@webcomponents/webcomponentsjs": "^2.5.0",
  40. "JSON": "1.0.0",
  41. "blueimp-file-upload": "10.31.0",
  42. "bootstrap-sass": "3.4.1",
  43. "core-js": "^3.14.0",
  44. "css-vars-ponyfill": "^2.3.1",
  45. "detect-browser": "^5.1.0",
  46. "focus-visible": "~5.1.0",
  47. "hammerjs": "^2.0.8",
  48. "handlebars-helpers": "0.10.0",
  49. "highcharts": "^9.1.1",
  50. "infinite-scroll": "^3.0.6",
  51. "is-mobile": "2.2.1",
  52. "jquery": "3.6.0",
  53. "jquery-easing": "^0.0.1",
  54. "jquery-highlight": "^3.5.0",
  55. "jquery.easing": "^1.4.1",
  56. "js-cookie": "^2.2.1",
  57. "lazysizes": "^5.3.2",
  58. "systemjs": "^6.10.0",
  59. "tippy.js": "^6.2.7",
  60. "typeahead.js": "^0.11.1",
  61. "webpack": "3.10.0",
  62. "webpack-spritesmith": "1.0.0"
  63. }
  64. }