web/package.json
Yoga Pangestu 0c732e71cf feat: update sidebar and header layout; fix dnd-kit-vue package error
- Fixed import error for `dnd-kit-vue` by installing the package.
- Moved user navigation from sidebar to header, adding a dropdown for account options.
- Added homepage and notification icons to the header.
- Implemented sticky header functionality during scroll.
- Grouped sidebar menu items under a "Master" label for better organization.
- Updated relevant components and package.json to include new dependencies.
2026-07-23 23:43:04 +07:00

37 lines
882 B
JSON

{
"name": "web2",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@lucide/vue": "^1.26.0",
"@tabler/icons-vue": "^3.45.0",
"@tanstack/vue-table": "^8.21.3",
"@unovis/ts": "^1.6.7",
"@unovis/vue": "^1.6.7",
"@vueuse/core": "^14.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dnd-kit-vue": "^0.0.2",
"nuxt": "^4.5.0",
"reka-ui": "^2.10.1",
"shadcn-nuxt": "2.8.0",
"tailwind-merge": "^3.6.0",
"vue": "^3.5.40",
"vue-router": "^5.2.0",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "7.0.0-beta.1",
"shadcn-vue": "^2.8.0",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0"
}
}