package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "quiosco_app",
  3. "version": "1.0.2",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint",
  9. "start": "node server.js"
  10. },
  11. "dependencies": {
  12. "@sentry/browser": "^5.10.2",
  13. "@sentry/integrations": "^5.10.2",
  14. "animate.css": "^3.7.2",
  15. "axios": "^0.19.0",
  16. "babel-polyfill": "^6.26.0",
  17. "bootstrap": "^4.4.1",
  18. "bootstrap-vue": "^2.1.0",
  19. "date-fns": "^1.30.1",
  20. "downloadjs": "^1.4.7",
  21. "es6-promise": "^4.2.8",
  22. "es6-promise-polyfill": "^1.2.0",
  23. "express": "^4.17.1",
  24. "jquery": "^3.4.1",
  25. "liquor-tree": "^0.2.70",
  26. "lodash": "^4.17.15",
  27. "material-icons": "^0.3.1",
  28. "moment": "^2.24.0",
  29. "npm": "^6.13.4",
  30. "popper.js": "^1.16.0",
  31. "vee-validate": "^2.2.15",
  32. "vue": "^2.6.11",
  33. "vue-airbnb-style-datepicker": "^2.7.1",
  34. "vue-infinite-loading": "^2.4.4",
  35. "vue-lazyload": "^1.3.3",
  36. "vue-multiselect": "^2.1.6",
  37. "vue-router": "^3.1.3",
  38. "vue-slick": "^1.1.15",
  39. "vue-sweetalert2": "^2.1.5",
  40. "vue-toasted": "^1.1.27",
  41. "vue-top-progress": "^0.7.0",
  42. "vuedraggable": "^2.23.2",
  43. "vuex": "^3.1.2"
  44. },
  45. "devDependencies": {
  46. "@vue/cli-plugin-eslint": "^3.12.1",
  47. "@vue/cli-service": "^3.12.1",
  48. "@vue/eslint-config-standard": "^4.0.0",
  49. "babel-core": "^6.26.3",
  50. "babel-eslint": "^10.0.3",
  51. "babel-loader": "^8.0.6",
  52. "babel-preset-env": "^1.7.0",
  53. "eslint": "^5.16.0",
  54. "eslint-plugin-vue": "^5.0.0",
  55. "vue-template-compiler": "^2.6.11"
  56. },
  57. "eslintConfig": {
  58. "root": true,
  59. "env": {
  60. "node": true
  61. },
  62. "exclude": [
  63. "**/*.vue"
  64. ],
  65. "extends": [
  66. "plugin:vue/essential",
  67. "@vue/standard"
  68. ],
  69. "rules": {},
  70. "parserOptions": {
  71. "parser": "babel-eslint"
  72. }
  73. },
  74. "postcss": {
  75. "plugins": {
  76. "autoprefixer": {}
  77. }
  78. },
  79. "browserslist": [
  80. "last 1 version",
  81. "> 1%",
  82. "maintained node versions",
  83. "not dead"
  84. ]
  85. }