mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-04-24 16:53:37 +00:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 6.4.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
974 B
JSON
35 lines
974 B
JSON
{
|
|
"name": "seasoned-request",
|
|
"description": "seasoned request app",
|
|
"version": "1.22.17",
|
|
"author": "Kevin Midboe",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development vite",
|
|
"build": "yarn vite build",
|
|
"lint": "eslint src; prettier -c src",
|
|
"clean": "rm -rf dist/ yarn-*.log 2>/dev/null",
|
|
"docs": "documentation build src/api.ts -f html -o docs/api && documentation build src/api.ts -f md -o docs/api.md"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "3.9.1",
|
|
"vue": "3.5.28",
|
|
"vue-router": "5.0.3",
|
|
"vuex": "4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^2.0.2",
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/node": "^25.3.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"eslint": "^10.0.1",
|
|
"eslint-config-airbnb-extended": "^3.0.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
"prettier": "^3.8.1",
|
|
"sass": "1.54.3",
|
|
"typescript": "5.9.3",
|
|
"vite": "^6.4.2"
|
|
}
|
|
}
|