profileShare

rasmusjy / splitapp-frontend-vue

Read-only snapshot

No repository description.

main default branch 96 files Expires Sep 13, 2026, 9:06 AM
package.json 1,596 bytes
1 {
2 "name": "rasmju-js-a7",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "run-p type-check \"build-only {@}\" --",
9 "preview": "vite preview",
10 "test:unit": "vitest",
11 "test:e2e": "playwright test",
12 "test:e2e:ui": "playwright test --ui",
13 "build-only": "vite build",
14 "type-check": "vue-tsc --build",
15 "lint": "run-s lint:*",
16 "lint:oxlint": "oxlint . --fix",
17 "lint:eslint": "eslint . --fix --cache",
18 "format": "prettier --write --experimental-cli src/"
19 },
20 "dependencies": {
21 "axios": "^1.14.0",
22 "bootstrap": "^5.3.8",
23 "pinia": "^3.0.4",
24 "vue": "^3.5.31",
25 "vue-i18n": "^11.3.2",
26 "vue-router": "^5.0.4"
27 },
28 "devDependencies": {
29 "@pinia/testing": "^1.0.3",
30 "@playwright/test": "^1.59.1",
31 "@tsconfig/node24": "^24.0.4",
32 "@types/jsdom": "^28.0.1",
33 "@types/node": "^24.12.0",
34 "@vitejs/plugin-vue": "^6.0.5",
35 "@vitest/eslint-plugin": "^1.6.13",
36 "@vue/eslint-config-typescript": "^14.7.0",
37 "@vue/test-utils": "^2.4.6",
38 "@vue/tsconfig": "^0.9.1",
39 "eslint": "^10.1.0",
40 "eslint-config-prettier": "^10.1.8",
41 "eslint-plugin-oxlint": "~1.57.0",
42 "eslint-plugin-vue": "~10.8.0",
43 "jiti": "^2.6.1",
44 "jsdom": "^29.0.1",
45 "msw": "^2.13.2",
46 "npm-run-all2": "^8.0.4",
47 "oxlint": "~1.57.0",
48 "prettier": "3.8.1",
49 "typescript": "~6.0.0",
50 "vite": "^8.0.3",
51 "vite-plugin-vue-devtools": "^8.1.1",
52 "vitest": "^4.1.2",
53 "vue-tsc": "^3.2.6"
54 },
55 "engines": {
56 "node": "^20.19.0 || >=22.12.0"
57 }
58 }
59