UNPKG

@andreabiagini5/applicazioni-e-servizi-web-project

Version:
57 lines (56 loc) 1.74 kB
{ "name": "client", "private": false, "type": "module", "scripts": { "start": "vite preview", "serve": "vite", "build": "run-p type-check \"build-only {@}\" --", "test": "run-s test:unit", "preview": "vite preview", "test:unit": "node vitest-safe-run.js", "test:e2e": "npm run build && start-server-and-test preview http://localhost:4173 'cypress run --e2e'", "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'", "build-only": "vite build --emptyOutDir", "type-check": "vue-tsc --build", "lint": "eslint . --fix" }, "dependencies": { "axios": "^1.9.0", "mdb-vue-ui-kit": "^6.0.0", "pinia": "^3.0.0", "socket.io-client": "^4.8.1", "vue": "^3.5.13", "vue-router": "^4.5.0", "zxcvbn": "^4.4.2" }, "devDependencies": { "@tsconfig/node22": "^22.0.0", "@types/jsdom": "^21.1.7", "@types/node": "^22.10.7", "@vitejs/plugin-vue": "^6.0.0", "@vitejs/plugin-vue-jsx": "^5.0.0", "@types/zxcvbn": "^4.4.5", "@vitest/coverage-v8": "^3.0.4", "@vitest/eslint-plugin": "1.3.13", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.3.0", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.8.0", "cypress": "^15.0.0", "eslint": "^9.18.0", "eslint-plugin-cypress": "^5.0.0", "eslint-plugin-vue": "^10.0.0", "jiti": "^2.4.2", "jsdom": "^27.0.0", "npm-run-all2": "^8.0.0", "prettier": "^3.4.2", "sass-embedded": "^1.86.3", "start-server-and-test": "^2.0.10", "typescript": "~5.8.0", "vite": "^6.0.0", "vite-plugin-vue-devtools": "^8.0.0", "vitest": "^3.0.2", "vue-tsc": "^3.0.0" } }