main
marszayn 2025-01-29 00:22:25 +07:00
parent 3bc55363d7
commit d8125911a7
2 changed files with 30 additions and 0 deletions

29
package-lock.json generated
View File

@ -27,6 +27,7 @@
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"ziggy-js": "^2.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
@ -4013,6 +4014,12 @@
"integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==",
"devOptional": true
},
"node_modules/@types/qs": {
"version": "6.9.18",
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
"integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
"license": "MIT"
},
"node_modules/@types/react": {
"version": "18.3.2",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz",
@ -6354,6 +6361,28 @@
"node": ">= 14"
}
},
"node_modules/ziggy-js": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/ziggy-js/-/ziggy-js-2.5.0.tgz",
"integrity": "sha512-utavemVmBcWkU3RVqfne2NcVH0k16+KEqZX1fXa5RUS1Zi1jgdUD/L3zGXaFFcB82YpxWPyrZMwQPuPiLMV/Qw==",
"license": "MIT",
"dependencies": {
"@types/qs": "^6.9.17",
"qs": "~6.9.7"
}
},
"node_modules/ziggy-js/node_modules/qs": {
"version": "6.9.7",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz",
"integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==",
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/zod": {
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",

View File

@ -46,6 +46,7 @@
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"ziggy-js": "^2.5.0",
"zod": "^3.23.8"
}
}