pilotwings/package.json
Renovate Bot 5479c98f6e
All checks were successful
pilotwings / python (push) Successful in 2m0s
pilotwings / node (push) Successful in 26s
pilotwings / docker (push) Successful in 1m41s
chore(deps): update dependency vite to ^5.4.11
2024-11-11 13:29:29 +00:00

36 lines
814 B
JSON

{
"name": "frontend",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix"
},
"dependencies": {
"axios": "^1.7.7",
"bulma": "^1.0.2",
"font-awesome": "^4.7.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.6.0",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
},
"prettier": {
"semi": false,
"singleQuote": true,
"arrowParens": "avoid"
}
}