Files
tps/package.json
dependabot[bot] c1ac6b005b Bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.0.5 to 6.0.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 16:20:02 +00:00

35 lines
791 B
JSON

{
"name": "tps",
"version": "1.0.0",
"private": true,
"description": "Thinking People System",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"keywords": [],
"author": "Julien Calixte <julienc@bam.tech>",
"license": "ISC",
"dependencies": {
"@vueuse/core": "^12.1.0",
"chart.xkcd": "^1.1.15",
"comlink": "^4.4.2",
"pinia": "^2.3.0",
"random-js": "^2.1.0",
"vue": "^3.5.13",
"vue-starport": "^0.4.0"
},
"devDependencies": {
"@faker-js/faker": "^9.3.0",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-comlink": "^4.0.2",
"vitest": "^2.1.8"
}
}