|  | 
|  | 1 | +{ | 
|  | 2 | +  "name": "vue-recruitment-refactor-assignment", | 
|  | 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 | +    "build-only": "vite build", | 
|  | 12 | +    "type-check": "vue-tsc --build --force", | 
|  | 13 | +    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | 
|  | 14 | +    "format": "prettier --write src/" | 
|  | 15 | +  }, | 
|  | 16 | +  "dependencies": { | 
|  | 17 | +    "axios": "^1.7.7", | 
|  | 18 | +    "date-fns": "^4.1.0", | 
|  | 19 | +    "vue": "^3.4.29" | 
|  | 20 | +  }, | 
|  | 21 | +  "devDependencies": { | 
|  | 22 | +    "@rushstack/eslint-patch": "^1.8.0", | 
|  | 23 | +    "@tsconfig/node20": "^20.1.4", | 
|  | 24 | +    "@types/jsdom": "^21.1.7", | 
|  | 25 | +    "@types/node": "^20.14.5", | 
|  | 26 | +    "@vitejs/plugin-vue": "^5.0.5", | 
|  | 27 | +    "@vue/eslint-config-prettier": "^9.0.0", | 
|  | 28 | +    "@vue/eslint-config-typescript": "^13.0.0", | 
|  | 29 | +    "@vue/test-utils": "^2.4.6", | 
|  | 30 | +    "@vue/tsconfig": "^0.5.1", | 
|  | 31 | +    "eslint": "^8.57.0", | 
|  | 32 | +    "eslint-plugin-vue": "^9.23.0", | 
|  | 33 | +    "jsdom": "^24.1.0", | 
|  | 34 | +    "npm-run-all2": "^6.2.0", | 
|  | 35 | +    "prettier": "^3.2.5", | 
|  | 36 | +    "sass-embedded": "^1.79.4", | 
|  | 37 | +    "typescript": "~5.4.0", | 
|  | 38 | +    "vite": "^5.3.1", | 
|  | 39 | +    "vite-plugin-vue-devtools": "^7.3.1", | 
|  | 40 | +    "vitest": "^1.6.0", | 
|  | 41 | +    "vue-tsc": "^2.0.21" | 
|  | 42 | +  } | 
|  | 43 | +} | 
0 commit comments