README.md: formatting fixes
[e-mobility-charging-stations-simulator.git] / src / ui / web / package.json
index 03e86c5118b8ea806f26bb2525bf42cb9ca64606..99e1ee7d0cb8b165af105453f9e4b9ef6a73ccdd 100644 (file)
@@ -1,6 +1,10 @@
 {
   "name": "webui",
   "version": "0.1.0",
+  "readme": "README.md",
+  "gitHooks": {
+    "pre-commit": "lint-staged"
+  },
   "scripts": {
     "start": "npm run build && node start.js",
     "serve": "vue-cli-service serve",
     "finalhandler": "^1.2.0",
     "serve-static": "^1.15.0",
     "uuid": "^8.3.2",
-    "vue": "^3.2.37",
+    "vue": "^3.2.38",
     "vue-class-component": "^8.0.0-rc.1",
     "vue-router": "^4.1.5"
   },
   "devDependencies": {
     "@types/chai": "^4.3.3",
     "@types/mocha": "^9.1.1",
-    "@types/node": "^18.7.13",
+    "@types/node": "^18.7.14",
     "@types/uuid": "^8.3.4",
-    "@typescript-eslint/eslint-plugin": "^5.35.1",
-    "@typescript-eslint/parser": "^5.35.1",
+    "@typescript-eslint/eslint-plugin": "^5.36.1",
+    "@typescript-eslint/parser": "^5.36.1",
     "@vue/cli": "~5.0.8",
     "@vue/cli-plugin-babel": "~5.0.8",
     "@vue/cli-plugin-eslint": "~5.0.8",
@@ -43,9 +47,5 @@
     "prettier": "^2.7.1",
     "typescript": "~4.8.2"
   },
-  "_id": "webui@0.1.0",
-  "gitHooks": {
-    "pre-commit": "lint-staged"
-  },
-  "readme": "README.md"
+  "_id": "webui@0.1.0"
 }