mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-02 13:03:35 +00:00
80 lines
2.6 KiB
JSON
80 lines
2.6 KiB
JSON
{
|
|
"name": "frontend-tailwind",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bunx --bun vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
|
|
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
|
|
"test:unit": "cypress run --component",
|
|
"test:unit:dev": "cypress open --component",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^0.8.2",
|
|
"@heroicons/vue": "^2.1.1",
|
|
"@radix-icons/vue": "^1.0.0",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@tiptap/extension-image": "^2.4.0",
|
|
"@tiptap/extension-list-item": "^2.4.0",
|
|
"@tiptap/extension-ordered-list": "^2.4.0",
|
|
"@tiptap/extension-placeholder": "^2.4.0",
|
|
"@tiptap/pm": "^2.4.0",
|
|
"@tiptap/starter-kit": "^2.4.0",
|
|
"@tiptap/suggestion": "^2.4.0",
|
|
"@tiptap/vue-3": "^2.4.0",
|
|
"@unovis/ts": "^1.4.1",
|
|
"@unovis/vue": "^1.4.1",
|
|
"@vee-validate/zod": "^4.13.1",
|
|
"@vue/reactivity": "^3.4.15",
|
|
"@vue/runtime-core": "^3.4.15",
|
|
"@vueuse/core": "^10.11.0",
|
|
"add": "^2.0.6",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"codeflask": "^1.4.1",
|
|
"date-fns": "^3.6.0",
|
|
"install": "^0.13.0",
|
|
"lucide-vue-next": "^0.378.0",
|
|
"npm": "^10.4.0",
|
|
"npx": "^10.2.2",
|
|
"pinia": "^2.1.7",
|
|
"qs": "^6.12.1",
|
|
"radix-vue": "^1.8.0",
|
|
"shadcn-vue": "latest",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"textarea": "^0.3.0",
|
|
"tiptap-extension-resize-image": "^1.1.5",
|
|
"vee-validate": "^4.13.1",
|
|
"vue": "^3.4.15",
|
|
"vue-draggable-resizable": "^3.0.0",
|
|
"vue-i18n": "9",
|
|
"vue-letter": "^0.2.0",
|
|
"vue-router": "^4.2.5",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/vue": "^4.1.2",
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"autoprefixer": "latest",
|
|
"cypress": "^13.6.3",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.0.3",
|
|
"sass": "^1.70.0",
|
|
"start-server-and-test": "^2.0.3",
|
|
"tailwindcss": "latest",
|
|
"vite": "^5.0.11"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|