package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "name": "materio.com",
  3. "version": "1.1.0",
  4. "description": "A Drupal 8 Vuejs template using Webpack 4 for materio.com",
  5. "main": "index.js",
  6. "scripts": {
  7. "dev": "webpack --watch --config build/webpack.config.dev.js",
  8. "prod": "webpack --config build/webpack.config.prod.js",
  9. "lint": "eslint --ext .js,.vue src",
  10. "lint:fix": "eslint --ext .js,.vue src --fix",
  11. "test": "jest --config test/jest.config.js",
  12. "test:debug": "node --inspect node_modules/.bin/jest --runInBand --config test/jest.config.js"
  13. },
  14. "keywords": [
  15. "Vue",
  16. "Webpack 4"
  17. ],
  18. "author": "Bachir Soussi Chiadmi",
  19. "license": "MIT",
  20. "dependencies": {
  21. "axios": "^0.21.0",
  22. "check-password-strength": "^1.0.15",
  23. "pretty-bytes": "^5.5.0",
  24. "vue": "^2.6.12",
  25. "vue-autofocus-directive": "^1.0.4",
  26. "vue-cool-lightbox": "^2.6.9",
  27. "vue-infinite-loading": "^2.4.5",
  28. "vue-router": "^3.4.9",
  29. "vue-vimeo-player": "^0.1.0",
  30. "vue-youtube-embed": "^2.2.2",
  31. "vuex": "^3.6.0"
  32. },
  33. "devDependencies": {
  34. "@babel/core": "^7.12.9",
  35. "@babel/preset-env": "^7.12.7",
  36. "@kazupon/vue-i18n-loader": "^0.5.0",
  37. "@vue/test-utils": "^1.1.1",
  38. "babel-core": "^7.0.0-bridge.0",
  39. "babel-eslint": "^10.1.0",
  40. "babel-jest": "^26.6.3",
  41. "babel-loader": "^8.2.1",
  42. "copy-webpack-plugin": "^6.3.2",
  43. "css-loader": "^5.0.1",
  44. "eslint": "^7.14.0",
  45. "eslint-config-prettier": "^6.15.0",
  46. "eslint-config-standard": "^16.0.2",
  47. "eslint-plugin-import": "^2.22.1",
  48. "eslint-plugin-jsx-a11y": "^6.4.1",
  49. "eslint-plugin-no-autofix": "^1.0.1",
  50. "eslint-plugin-node": "^11.1.0",
  51. "eslint-plugin-prettier": "^3.1.4",
  52. "eslint-plugin-promise": "^4.2.1",
  53. "eslint-plugin-standard": "^5.0.0",
  54. "eslint-plugin-vue": "^7.1.0",
  55. "eslint-plugin-vue-a11y": "0.0.31",
  56. "eslint-webpack-plugin": "^2.4.0",
  57. "graphql": "^15.4.0",
  58. "graphql-tag": "^2.11.0",
  59. "lodash": "^4.17.20",
  60. "mini-css-extract-plugin": "^1.3.1",
  61. "node-sass": "^5.0.0",
  62. "querystring-es3": "^0.2.1",
  63. "sass-loader": "^10.1.0",
  64. "style-loader": "^2.0.0",
  65. "uglify-es": "^3.3.9",
  66. "uglifyjs-webpack-plugin": "^2.2.0",
  67. "url-loader": "^4.1.1",
  68. "vue-eslint-parser": "^7.1.1",
  69. "vue-i18n": "^8.22.2",
  70. "vue-jest": "^3.0.7",
  71. "vue-js-modal": "^2.0.0-rc.6",
  72. "vue-loader": "^15.9.5",
  73. "vue-meta": "^2.4.0",
  74. "vue-server-renderer": "^2.6.12",
  75. "vue-simple-accordion": "^0.1.0",
  76. "vue-style-loader": "^4.1.2",
  77. "vue-template-compiler": "^2.6.12",
  78. "vuex-extensions": "^1.1.5",
  79. "webpack": "^5.6.0",
  80. "webpack-cli": "^4.2.0",
  81. "webpack-extraneous-file-cleanup-plugin": "^2.0.0",
  82. "webpack-merge": "^5.4.0"
  83. }
  84. }