2 "$schema": "https://json.schemastore.org/package",
20 "preinstall": "npx --yes only-allow pnpm",
21 "start": "pnpm build && node start.js",
23 "serve": "vite preview",
24 "build": "vite build",
25 "clean:dist": "npx rimraf dist",
26 "clean:node_modules": "npx rimraf node_modules",
27 "lint": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
28 "lint:fix": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
29 "format": "prettier --cache --write .",
31 "coverage": "vitest run --coverage"
34 "finalhandler": "^1.2.0",
35 "serve-static": "^1.15.0",
37 "vue-router": "^4.2.5"
40 "@tsconfig/node20": "^20.1.2",
41 "@types/jsdom": "^21.1.4",
42 "@types/node": "^20.8.9",
43 "@typescript-eslint/eslint-plugin": "^6.9.1",
44 "@typescript-eslint/parser": "^6.9.1",
45 "@vitejs/plugin-vue": "^4.4.0",
46 "@vitejs/plugin-vue-jsx": "^3.0.2",
47 "@vitest/coverage-v8": "^0.34.6",
48 "@vue/eslint-config-prettier": "^8.0.0",
49 "@vue/eslint-config-typescript": "^12.0.0",
50 "@vue/test-utils": "^2.4.1",
51 "@vue/tsconfig": "^0.4.0",
52 "cross-env": "^7.0.3",
54 "eslint-define-config": "^1.24.1",
55 "eslint-import-resolver-typescript": "^3.6.1",
56 "eslint-plugin-import": "^2.29.0",
57 "eslint-plugin-vue": "^9.18.1",
61 "typescript": "~5.2.2",