mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-24 16:03:10 +01:00
69 lines
2.1 KiB
JSON
69 lines
2.1 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-path ../.gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@atlaskit/pragmatic-drag-and-drop": "^1.1.3",
|
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
|
|
"@formkit/auto-animate": "^0.8.2",
|
|
"@tanstack/vue-query": "^5.32.0",
|
|
"@unovis/ts": "^1.4.1",
|
|
"@unovis/vue": "^1.4.1",
|
|
"@vee-validate/rules": "^4.12.8",
|
|
"@vee-validate/zod": "^4.12.8",
|
|
"@vueuse/core": "^10.10.0",
|
|
"add": "^2.0.6",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"date-fns": "^3.6.0",
|
|
"easymde": "^2.18.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lucide-vue-next": "^0.365.0",
|
|
"marked": "^12.0.2",
|
|
"pinia": "^2.1.7",
|
|
"pocketbase": "^0.21.2",
|
|
"radix-vue": "^1.6.2",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"v-calendar": "^3.1.2",
|
|
"vee-validate": "^4.12.8",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0",
|
|
"vue3-easymde": "^1.0.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
"@tsconfig/node20": "^20.1.2",
|
|
"@types/lodash.debounce": "^4.0.9",
|
|
"@types/node": "^20.11.28",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"bun-types": "^1.1.6",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"npm-run-all2": "^6.1.2",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "~5.4.0",
|
|
"vite": "^5.1.6",
|
|
"vue-tsc": "^2.0.6"
|
|
}
|
|
}
|