Files
tps/package.json
dependabot[bot] e8d8c0b148 build(deps-dev): bump vitest in the npm_and_yarn group
Bumps the npm_and_yarn group with 1 update: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `vitest` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 09:15:34 +00:00

38 lines
874 B
JSON

{
"name": "tps",
"version": "1.0.0",
"private": true,
"description": "Thinking People System",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest",
"type": "tsc --noEmit",
"coverage": "vitest run --coverage"
},
"keywords": [],
"author": "Julien Calixte <julienc@bam.tech>",
"license": "ISC",
"dependencies": {
"@vueuse/core": "^12.2.0",
"chart.xkcd": "^1.1.15",
"comlink": "^4.4.2",
"modern-screenshot": "^4.5.5",
"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.9",
"vite-plugin-comlink": "^5.1.0",
"vitest": "^2.1.9"
}
}