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.

58 lines
1.7 KiB

  1. {
  2. "name": "flylocal",
  3. "version": "5.0.4.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "nuxt",
  7. "build": "nuxt build",
  8. "start": "nuxt start",
  9. "generate": "nuxt generate",
  10. "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
  11. "lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
  12. "lint": "yarn lint:js && yarn lint:style"
  13. },
  14. "dependencies": {
  15. "@nuxtjs/axios": "^5.13.6",
  16. "@nuxtjs/dotenv": "^1.4.1",
  17. "@nuxtjs/pwa": "^3.3.5",
  18. "@nuxtjs/style-resources": "^1.2.1",
  19. "airtable": "^0.11.1",
  20. "autoprefixer": "^10.3.4",
  21. "body-parser": "^1.19.0",
  22. "cookie-parser": "^1.4.6",
  23. "cookie-universal-nuxt": "^2.1.5",
  24. "core-js": "^3.15.1",
  25. "express": "^4.17.1",
  26. "leaflet": "^1.7.1",
  27. "net": "^1.0.2",
  28. "node-sass": "^6.0.1",
  29. "nuxt": "^2.15.7",
  30. "nuxt-leaflet": "^0.0.25",
  31. "nuxt-segment-analytics": "^0.0.1",
  32. "nuxt-vue-select": "^0.1.4",
  33. "portier": "^0.4.3",
  34. "tailwindcss": "^2.2.15",
  35. "v-mask": "^2.3.0",
  36. "vue-phone-number-input": "^1.1.12",
  37. "vue-select": "^3.13.0",
  38. "vue2-leaflet": "^2.7.1",
  39. "vue2-leaflet-markercluster": "^3.1.0",
  40. "vue2-leaflet-polylinedecorator": "^2.0.1"
  41. },
  42. "devDependencies": {
  43. "@adinvadim/nuxt-segment-analytics": "^0.0.10",
  44. "@babel/eslint-parser": "^7.14.7",
  45. "@nuxtjs/eslint-config": "^6.0.1",
  46. "@nuxtjs/eslint-module": "^3.0.2",
  47. "@nuxtjs/stylelint-module": "^4.0.0",
  48. "@nuxtjs/tailwindcss": "^4.2.1",
  49. "eslint": "^7.29.0",
  50. "eslint-plugin-nuxt": "^2.0.0",
  51. "eslint-plugin-vue": "^7.12.1",
  52. "postcss": "^8.3.6",
  53. "sass": "^1.41.0",
  54. "sass-loader": "10.1.1",
  55. "stylelint": "^13.13.1",
  56. "stylelint-config-standard": "^22.0.0"
  57. }
  58. }