976f6f96315d68abadf4dfdc3eaf0cbfcc895336
[e-mobility-charging-stations-simulator.git] / ui / web / package.json
1 {
2 "$schema": "https://json.schemastore.org/package",
3 "name": "webui",
4 "version": "0.3.0",
5 "readme": "README.md",
6 "engines": {
7 "node": ">=18.0.0",
8 "pnpm": ">=8.6.0"
9 },
10 "volta": {
11 "node": "20.12.1",
12 "pnpm": "8.15.6"
13 },
14 "packageManager": "pnpm@8.15.6",
15 "type": "module",
16 "scripts": {
17 "build": "vite build",
18 "preview": "pnpm build && vite preview",
19 "start": "pnpm build && node start.js",
20 "dev": "vite",
21 "clean:dist": "npx rimraf dist",
22 "clean:node_modules": "npx rimraf node_modules",
23 "lint": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
24 "lint:fix": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
25 "format": "prettier --cache --write .",
26 "test": "vitest",
27 "coverage": "vitest run --coverage"
28 },
29 "dependencies": {
30 "finalhandler": "^1.2.0",
31 "serve-static": "^1.15.0",
32 "vue": "^3.4.21",
33 "vue-router": "^4.3.0",
34 "vue-toast-notification": "^3.1.2"
35 },
36 "devDependencies": {
37 "@rushstack/eslint-patch": "^1.10.1",
38 "@tsconfig/node20": "^20.1.4",
39 "@types/jsdom": "^21.1.6",
40 "@types/node": "^20.12.7",
41 "@typescript-eslint/eslint-plugin": "^7.6.0",
42 "@typescript-eslint/parser": "^7.6.0",
43 "@vitejs/plugin-vue": "^5.0.4",
44 "@vitejs/plugin-vue-jsx": "^3.1.0",
45 "@vitest/coverage-v8": "^1.4.0",
46 "@vue/eslint-config-prettier": "^9.0.0",
47 "@vue/eslint-config-typescript": "^13.0.0",
48 "@vue/test-utils": "^2.4.5",
49 "@vue/tsconfig": "^0.5.1",
50 "cross-env": "^7.0.3",
51 "eslint": "^8.57.0",
52 "eslint-define-config": "^2.1.0",
53 "eslint-import-resolver-typescript": "^3.6.1",
54 "eslint-plugin-import": "^2.29.1",
55 "eslint-plugin-simple-import-sort": "^12.0.0",
56 "eslint-plugin-vue": "^9.24.1",
57 "jsdom": "^24.0.0",
58 "prettier": "^3.2.5",
59 "rimraf": "^5.0.5",
60 "typescript": "~5.4.4",
61 "vite": "^5.2.8",
62 "vitest": "^1.4.0"
63 },
64 "_id": "webui@0.3.0"
65 }