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.
 
 
 

107 lines
2.9 KiB

  1. {
  2. "name": "LightAble",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "@alireza-ab/vue-persian-datepicker": "^2.3.2",
  12. "@amcharts/amcharts4": "^4.10.38",
  13. "@amcharts/amcharts4-geodata": "^4.1.28",
  14. "@fullcalendar/bootstrap": "^6.1.10",
  15. "@fullcalendar/core": "^6.1.10",
  16. "@fullcalendar/daygrid": "^6.1.10",
  17. "@fullcalendar/interaction": "^6.1.10",
  18. "@fullcalendar/list": "^6.1.10",
  19. "@fullcalendar/timegrid": "^6.1.10",
  20. "@fullcalendar/vue3": "^6.1.10",
  21. "@majidh1/jalalidatepicker": "^0.9.6",
  22. "@phosphor-icons/vue": "^2.1.6",
  23. "@popperjs/core": "^2.11.8",
  24. "@tabler/icons-vue": "^2.43.0",
  25. "@vueform/slider": "^2.1.10",
  26. "@vuelidate/core": "^2.0.3",
  27. "@vuelidate/validators": "^2.0.4",
  28. "@vueup/vue-quill": "^1.2.0",
  29. "@zhuowenli/vue-feather-icons": "^5.0.2",
  30. "add": "^2.0.6",
  31. "aos": "^2.3.4",
  32. "apexcharts": "^3.44.2",
  33. "axios": "^1.7.7",
  34. "bootstrap": "^5.3.2",
  35. "bootstrap-datepicker": "^1.10.0",
  36. "bootstrap-vue-next": "^0.15.5",
  37. "core-js": "^3.34.0",
  38. "dropzone-vue3": "^1.0.2",
  39. "form-wizard-vue3": "^1.1.0",
  40. "fslightbox": "^3.4.1",
  41. "is": "^3.3.0",
  42. "jalali-moment": "^3.3.11",
  43. "jquery": "^3.7.1",
  44. "moment": "^2.29.4",
  45. "moment-jalaali": "^0.10.1",
  46. "multi-range-slider-vue": "^1.1.4",
  47. "not": "^0.1.0",
  48. "peity": "^3.3.0",
  49. "prismjs": "^1.29.0",
  50. "sass": "^1.69.5",
  51. "sass-loader": "^13.3.2",
  52. "simplebar": "^6.2.6",
  53. "simplebar-vue": "^2.3.4",
  54. "sweetalert2": "^11.10.1",
  55. "swiper": "^11.0.5",
  56. "vue": "^3.3.11",
  57. "vue-cropperjs": "^5.0.0",
  58. "vue-easy-lightbox": "^1.19.0",
  59. "vue-flatpickr-component": "^11.0.3",
  60. "vue-masonry": "^0.16.0",
  61. "vue-multiselect": "^3.1.0",
  62. "vue-persian-datetime-picker": "^2.10.4",
  63. "vue-router": "^4.2.5",
  64. "vue3-apexcharts": "^1.4.4",
  65. "vue3-google-map": "^0.18.0",
  66. "vue3-persian-datetime-picker": "^1.2.2",
  67. "vue3-toastify": "^0.2.3",
  68. "vuex": "^4.1.0",
  69. "yarn": "^1.22.21"
  70. },
  71. "devDependencies": {
  72. "@babel/core": "^7.12.16",
  73. "@babel/eslint-parser": "^7.12.16",
  74. "@vue/cli-plugin-babel": "~5.0.0",
  75. "@vue/cli-plugin-eslint": "~5.0.0",
  76. "@vue/cli-service": "~5.0.0",
  77. "dotenv": "^16.4.5",
  78. "dotenv-webpack": "^8.1.0",
  79. "eslint": "^7.32.0",
  80. "eslint-plugin-vue": "^8.0.3"
  81. },
  82. "eslintConfig": {
  83. "root": true,
  84. "env": {
  85. "node": true
  86. },
  87. "extends": [
  88. "plugin:vue/vue3-essential",
  89. "eslint:recommended"
  90. ],
  91. "parserOptions": {
  92. "parser": "@babel/eslint-parser"
  93. },
  94. "rules": {
  95. "vue/multi-word-component-names": "off",
  96. "vue/no-deprecated-slot-attribute": "off",
  97. "no-mixed-spaces-and-tabs": 0
  98. }
  99. },
  100. "browserslist": [
  101. "> 1%",
  102. "last 2 versions",
  103. "not dead",
  104. "not ie 11"
  105. ]
  106. }