38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "@ktrix/people",
|
|
"description": "Ktrix People Module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": "Sebastian Krupinski",
|
|
"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",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"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",
|
|
"vue": "^3.5.18",
|
|
"vue-router": "^5.0.0",
|
|
"vuetify": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"typescript": "~6.0.0",
|
|
"vite": "^8.0.0",
|
|
"vue-tsc": "^3.0.5",
|
|
"@vitest/coverage-v8": "^4.1.6",
|
|
"@vue/test-utils": "^2.4.10",
|
|
"jsdom": "^30.0.0",
|
|
"vitest": "^4.1.6"
|
|
}
|
|
}
|