package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "name": "frames",
  3. "version": "0.3.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "nuxt dev",
  7. "dev:local": "yarn dev --dotenv .env.local",
  8. "dev:prod": "yarn dev --dotenv .env.prod",
  9. "dev:ci": "yarn dev --dotenv .env.ci",
  10. "build": "nuxt build",
  11. "build:local": "yarn build --dotenv .env.local",
  12. "build:prod": "yarn build --dotenv .env.prod",
  13. "deploy": "git pull && yarn install && yarn build",
  14. "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
  15. "lint": "yarn lint:js",
  16. "test": "jest"
  17. },
  18. "dependencies": {
  19. "@fortawesome/fontawesome-free": "^6.4.0",
  20. "@fortawesome/free-brands-svg-icons": "^6.4.0",
  21. "@fortawesome/free-regular-svg-icons": "^6.4.0",
  22. "@fortawesome/free-solid-svg-icons": "^6.4.0",
  23. "@mdi/font": "^7.2.96",
  24. "@nuxtjs/date-fns": "^1.5.0",
  25. "@nuxtjs/i18n": "^8.0.0-beta.9",
  26. "@pinia-orm/nuxt": "^1.1.7",
  27. "@pinia/nuxt": "^0.4.7",
  28. "@syncfusion/ej2-vue-calendars": "^20.4.54",
  29. "@turf/turf": "^6.5.0",
  30. "@vue-leaflet/vue-leaflet": "^0.9.0",
  31. "@vuepic/vue-datepicker": "^4.2.2",
  32. "axios": "^1.3.4",
  33. "core-js": "^3.15.1",
  34. "date-fns": "^2.29.3",
  35. "iframe-resizer": "^4.3.6",
  36. "leaflet": "^1.9.3",
  37. "leaflet.markercluster": "^1.5.3",
  38. "libphonenumber-js": "^1.9.38",
  39. "nuxt": "^3.2.0",
  40. "nuxt-lodash": "^2.4.1",
  41. "ohmyfetch": "^0.4.21",
  42. "pinia": "^2.0.33",
  43. "pinia-orm": "^1.5.1",
  44. "sass": "^1.59.3",
  45. "scss": "^0.2.4",
  46. "vite-plugin-vuetify": "^1.0.2",
  47. "vue-social-sharing": "^3.0.9",
  48. "vue3-carousel": "^0.2.12",
  49. "vue3-datepicker": "^0.3.4",
  50. "vuetify": "^3.1.15"
  51. },
  52. "devDependencies": {
  53. "@nuxt/devtools": "^0.1.2",
  54. "@nuxt/test-utils": "^3.2.0",
  55. "@nuxt/test-utils-edge": "^3.0.1-rc.0-27909581.f711046",
  56. "@nuxtjs/eslint-config": "^12.0.0",
  57. "@nuxtjs/eslint-config-typescript": "^12.0.0",
  58. "@nuxtjs/eslint-module": "^3.1.0",
  59. "@nuxtjs/fontawesome": "^1.1.2",
  60. "@types/event-source-polyfill": "^1.0.1",
  61. "@types/jest": "^29.4.0",
  62. "@types/leaflet": "^1.9.1",
  63. "@types/lodash": "^4.14.189",
  64. "@typescript-eslint/eslint-plugin": "^5.51.0",
  65. "@typescript-eslint/parser": "^5.51.0",
  66. "@vitejs/plugin-vue": "^4.0.0",
  67. "@vitest/coverage-c8": "^0.28.4",
  68. "@vue/eslint-config-standard": "^8.0.1",
  69. "@vue/test-utils": "^2.2.10",
  70. "cypress": "8.7.0",
  71. "eslint": "^8.34.0",
  72. "eslint-config-prettier": "^8.5.0",
  73. "eslint-plugin-nuxt": "^4.0.0",
  74. "eslint-plugin-prettier": "^4.2.1",
  75. "eslint-plugin-vue": "^9.7.0",
  76. "jsdom": "^21.0.0",
  77. "prettier": "^2.8.4",
  78. "sass-loader": "^13.2.1",
  79. "ts-jest": "^29.0.3",
  80. "typescript": "4.9.5",
  81. "vitest": "0.28.5",
  82. "vue-jest": "^3.0.7"
  83. }
  84. }