33 lines
828 B
JSON
33 lines
828 B
JSON
{
|
|
"name": "service-finder-frontend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.0",
|
|
"vue-i18n": "^9.11.0",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.60.0",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.5.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-vue": "^9.19.0",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "~5.3.0",
|
|
"vite": "^5.0.0",
|
|
"vue-tsc": "^1.8.0"
|
|
}
|
|
}
|