Files
catalyst/ui/package.json
2025-09-02 21:58:08 +02:00

77 lines
2.7 KiB
JSON

{
"name": "catalyst",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-pattern \"src/components/ui/**\" --ignore-path ../.gitignore",
"format": "prettier --log-level warn --write src/",
"generate": "openapi-generator-cli version-manager set 7.14.0 && JAVA_OPTS=\"-Dlog.level=warn\" openapi-generator-cli generate -i ../openapi.yml -g typescript-fetch -o src/client",
"install:e2e": "playwright install --with-deps",
"test:e2e": "playwright test --timeout=5000",
"test:e2e:ui": "playwright test --ui --timeout=10000",
"test:e2e:demo": "playwright test --config=playwright.demo.config.ts --timeout=10000",
"screenshots": "playwright test --config=screenshots.playwright.config.ts --timeout=15000"
},
"dependencies": {
"@tanstack/vue-query": "^5.80.10",
"@unovis/ts": "^1.5.2",
"@unovis/vue": "^1.5.2",
"@uppy/core": "^4.4.6",
"@uppy/dashboard": "^4.3.4",
"@uppy/drag-drop": "^4.1.3",
"@uppy/file-input": "^4.1.3",
"@uppy/progress-bar": "^4.2.1",
"@uppy/tus": "^4.2.2",
"@uppy/vue": "^2.2.0",
"@vueuse/core": "^13.4.0",
"caniuse-lite": "^1.0.30001723",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"easymde": "^2.20.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lucide-vue-next": "^0.475.0",
"pinia": "^3.0.3",
"radix-vue": "^1.9.17",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2",
"vee-validate": "^4.15.1",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"vue3-easymde": "^1.0.1"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.20.2",
"@playwright/test": "^1.53.1",
"@rushstack/eslint-patch": "^1.3.3",
"@tailwindcss/typography": "^0.5.16",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@tsconfig/node20": "^20.1.6",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^24.0.3",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"bun-types": "^1.2.16",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.12",
"tailwindcss": "^3.4.3",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.10"
}
}