package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "vuestic-admin",
  3. "private": true,
  4. "version": "3.1.0",
  5. "scripts": {
  6. "prepare": "husky install",
  7. "dev": "vite",
  8. "build": "vite build",
  9. "build:ci": "vite build",
  10. "start:ci": "serve -s ./dist",
  11. "prelint": "npm run format",
  12. "lint": "eslint --fix \"./src/**/*.{ts,js,vue}\"",
  13. "format": "prettier --write .",
  14. "preview": "vite preview"
  15. },
  16. "lint-staged": {
  17. "./src/**/*.{ts,js,vue}": [
  18. "npm run lint"
  19. ]
  20. },
  21. "dependencies": {
  22. "@amcharts/amcharts5": "^5.2.19",
  23. "@amcharts/amcharts5-geodata": "^5.0.3",
  24. "@fortawesome/fontawesome-free": "^6.1.1",
  25. "@gtm-support/vue-gtm": "^2.0.0",
  26. "@vuemap/vue-amap": "^2.0.24",
  27. "@vuemap/vue-amap-extra": "^2.0.11",
  28. "@vuemap/vue-amap-loca": "^2.0.6",
  29. "chart.js": "^3.8.0",
  30. "epic-spinners": "^2.0.0",
  31. "flag-icons": "^6.6.4",
  32. "ionicons": "^4.6.3",
  33. "leaflet": "^1.8.0",
  34. "leaflet-map": "^0.2.1",
  35. "maplibre-gl": "^2.1.9",
  36. "medium-editor": "^5.23.3",
  37. "pinia": "^2.0.16",
  38. "register-service-worker": "^1.7.1",
  39. "sass": "^1.53.0",
  40. "serve": "^14.2.0",
  41. "vue": "^3.2.25",
  42. "vue-chartjs": "^4.1.1",
  43. "vue-i18n": "^9.1.10",
  44. "vue-router": "^4.2.4",
  45. "vue-yandex-maps": "^0.12.3"
  46. },
  47. "devDependencies": {
  48. "@intlify/unplugin-vue-i18n": "^0.12.2",
  49. "@types/leaflet": "^1.7.11",
  50. "@types/medium-editor": "^5.0.5",
  51. "@types/node": "^17.0.25",
  52. "@typescript-eslint/eslint-plugin": "^5.20.0",
  53. "@typescript-eslint/parser": "^5.20.0",
  54. "@vitejs/plugin-vue": "^4.2.3",
  55. "@vue/eslint-config-prettier": "^7.0.0",
  56. "@vue/eslint-config-typescript": "^10.0.0",
  57. "@vuemap/unplugin-resolver": "^2.0.0",
  58. "autoprefixer": "^10.4.13",
  59. "axios": "^1.6.5",
  60. "eslint": "^8.13.0",
  61. "eslint-plugin-prettier": "^4.0.0",
  62. "eslint-plugin-vue": "^8.7.0",
  63. "husky": "^8.0.1",
  64. "lint-staged": "^13.0.1",
  65. "moment": "^2.30.1",
  66. "postcss": "^8.4.31",
  67. "prettier": "^2.6.2",
  68. "qs": "^6.11.2",
  69. "tailwindcss": "^3.2.4",
  70. "typescript": "^4.5.4",
  71. "unplugin-auto-import": "^0.17.3",
  72. "unplugin-vue-components": "^0.26.0",
  73. "vite": "^4.4.12",
  74. "vue-amap": "^0.5.10",
  75. "vue-eslint-parser": "^8.3.0",
  76. "vue-tsc": "^0.35.0",
  77. "vuestic-ui": "^1.8.7"
  78. }
  79. }