build(deps-dev): bump @types/node from 20.11.22 to 20.11.24 in /ui/web
[e-mobility-charging-stations-simulator.git] / ui / web / package.json
1 {
2 "$schema": "https://json.schemastore.org/package",
3 "name": "webui",
4 "version": "0.2.0",
5 "readme": "README.md",
6 "engines": {
7 "node": ">=18.0.0",
8 "pnpm": ">=8.6.0"
9 },
10 "volta": {
11 "node": "20.11.1",
12 "pnpm": "8.15.4"
13 },
14 "pnpm": {
15 "overrides": {
16 "semver": "^7.5.3"
17 }
18 },
19 "type": "module",
20 "scripts": {
21 "preinstall": "npx --yes only-allow pnpm",
22 "build": "vite build",
23 "preview": "pnpm build && vite preview",
24 "start": "pnpm build && node start.js",
25 "dev": "vite",
26 "clean:dist": "npx rimraf dist",
27 "clean:node_modules": "npx rimraf node_modules",
28 "lint": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
29 "lint:fix": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
30 "format": "prettier --cache --write .",
31 "test": "vitest",
32 "coverage": "vitest run --coverage"
33 },
34 "dependencies": {
35 "finalhandler": "^1.2.0",
36 "serve-static": "^1.15.0",
37 "vue": "^3.4.21",
38 "vue-router": "^4.3.0",
39 "vue-toast-notification": "^3.1.2"
40 },
41 "devDependencies": {
42 "@rushstack/eslint-patch": "^1.7.2",
43 "@tsconfig/node20": "^20.1.2",
44 "@types/jsdom": "^21.1.6",
45 "@types/node": "^20.11.24",
46 "@typescript-eslint/eslint-plugin": "^7.1.0",
47 "@typescript-eslint/parser": "^7.1.0",
48 "@vitejs/plugin-vue": "^5.0.4",
49 "@vitejs/plugin-vue-jsx": "^3.1.0",
50 "@vitest/coverage-v8": "^1.3.1",
51 "@vue/eslint-config-prettier": "^9.0.0",
52 "@vue/eslint-config-typescript": "^12.0.0",
53 "@vue/test-utils": "^2.4.4",
54 "@vue/tsconfig": "^0.5.1",
55 "cross-env": "^7.0.3",
56 "eslint": "^8.57.0",
57 "eslint-define-config": "^2.1.0",
58 "eslint-import-resolver-typescript": "^3.6.1",
59 "eslint-plugin-import": "^2.29.1",
60 "eslint-plugin-vue": "^9.22.0",
61 "jsdom": "^24.0.0",
62 "prettier": "^3.2.5",
63 "rimraf": "^5.0.5",
64 "typescript": "~5.3.3",
65 "vite": "^5.1.4",
66 "vitest": "^1.3.1"
67 },
68 "_id": "webui@0.2.0"
69 }