{ "name": "salix-front", "version": "0.0.1", "description": "Salix frontend", "productName": "Salix", "author": "Verdnatura", "private": true, "scripts": { "lint": "eslint --ext .js,.vue ./", "format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore", "test:e2e": "cypress open", "test:e2e:ci": "cypress run --browser chromium", "test": "echo \"See package.json => scripts for available tests.\" && exit 0", "test:unit": "vitest", "test:unit:ci": "vitest run" }, "dependencies": { "@quasar/extras": "^1.15.8", "axios": "^1.2.1", "pinia": "^2.0.28", "quasar": "^2.11.1", "validator": "^13.7.0", "vue": "^3.2.45", "vue-i18n": "^9.2.2", "vue-router": "^4.1.6", "vue-router-mock": "^0.1.9" }, "devDependencies": { "@intlify/unplugin-vue-i18n": "^0.8.1", "@pinia/testing": "^0.0.14", "@quasar/app-vite": "^1.1.3", "@quasar/quasar-app-extension-testing-unit-vitest": "^0.1.2", "@vue/test-utils": "^2.0.0", "autoprefixer": "^10.4.13", "cypress": "^12.2.0", "eslint": "^8.30.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-vue": "^9.8.0", "postcss": "^8.4.20", "prettier": "^2.8.1", "vitest": "^0.26.3" }, "engines": { "node": "^18 || ^16 || ^14.19", "npm": ">= 6.13.4", "yarn": ">= 1.21.1" }, "overrides": { "@vitejs/plugin-vue": "^4.0.0", "vite": "^4.0.3", "vitest": "^0.26.3" } }