Advertisement
dicaribapak11

Untitled

Aug 6th, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. {
  2. "name": "minerbaone",
  3. "version": "0.1.174",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "NODE_OPTIONS=--max_old_space_size=4096 run-p type-check build-only",
  8. "preview": "vite preview",
  9. "build-only": "vite build",
  10. "type-check": "vue-tsc --noEmit",
  11. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  12. },
  13. "dependencies": {
  14. "@fortawesome/fontawesome-free": "^6.1.2",
  15. "@fullcalendar/core": "^6.1.8",
  16. "@fullcalendar/daygrid": "^6.1.8",
  17. "@fullcalendar/interaction": "^6.1.8",
  18. "@fullcalendar/list": "^6.1.8",
  19. "@fullcalendar/timegrid": "^6.1.8",
  20. "@fullcalendar/vue3": "^6.1.8",
  21. "@mapbox/leaflet-omnivore": "^0.3.4",
  22. "@mapbox/togeojson": "^0.16.2",
  23. "@popperjs/core": "^2.11.8",
  24. "@tinymce/tinymce-vue": "^5.1.0",
  25. "@vue-leaflet/vue-leaflet": "^0.10.1",
  26. "@vueform/multiselect": "^2.6.6",
  27. "animate.css": "^4.1.1",
  28. "apexcharts": "^3.41.1",
  29. "axios": "^1.6.5",
  30. "bootstrap": "5.3.3",
  31. "bootstrap-icons": "^1.9.1",
  32. "clipboard": "^2.0.6",
  33. "core-js": "^3.8.3",
  34. "datatables.net": "^2.0.8",
  35. "datatables.net-bs5": "^2.0.8",
  36. "datatables.net-responsive-bs5": "^3.0.2",
  37. "datatables.net-select-bs5": "^2.0.3",
  38. "datatables.net-vue3": "^3.0.1",
  39. "date-fns": "^3.6.0",
  40. "deepmerge": "^4.2.2",
  41. "dropzone": "^5.9.3",
  42. "element-plus": "^2.2.4",
  43. "jszip": "^3.10.1",
  44. "leaflet": "^1.9.4",
  45. "leaflet-fullscreen": "^1.0.2",
  46. "line-awesome": "^1.3.0",
  47. "moment": "^2.29.1",
  48. "nouislider": "^15.7.1",
  49. "numeral": "^2.0.6",
  50. "object-path": "^0.11.8",
  51. "papaparse": "^5.4.1",
  52. "pinia": "^2.0.23",
  53. "prism-themes": "^1.9.0",
  54. "prismjs": "^1.25.0",
  55. "quill": "^2.0.2",
  56. "quill-delta": "^5.1.0",
  57. "quill-mention": "^6.0.1",
  58. "shpjs": "^6.0.1",
  59. "socicon": "^3.0.5",
  60. "sweetalert2": "11.4.8",
  61. "vee-validate": "^4.5.11",
  62. "vue": "^3.2.41",
  63. "vue-axios": "^3.5.2",
  64. "vue-currency-input": "^3.0.5",
  65. "vue-i18n": "9.2.2",
  66. "vue-inline-svg": "^3.1.0",
  67. "vue-leaflet": "^0.1.0",
  68. "vue-router": "^4.1.5",
  69. "vue3-apexcharts": "^1.4.4",
  70. "yup": "^1.2.0"
  71. },
  72. "devDependencies": {
  73. "@rushstack/eslint-patch": "^1.1.4",
  74. "@types/array-sort": "^1.0.0",
  75. "@types/bootstrap": "^5.2.6",
  76. "@types/node": "^20.3.1",
  77. "@types/object-path": "^0.11.0",
  78. "@types/prismjs": "^1.26.0",
  79. "@types/quill": "^2.0.9",
  80. "@vitejs/plugin-vue": "^4.2.3",
  81. "@vue/eslint-config-prettier": "^7.0.0",
  82. "@vue/eslint-config-typescript": "^11.0.0",
  83. "@vue/tsconfig": "^0.1.3",
  84. "array-sort": "^1.0.0",
  85. "cookie-universal": "^2.2.2",
  86. "eslint": "^8.22.0",
  87. "eslint-plugin-vue": "^9.3.0",
  88. "npm-run-all": "^4.1.5",
  89. "prettier": "^2.7.1",
  90. "sass": "1.63.4",
  91. "sass-loader": "^13.3.1",
  92. "typescript": "5.3.3",
  93. "vite": "^4.3.9",
  94. "vue-tsc": "^1.0.8"
  95. }
  96. }
  97.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement