ddf335c6d09d3cd219ae8015b35e5e298d874955
[e-mobility-charging-stations-simulator.git] / ui / web / package.json
1 {
2 "$schema": "https://json.schemastore.org/package",
3 "name": "webui",
4 "version": "0.1.1",
5 "readme": "README.md",
6 "engines": {
7 "node": ">=18.0.0",
8 "pnpm": ">=8.6.0"
9 },
10 "volta": {
11 "node": "20.11.0",
12 "pnpm": "8.14.1"
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 "start": "pnpm build && node start.js",
23 "dev": "vite",
24 "serve": "vite preview",
25 "build": "vite build",
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.14",
38 "vue-router": "^4.2.5"
39 },
40 "devDependencies": {
41 "@rushstack/eslint-patch": "^1.7.0",
42 "@tsconfig/node20": "^20.1.2",
43 "@types/jsdom": "^21.1.6",
44 "@types/node": "^20.11.5",
45 "@typescript-eslint/eslint-plugin": "^6.19.0",
46 "@typescript-eslint/parser": "^6.19.0",
47 "@vitejs/plugin-vue": "^5.0.3",
48 "@vitejs/plugin-vue-jsx": "^3.1.0",
49 "@vitest/coverage-v8": "^1.2.0",
50 "@vue/eslint-config-prettier": "^9.0.0",
51 "@vue/eslint-config-typescript": "^12.0.0",
52 "@vue/test-utils": "^2.4.3",
53 "@vue/tsconfig": "^0.5.1",
54 "cross-env": "^7.0.3",
55 "eslint": "^8.56.0",
56 "eslint-define-config": "^2.1.0",
57 "eslint-import-resolver-typescript": "^3.6.1",
58 "eslint-plugin-import": "^2.29.1",
59 "eslint-plugin-vue": "^9.20.1",
60 "jsdom": "^23.2.0",
61 "prettier": "^3.2.3",
62 "rimraf": "^5.0.5",
63 "typescript": "~5.3.3",
64 "vite": "^5.0.11",
65 "vitest": "^1.2.0"
66 },
67 "_id": "webui@0.1.1"
68 }