X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=7d3a7ab427f28171fa3a88bf1a715d8ab9eb6089;hb=05f068eb1d8a5f54581b93bb88e3b7353343bd3d;hp=1aa9b956bfcab1718182cd93e625386bd20b6364;hpb=bb29949603108e1bc169ffbad4bc76d2d126dc9d;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 1aa9b956..7d3a7ab4 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,15 +1,15 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "0.1.1", + "version": "0.2.0", "readme": "README.md", "engines": { "node": ">=18.0.0", "pnpm": ">=8.6.0" }, "volta": { - "node": "20.11.0", - "pnpm": "8.15.2" + "node": "20.11.1", + "pnpm": "8.15.3" }, "pnpm": { "overrides": { @@ -19,11 +19,10 @@ "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:prepare": "node build-prepare.js", - "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", @@ -36,18 +35,19 @@ "finalhandler": "^1.2.0", "serve-static": "^1.15.0", "vue": "^3.4.19", - "vue-router": "^4.2.5" + "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": "^7.0.1", - "@typescript-eslint/parser": "^7.0.1", + "@types/node": "^20.11.20", + "@typescript-eslint/eslint-plugin": "^7.0.2", + "@typescript-eslint/parser": "^7.0.2", "@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", @@ -57,14 +57,13 @@ "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", - "shelljs": "^0.8.5", "typescript": "~5.3.3", - "vite": "^5.1.1", - "vitest": "^1.2.2" + "vite": "^5.1.4", + "vitest": "^1.3.1" }, - "_id": "webui@0.1.1" + "_id": "webui@0.2.0" }