32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"name": "people_manager",
|
|
"description": "Ktrix People Manager Module - Backend Store",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": "Ktrix",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build --mode production --config vite.config.ts",
|
|
"dev": "vite build --mode development --config vite.config.ts",
|
|
"watch": "vite build --mode development --watch --config vite.config.ts",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"test": "vitest run --config tests/js/vitest.config.ts",
|
|
"test:unit": "vitest run --config tests/js/vitest.config.ts",
|
|
"test:watch": "vitest watch --config tests/js/vitest.config.ts",
|
|
"test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"typescript": "~6.0.0",
|
|
"vite": "^8.0.0",
|
|
"vue-tsc": "^3.0.5",
|
|
"@vitest/coverage-v8": "^4.1.6",
|
|
"jsdom": "^29.1.1",
|
|
"vitest": "^4.1.6"
|
|
}
|
|
}
|