build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / package.json
1 {
2 "name": "webui",
3 "version": "0.1.1",
4 "readme": "README.md",
5 "engines": {
6 "node": ">=16.9.0",
7 "pnpm": ">= 8.0.0"
8 },
9 "volta": {
10 "node": "20.0.0",
11 "pnpm": "8.3.1"
12 },
13 "scripts": {
14 "preinstall": "npx --yes only-allow pnpm",
15 "start": "pnpm build && node start.js",
16 "dev": "vite",
17 "serve": "vite preview",
18 "build": "vite build",
19 "clean:dist": "npx rimraf dist",
20 "clean:node_modules": "npx rimraf node_modules",
21 "lint": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
22 "lint:fix": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
23 "format": "prettier --cache --write .",
24 "test": "vitest"
25 },
26 "dependencies": {
27 "finalhandler": "^1.2.0",
28 "serve-static": "^1.15.0",
29 "vue": "^3.2.47",
30 "vue-router": "^4.1.6"
31 },
32 "devDependencies": {
33 "@tsconfig/node20": "^1.0.0",
34 "@types/jsdom": "^21.1.1",
35 "@types/node": "^18.16.3",
36 "@typescript-eslint/eslint-plugin": "^5.59.2",
37 "@typescript-eslint/parser": "^5.59.2",
38 "@vitejs/plugin-vue": "^4.2.1",
39 "@vitejs/plugin-vue-jsx": "^3.0.1",
40 "@vue/eslint-config-prettier": "^7.1.0",
41 "@vue/eslint-config-typescript": "^11.0.3",
42 "@vue/test-utils": "^2.3.2",
43 "@vue/tsconfig": "^0.3.2",
44 "cross-env": "^7.0.3",
45 "eslint": "^8.39.0",
46 "eslint-define-config": "^1.20.0",
47 "eslint-import-resolver-typescript": "^3.5.5",
48 "eslint-plugin-import": "^2.27.5",
49 "eslint-plugin-vue": "^9.11.0",
50 "jsdom": "^21.1.2",
51 "prettier": "^2.8.8",
52 "rimraf": "^5.0.0",
53 "typescript": "~5.0.4",
54 "vite": "^4.3.3",
55 "vitest": "^0.30.1"
56 },
57 "_id": "webui@0.1.1"
58 }