{ "name": "frames", "version": "0.3.0", "private": true, "scripts": { "dev": "nuxt dev", "dev:local": "yarn dev --dotenv .env.local", "dev:prod": "yarn dev --dotenv .env.prod", "dev:ci": "yarn dev --dotenv .env.ci", "build": "nuxt build", "build:local": "yarn build --dotenv .env.local", "build:prod": "yarn build --dotenv .env.prod", "deploy": "git pull && yarn install && yarn build", "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", "lint": "yarn lint:js", "test": "jest" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.4.0", "@fortawesome/free-brands-svg-icons": "^6.4.0", "@fortawesome/free-regular-svg-icons": "^6.4.0", "@fortawesome/free-solid-svg-icons": "^6.4.0", "@mdi/font": "^7.2.96", "@nuxtjs/date-fns": "^1.5.0", "@nuxtjs/i18n": "^8.0.0-beta.9", "@pinia-orm/nuxt": "^1.1.7", "@pinia/nuxt": "^0.4.7", "@syncfusion/ej2-vue-calendars": "^20.4.54", "@turf/turf": "^6.5.0", "@vue-leaflet/vue-leaflet": "^0.9.0", "@vuepic/vue-datepicker": "^4.2.2", "axios": "^1.3.4", "core-js": "^3.15.1", "date-fns": "^2.29.3", "iframe-resizer": "^4.3.6", "leaflet": "^1.9.3", "leaflet.markercluster": "^1.5.3", "libphonenumber-js": "^1.9.38", "nuxt": "^3.2.0", "nuxt-lodash": "^2.4.1", "ohmyfetch": "^0.4.21", "pinia": "^2.0.33", "pinia-orm": "^1.5.1", "sass": "^1.59.3", "scss": "^0.2.4", "vite-plugin-vuetify": "^1.0.2", "vue-social-sharing": "^3.0.9", "vue3-carousel": "^0.2.12", "vue3-datepicker": "^0.3.4", "vuetify": "^3.1.15" }, "devDependencies": { "@nuxt/devtools": "^0.1.2", "@nuxt/test-utils": "^3.2.0", "@nuxt/test-utils-edge": "^3.0.1-rc.0-27909581.f711046", "@nuxtjs/eslint-config": "^12.0.0", "@nuxtjs/eslint-config-typescript": "^12.0.0", "@nuxtjs/eslint-module": "^3.1.0", "@nuxtjs/fontawesome": "^1.1.2", "@types/event-source-polyfill": "^1.0.1", "@types/jest": "^29.4.0", "@types/leaflet": "^1.9.1", "@types/lodash": "^4.14.189", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "@vitejs/plugin-vue": "^4.0.0", "@vitest/coverage-c8": "^0.28.4", "@vue/eslint-config-standard": "^8.0.1", "@vue/test-utils": "^2.2.10", "cypress": "8.7.0", "eslint": "^8.34.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "^9.7.0", "jsdom": "^21.0.0", "prettier": "^2.8.4", "sass-loader": "^13.2.1", "ts-jest": "^29.0.3", "typescript": "4.9.5", "vitest": "0.28.5", "vue-jest": "^3.0.7" } }