build(deps): 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": "eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
22 "lint:fix": "eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
23 "test": "vitest"
24 },
25 "dependencies": {
26 "finalhandler": "^1.2.0",
27 "serve-static": "^1.15.0",
28 "vue": "^3.2.47",
29 "vue-router": "^4.1.6"
30 },
31 "devDependencies": {
32 "@tsconfig/node20": "^1.0.0",
33 "@types/jsdom": "^21.1.1",
34 "@types/node": "^18.16.2",
35 "@typescript-eslint/eslint-plugin": "^5.59.1",
36 "@typescript-eslint/parser": "^5.59.1",
37 "@vitejs/plugin-vue": "^4.2.1",
38 "@vitejs/plugin-vue-jsx": "^3.0.1",
39 "@vue/eslint-config-prettier": "^7.1.0",
40 "@vue/eslint-config-typescript": "^11.0.3",
41 "@vue/test-utils": "^2.3.2",
42 "@vue/tsconfig": "^0.3.2",
43 "eslint": "^8.39.0",
44 "eslint-define-config": "^1.20.0",
45 "eslint-plugin-vue": "^9.11.0",
46 "jsdom": "^21.1.1",
47 "prettier": "^2.8.8",
48 "rimraf": "^5.0.0",
49 "typescript": "~5.0.4",
50 "vite": "^4.3.3",
51 "vitest": "^0.30.1"
52 },
53 "_id": "webui@0.1.1"
54 }