{ "private": true, "version": "2.3.0", "type": "module", "engines": { "node": ">=18.0.0" }, "scripts": { "dev": "rm -rf /tmp/nitro && nuxt dev", "dev:local": "yarn dev --dotenv .env.docker", "dev:prod": "yarn dev --dotenv .env.prod", "build": "nuxt build", "build:local": "yarn build --dotenv .env.docker", "build:prod": "yarn build --dotenv .env.prod", "prepare": "nuxt prepare", "start": "nuxt start --hostname '127.0.0.1' --port 3003", "deploy": "git pull && yarn install & yarn build", "lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .", "lint-fix": "eslint --fix --ext \".ts,.js,.vue\" --ignore-path .gitignore .", "test": "vitest run" }, "devDependencies": { "@nuxt/test-utils": "^3.0.0", "@nuxt/test-utils-edge": "^3.0.1-rc.0-27810184.d991a55", "@nuxtjs/eslint-config": "^11.0.0", "@nuxtjs/eslint-config-typescript": "^11.0.0", "@nuxtjs/eslint-module": "^3.1.0", "@types/cleave.js": "^1.4.7", "@types/event-source-polyfill": "^1.0.0", "@types/jest": "^29.2.3", "@types/lodash": "^4.14.189", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/parser": "^5.43.0", "@vitejs/plugin-vue": "^4.0.0", "@vitest/coverage-c8": "^0.28.3", "@vue/eslint-config-standard": "^8.0.1", "@vue/test-utils": "^2.2.7", "blob-polyfill": "^7.0.20220408", "eslint": "^8.27.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", "nuxt": "^3.0.0", "prettier": "^2.7.1", "ts-jest": "^29.0.3", "typescript": "4.9.4", "vitest": "0.28.3", "vue-jest": "^3.0.7" }, "dependencies": { "@casl/ability": "^6.3.3", "@casl/vue": "2.1.1", "@fortawesome/fontawesome-free": "^6.2.1", "@mdi/font": "^7.0.96", "@nuxt/image": "^0.7.1", "@nuxt/image-edge": "^1.0.0-27907872.f4dd19d", "@nuxtjs/i18n": "^8.0.0-beta.7", "@pinia-orm/nuxt": "^1.1.6", "@pinia/nuxt": "0.4.6", "@types/js-yaml": "^4.0.5", "@types/vue-the-mask": "^0.11.1", "cleave.js": "^1.6.0", "date-fns": "^2.29.3", "event-source-polyfill": "^1.0.31", "js-yaml": "^4.1.0", "libphonenumber-js": "1.10.18", "nuxt-lodash": "^2.4.1", "pinia": "^2.0.28", "pinia-orm": "1.4.0", "sass": "^1.57.1", "uuid": "^9.0.0", "vite-plugin-vuetify": "^1.0.1", "vue-tel-input-vuetify": "^1.5.3", "vue-the-mask": "^0.11.1", "vuetify": "3.1.1", "yaml-import": "^2.0.0" } }