pilotwings/package.json
Renovate Bot ec294638fb
All checks were successful
pilotwings / python (push) Successful in 2m42s
pilotwings / node (push) Successful in 1m28s
pilotwings / docker (push) Successful in 2m54s
chore(deps): update dependency vite to ^6.0.2
2024-12-02 06:55:30 +00:00

36 lines
810 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.8",
"bulma": "^1.0.2",
"font-awesome": "^4.7.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.1",
"typescript": "5.6",
"vite": "^6.0.2",
"vue-tsc": "^2.1.10"
},
"prettier": {
"semi": false,
"singleQuote": true,
"arrowParens": "avoid"
}
}