X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=d49c2a45b6160256b6c2e71cd41d0f852c233663;hb=a5f71620495481e50df343027417b04b60a98a6d;hp=c4faea29829d06579301e8dda60571080802b66a;hpb=fbc5c5c175d37c7565cbc9ccb09259ca68cc70be;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index c4faea29..425ffae6 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,21 +1,23 @@ { + "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "0.1.1", + "version": "0.3.0", "readme": "README.md", "engines": { - "node": ">=16.9.0", - "pnpm": ">=8.6.0" + "node": ">=18.0.0", + "pnpm": ">=9.0.0" }, "volta": { - "node": "20.3.0", - "pnpm": "8.6.3" + "node": "20.12.2", + "pnpm": "9.0.3" }, + "packageManager": "pnpm@9.0.3", + "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", @@ -27,34 +29,37 @@ "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.3.4", - "vue-router": "^4.2.2" + "vue": "^3.4.23", + "vue-router": "^4.3.2", + "vue-toast-notification": "^3.1.2" }, "devDependencies": { - "@tsconfig/node20": "^1.0.1", - "@types/jsdom": "^21.1.1", - "@types/node": "^20.3.1", - "@typescript-eslint/eslint-plugin": "^5.60.0", - "@typescript-eslint/parser": "^5.60.0", - "@vitejs/plugin-vue": "^4.2.3", - "@vitejs/plugin-vue-jsx": "^3.0.1", - "@vitest/coverage-c8": "^0.32.2", - "@vue/eslint-config-prettier": "^7.1.0", - "@vue/eslint-config-typescript": "^11.0.3", - "@vue/test-utils": "^2.3.2", - "@vue/tsconfig": "^0.4.0", + "@rushstack/eslint-patch": "^1.10.2", + "@tsconfig/node20": "^20.1.4", + "@types/jsdom": "^21.1.6", + "@types/node": "^20.12.7", + "@typescript-eslint/eslint-plugin": "^7.7.0", + "@typescript-eslint/parser": "^7.7.0", + "@vitejs/plugin-vue": "^5.0.4", + "@vitejs/plugin-vue-jsx": "^3.1.0", + "@vitest/coverage-v8": "^1.5.0", + "@vue/eslint-config-prettier": "^9.0.0", + "@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.43.0", - "eslint-define-config": "^1.20.0", - "eslint-import-resolver-typescript": "^3.5.5", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-vue": "^9.15.0", - "jsdom": "^22.1.0", - "prettier": "^2.8.8", - "rimraf": "^5.0.1", - "typescript": "~5.1.3", - "vite": "^4.3.9", - "vitest": "^0.32.2" + "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-simple-import-sort": "^12.1.0", + "eslint-plugin-vue": "^9.25.0", + "jsdom": "^24.0.0", + "prettier": "^3.2.5", + "rimraf": "^5.0.5", + "typescript": "~5.4.5", + "vite": "^5.2.9", + "vitest": "^1.5.0" }, - "_id": "webui@0.1.1" + "_id": "webui@0.3.0" }