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.

44 lines
1.3 KiB

  1. {
  2. "name": "flylocal-v5-nuxt",
  3. "version": "1.0.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/pwa": "^3.3.5",
  17. "airtable": "^0.11.1",
  18. "autoprefixer": "^10.3.4",
  19. "core-js": "^3.15.1",
  20. "leaflet": "^1.7.1",
  21. "node-sass": "^6.0.1",
  22. "nuxt": "^2.15.7",
  23. "nuxt-leaflet": "^0.0.25",
  24. "nuxt-vue-select": "^0.1.4",
  25. "sass-loader": "^12.1.0",
  26. "tailwindcss": "^2.2.15",
  27. "vue-select": "^3.13.0",
  28. "vue2-leaflet": "^2.7.1",
  29. "vue2-leaflet-markercluster": "^3.1.0"
  30. },
  31. "devDependencies": {
  32. "@babel/eslint-parser": "^7.14.7",
  33. "@nuxtjs/eslint-config": "^6.0.1",
  34. "@nuxtjs/eslint-module": "^3.0.2",
  35. "@nuxtjs/stylelint-module": "^4.0.0",
  36. "@nuxtjs/tailwindcss": "^4.2.1",
  37. "eslint": "^7.29.0",
  38. "eslint-plugin-nuxt": "^2.0.0",
  39. "eslint-plugin-vue": "^7.12.1",
  40. "postcss": "^8.3.6",
  41. "stylelint": "^13.13.1",
  42. "stylelint-config-standard": "^22.0.0"
  43. }
  44. }