72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "analytical-panel",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "bun run typecheck && vite build",
|
|
"preview": "vite preview",
|
|
"apigen": "orval",
|
|
"typecheck": "vue-tsc -b",
|
|
"lint": "eslint .",
|
|
"lint:fsd": "steiger src",
|
|
"lint:fsd:json": "steiger src --reporter json",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"check": "bun run lint && bun run lint:fsd && bun run test:unit && bun run build",
|
|
"check:full": "bun run check && bun run test:e2e",
|
|
"test": "vitest",
|
|
"test:unit": "vitest run",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"dependencies": {
|
|
"@internationalized/date": "^3.12.2",
|
|
"@tanstack/vue-query": "^5.101.0",
|
|
"@tanstack/vue-table": "^8.21.3",
|
|
"@unovis/ts": "^1.6.2",
|
|
"@unovis/vue": "^1.6.2",
|
|
"@vee-validate/zod": "^4.15.1",
|
|
"@vueuse/core": "^14.2.1",
|
|
"axios": "^1.18.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-vue-next": "^0.563.0",
|
|
"pinia": "^3.0.4",
|
|
"reka-ui": "^2.9.2",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"universal-cookie": "^8.1.2",
|
|
"vee-validate": "^4.15.1",
|
|
"vue": "^3.5.34",
|
|
"vue-router": "^5.1.0",
|
|
"vue-sonner": "^2.0.9",
|
|
"zod": "3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@feature-sliced/steiger-plugin": "^0.6.0",
|
|
"@playwright/test": "^1.61.0",
|
|
"@scalar/openapi-parser": "^0.28.7",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/node": "^24.12.3",
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"@vue/test-utils": "^2.4.11",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"eslint": "^10.5.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-vue": "^10.9.2",
|
|
"jsdom": "^29.1.1",
|
|
"orval": "^8.18.0",
|
|
"prettier": "^3.8.4",
|
|
"steiger": "^0.5.13",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "~6.0.2",
|
|
"typescript-eslint": "^8.61.1",
|
|
"vite": "^8.0.12",
|
|
"vitest": "^4.1.9",
|
|
"vue-tsc": "^3.2.8"
|
|
}
|
|
}
|