2 "$schema": "https://json.schemastore.org/package",
14 "packageManager": "pnpm@9.0.6",
17 "build": "vite build",
18 "preview": "pnpm build && vite preview",
19 "start": "pnpm build && node start.js",
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 .",
27 "coverage": "vitest run --coverage"
30 "finalhandler": "^1.2.0",
31 "serve-static": "^1.15.0",
33 "vue-router": "^4.3.2",
34 "vue-toast-notification": "^3.1.2"
37 "@rushstack/eslint-patch": "^1.10.2",
38 "@tsconfig/node20": "^20.1.4",
39 "@types/jsdom": "^21.1.6",
40 "@types/node": "^20.12.7",
41 "@typescript-eslint/eslint-plugin": "^7.7.1",
42 "@typescript-eslint/parser": "^7.7.1",
43 "@vitejs/plugin-vue": "^5.0.4",
44 "@vitejs/plugin-vue-jsx": "^3.1.0",
45 "@vitest/coverage-v8": "^1.5.1",
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",
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.1.0",
56 "eslint-plugin-vue": "^9.25.0",
60 "typescript": "~5.4.5",