Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

113 Zeilen
3.0 KiB

  1. {
  2. "name": "NovinPlast",
  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. "@amcharts/amcharts4": "^4.10.38",
  12. "@amcharts/amcharts4-geodata": "^4.1.28",
  13. "@fortawesome/fontawesome-free": "^6.7.2",
  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. "@phosphor-icons/vue": "^2.1.6",
  22. "@popperjs/core": "^2.11.8",
  23. "@tabler/icons-vue": "^2.43.0",
  24. "@vueform/slider": "^2.1.10",
  25. "@vuelidate/core": "^2.0.3",
  26. "@vuelidate/validators": "^2.0.4",
  27. "@vuepic/vue-datepicker": "^10.0.0",
  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.9",
  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. "jalaali-js": "^1.2.7",
  43. "jalali-moment": "^3.3.11",
  44. "jquery": "^3.7.1",
  45. "leaflet": "^1.9.4",
  46. "lodash": "^4.17.21",
  47. "moment": "^2.30.1",
  48. "multi-range-slider-vue": "^1.1.4",
  49. "not": "^0.1.0",
  50. "numeral": "^2.0.6",
  51. "peity": "^3.3.0",
  52. "prismjs": "^1.29.0",
  53. "quill": "^2.0.3",
  54. "sass": "^1.69.5",
  55. "sass-loader": "^13.3.2",
  56. "simplebar": "^6.2.6",
  57. "simplebar-vue": "^2.3.4",
  58. "sweetalert2": "^11.10.1",
  59. "swiper": "^11.0.5",
  60. "vue": "^3.3.11",
  61. "vue-color": "^2.8.1",
  62. "vue-cropperjs": "^5.0.0",
  63. "vue-easy-lightbox": "^1.19.0",
  64. "vue-flatpickr-component": "^11.0.3",
  65. "vue-masonry": "^0.16.0",
  66. "vue-router": "^4.2.5",
  67. "vue3-apexcharts": "^1.4.4",
  68. "vue3-datepicker": "^0.4.0",
  69. "vue3-google-map": "^0.18.0",
  70. "vue3-persian-datetime-picker": "^1.2.2",
  71. "vue3-select-component": "^0.11.3",
  72. "vue3-select2-component": "^0.1.7",
  73. "vue3-toastify": "^0.2.5",
  74. "vuex": "^4.1.0",
  75. "yarn": "^1.22.21"
  76. },
  77. "devDependencies": {
  78. "@babel/core": "^7.12.16",
  79. "@babel/eslint-parser": "^7.12.16",
  80. "@vue/cli-plugin-babel": "~5.0.0",
  81. "@vue/cli-plugin-eslint": "~5.0.0",
  82. "@vue/cli-service": "~5.0.0",
  83. "dotenv": "^16.4.5",
  84. "dotenv-webpack": "^8.1.0",
  85. "eslint": "^7.32.0",
  86. "eslint-plugin-vue": "^8.0.3"
  87. },
  88. "eslintConfig": {
  89. "root": true,
  90. "env": {
  91. "node": true
  92. },
  93. "extends": [
  94. "plugin:vue/vue3-essential",
  95. "eslint:recommended"
  96. ],
  97. "parserOptions": {
  98. "parser": "@babel/eslint-parser"
  99. },
  100. "rules": {
  101. "vue/multi-word-component-names": "off",
  102. "vue/no-deprecated-slot-attribute": "off",
  103. "no-mixed-spaces-and-tabs": 0
  104. }
  105. },
  106. "browserslist": [
  107. "> 1%",
  108. "last 2 versions",
  109. "not dead",
  110. "not ie 11"
  111. ]
  112. }