X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=3c6e3b8b83064becf90b9bb102c5530129e86b16;hb=3ca2b752197d57b35aac592532ed232b0a0c5631;hp=0a9aa7b7435c70d85284f276267b7a76993901c6;hpb=85b79dd4ca51b53a5060ca3b0d74c0e02b1a17d3;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 0a9aa7b7..3c6e3b8b 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.4" }, "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,36 @@ "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.4.18", - "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", "@types/jsdom": "^21.1.6", - "@types/node": "^20.11.17", - "@typescript-eslint/eslint-plugin": "^6.21.0", - "@typescript-eslint/parser": "^6.21.0", + "@types/node": "^20.11.24", + "@typescript-eslint/eslint-plugin": "^7.1.1", + "@typescript-eslint/parser": "^7.1.1", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vitest/coverage-v8": "^1.2.2", + "@vitest/coverage-v8": "^1.3.1", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/test-utils": "^2.4.4", "@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-vue": "^9.22.0", "jsdom": "^24.0.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", "typescript": "~5.3.3", - "vite": "^5.1.1", - "vitest": "^1.2.2" + "vite": "^5.1.5", + "vitest": "^1.3.1" }, - "_id": "webui@0.1.1" + "_id": "webui@0.3.0" }