Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

62 строки
1.5 KiB

  1. {
  2. "name": "vue-masonry",
  3. "version": "0.16.0",
  4. "description": "masonry layout for vue.js",
  5. "main": "src/masonry.plugin.js",
  6. "scripts": {
  7. "lint": "eslint --ext .js,.vue src",
  8. "build": "webpack",
  9. "build-umd": "TARGET=umd webpack"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/shershen08/vue-masonry.git"
  14. },
  15. "dependencies": {
  16. "imagesloaded": "4.1.4",
  17. "masonry-layout": "^4.2.2",
  18. "mitt": "^3.0.0",
  19. "vue-demi": "^0.13.2"
  20. },
  21. "peerDependencies": {
  22. "@vue/composition-api": "^1.0.0-rc.1",
  23. "vue": "^2.0.0 || >=3.0.0"
  24. },
  25. "peerDependenciesMeta": {
  26. "@vue/composition-api": {
  27. "optional": true
  28. }
  29. },
  30. "keywords": [
  31. "masonry",
  32. "layout",
  33. "vue",
  34. "vue.js"
  35. ],
  36. "author": "Mikhail Kuznetcov",
  37. "license": "MIT",
  38. "bugs": {
  39. "url": "https://github.com/shershen08/vue-masonry/issues"
  40. },
  41. "homepage": "https://github.com/shershen08/vue-masonry#readme",
  42. "devDependencies": {
  43. "vue": "^3.0.0",
  44. "@babel/core": "^7.1.2",
  45. "@babel/preset-env": "^7.1.0",
  46. "babel-eslint": "^10.0.1",
  47. "babel-loader": "^8.0.4",
  48. "eslint": "^5.8.0",
  49. "eslint-config-standard": "^12.0.0",
  50. "eslint-friendly-formatter": "^4.0.1",
  51. "eslint-loader": "^2.1.1",
  52. "eslint-plugin-html": "^4.0.6",
  53. "eslint-plugin-import": "^2.14.0",
  54. "eslint-plugin-node": "^7.0.1",
  55. "eslint-plugin-promise": "^4.0.1",
  56. "eslint-plugin-standard": "^4.0.0",
  57. "uglifyjs-webpack-plugin": "^2.0.1",
  58. "webpack": "^4.23.1",
  59. "webpack-cli": "^3.1.2"
  60. }
  61. }