{ "private": true, "scripts": { "dev": "nuxt dev --hostname '0.0.0.0' --port 3003", "dev:local": "yarn dev --dotenv .env.local", "dev:preprod": "yarn dev --dotenv .env.preprod", "dev:prod": "yarn dev --dotenv .env.prod", "build": "nuxt build", "build:local": "yarn build --dotenv .env.local", "build:preprod": "yarn build --dotenv .env.preprod", "build:prod": "yarn build --dotenv .env.prod", "start": "nuxt start --hostname '127.0.0.1' --port 3003", "start:local": "yarn start --dotenv .env.local", "start:preprod": "yarn start --dotenv .env.preprod", "start:prod": "yarn start --dotenv .env.prod", "deploy": "git pull && yarn install && yarn build && pm2 start app", "infos": "npx nuxi info" }, "devDependencies": { "@nuxt/test-utils-edge": "^3.0.0-rc.11-27727864.720da64", "@nuxtjs/eslint-config": "^10.0.0", "@nuxtjs/eslint-module": "^3.1.0", "@types/event-source-polyfill": "^1.0.0", "@types/jest": "^29.0.3", "@types/lodash": "^4.14.185", "eslint": "^8.22.0", "eslint-plugin-nuxt": "^4.0.0", "jest": "^29.0.3", "ts-jest": "^29.0.1", "vitest": "^0.23.4", "vue-jest": "^3.0.7" }, "dependencies": { "@casl/ability": "^6.0.0", "@casl/vue": "^2.1.3", "@fortawesome/fontawesome-free": "^6.2.0", "@nuxt/image": "^0.7.1", "@nuxtjs/i18n-edge": "npm:@nuxtjs/i18n-edge", "@pinia-orm/nuxt": "^1.0.18", "@pinia/nuxt": "^0.4.0", "@types/js-yaml": "^4.0.5", "event-source-polyfill": "^1.0.31", "js-yaml": "^4.1.0", "libphonenumber-js": "^1.10.13", "nuxt": "^3.0.0-rc.10", "pinia-orm": "^1.0.0-rc.5", "sass": "^1.54.5", "vuetify": "^3.0.0-beta.11", "yaml-import": "^2.0.0" } }