X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=fa2236a08a3c41b3821b1ac3639103d00f68b265;hb=e689cef921490106fcb092172fc93150eeedb78f;hp=02d4a2e0113730a2395084e0e4d7510a6f2b0eda;hpb=61e7211fc5ffba826712773b685cb06f9cd9a2a6;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 02d4a2e0..fa2236a0 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,28 +1,23 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "0.1.1", + "version": "0.3.0", "readme": "README.md", "engines": { "node": ">=18.0.0", "pnpm": ">=8.6.0" }, "volta": { - "node": "20.11.0", - "pnpm": "8.15.1" - }, - "pnpm": { - "overrides": { - "semver": "^7.5.3" - } + "node": "20.11.1", + "pnpm": "8.15.5" }, "type": "module", "scripts": { "preinstall": "npx --yes only-allow pnpm", + "build": "vite build", + "preview": "pnpm build && vite preview", "start": "pnpm build && node start.js", "dev": "vite", - "serve": "vite preview", - "build": "vite build", "clean:dist": "npx rimraf dist", "clean:node_modules": "npx rimraf node_modules", "lint": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore", @@ -34,35 +29,37 @@ "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.4.15", - "vue-router": "^4.2.5" + "vue": "^3.4.21", + "vue-router": "^4.3.0", + "vue-toast-notification": "^3.1.2" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.7.2", - "@tsconfig/node20": "^20.1.2", + "@rushstack/eslint-patch": "^1.8.0", + "@tsconfig/node20": "^20.1.3", "@types/jsdom": "^21.1.6", - "@types/node": "^20.11.15", - "@typescript-eslint/eslint-plugin": "^6.20.0", - "@typescript-eslint/parser": "^6.20.0", - "@vitejs/plugin-vue": "^5.0.3", + "@types/node": "^20.11.30", + "@typescript-eslint/eslint-plugin": "^7.3.1", + "@typescript-eslint/parser": "^7.3.1", + "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vitest/coverage-v8": "^1.2.2", + "@vitest/coverage-v8": "^1.4.0", "@vue/eslint-config-prettier": "^9.0.0", - "@vue/eslint-config-typescript": "^12.0.0", - "@vue/test-utils": "^2.4.4", + "@vue/eslint-config-typescript": "^13.0.0", + "@vue/test-utils": "^2.4.5", "@vue/tsconfig": "^0.5.1", "cross-env": "^7.0.3", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-vue": "^9.21.1", + "eslint-plugin-simple-import-sort": "^12.0.0", + "eslint-plugin-vue": "^9.23.0", "jsdom": "^24.0.0", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "rimraf": "^5.0.5", - "typescript": "~5.3.3", - "vite": "^5.0.12", - "vitest": "^1.2.2" + "typescript": "~5.4.3", + "vite": "^5.2.6", + "vitest": "^1.4.0" }, - "_id": "webui@0.1.1" + "_id": "webui@0.3.0" }