Layout von Websiten mit Bootstrap und Foundation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "foundation-zurb-template",
  3. "version": "1.0.0",
  4. "description": "Official ZURB Template for Foundation for Sites.",
  5. "main": "gulpfile.babel.js",
  6. "scripts": {
  7. "start": "gulp",
  8. "build": "gulp build --production"
  9. },
  10. "author": "ZURB <foundation@zurb.com>",
  11. "license": "MIT",
  12. "dependencies": {
  13. "@fortawesome/fontawesome-free": "^5.13.0",
  14. "foundation-sites": "^6.6.0",
  15. "jquery": "^3.2.1",
  16. "motion-ui": "^2.0.3",
  17. "what-input": "^5.1.2"
  18. },
  19. "devDependencies": {
  20. "@babel/core": "^7.1.2",
  21. "@babel/preset-env": "^7.1.0",
  22. "@babel/register": "^7.0.0",
  23. "autoprefixer": "^9.1.5",
  24. "babel-loader": "^8.0.4",
  25. "browser-sync": "^2.10.0",
  26. "gulp": "^4.0.0",
  27. "gulp-babel": "^8.0.0",
  28. "gulp-clean-css": "^3.3.1",
  29. "gulp-cli": "^2.0.1",
  30. "gulp-concat": "^2.5.2",
  31. "gulp-extname": "^0.2.0",
  32. "gulp-if": "^2.0.0",
  33. "gulp-imagemin": "^4.1.0",
  34. "gulp-load-plugins": "^1.1.0",
  35. "gulp-postcss": "^8.0.0",
  36. "gulp-sass": "^4.0.1",
  37. "gulp-sourcemaps": "^2.6.4",
  38. "gulp-terser": "^1.2.0",
  39. "js-yaml": "^3.4.6",
  40. "panini": "^1.3.0",
  41. "rimraf": "^2.4.3",
  42. "style-sherpa": "^1.0.0",
  43. "uncss": "^0.16.2",
  44. "vinyl-named": "^1.1.0",
  45. "webpack": "^4.20.2",
  46. "webpack-stream": "^5.1.1",
  47. "yargs": "^12.0.2"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/zurb/foundation-zurb-template.git"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/zurb/foundation-sites/issues",
  55. "email": "foundation@zurb.com"
  56. },
  57. "private": true
  58. }