25 lines
662 B
JSON
25 lines
662 B
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"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.1.2",
|
|
"vue-tsc": "^3.0.5"
|
|
}
|
|
}
|