build(ci): use monorepo setup on sonarcloud
[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 "coverage": "vitest run --coverage"
26 },
27 "dependencies": {
28 "finalhandler": "^1.2.0",
29 "serve-static": "^1.15.0",
30 "vue": "^3.2.47",
31 "vue-router": "^4.1.6"
32 },
33 "devDependencies": {
34 "@tsconfig/node20": "^1.0.0",
35 "@types/jsdom": "^21.1.1",
36 "@types/node": "^18.16.3",
37 "@typescript-eslint/eslint-plugin": "^5.59.2",
38 "@typescript-eslint/parser": "^5.59.2",
39 "@vitejs/plugin-vue": "^4.2.1",
40 "@vitejs/plugin-vue-jsx": "^3.0.1",
41 "@vitest/coverage-c8": "^0.30.1",
42 "@vue/eslint-config-prettier": "^7.1.0",
43 "@vue/eslint-config-typescript": "^11.0.3",
44 "@vue/test-utils": "^2.3.2",
45 "@vue/tsconfig": "^0.3.2",
46 "cross-env": "^7.0.3",
47 "eslint": "^8.39.0",
48 "eslint-define-config": "^1.20.0",
49 "eslint-import-resolver-typescript": "^3.5.5",
50 "eslint-plugin-import": "^2.27.5",
51 "eslint-plugin-vue": "^9.11.0",
52 "jsdom": "^21.1.2",
53 "prettier": "^2.8.8",
54 "rimraf": "^5.0.0",
55 "typescript": "~5.0.4",
56 "vite": "^4.3.3",
57 "vitest": "^0.30.1"
58 },
59 "_id": "webui@0.1.1"
60 }