mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-16 04:51:18 +00:00
feat: add tippyjs
This commit is contained in:
parent
f947afb013
commit
5b347ccec4
2 changed files with 22 additions and 0 deletions
|
|
@ -42,7 +42,9 @@
|
|||
"isomorphic-dompurify": "^0.24.0",
|
||||
"just-debounce-it": "^3.1.1",
|
||||
"svelte-forms-lib": "^2.0.1",
|
||||
"svelte-tippy": "^1.3.2",
|
||||
"swiper": "^8.4.5",
|
||||
"tippy.js": "^6.3.7",
|
||||
"yup": "^0.32.11"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,8 +22,10 @@ specifiers:
|
|||
svelte-check: ^2.10.2
|
||||
svelte-forms-lib: ^2.0.1
|
||||
svelte-preprocess: ^5.0.0
|
||||
svelte-tippy: ^1.3.2
|
||||
svelte-windicss-preprocess: ^4.2.8
|
||||
swiper: ^8.4.5
|
||||
tippy.js: ^6.3.7
|
||||
tslib: ^2.4.1
|
||||
typescript: ^4.9.4
|
||||
vite: ^4.0.1
|
||||
|
|
@ -38,7 +40,9 @@ dependencies:
|
|||
isomorphic-dompurify: 0.24.0
|
||||
just-debounce-it: 3.1.1
|
||||
svelte-forms-lib: 2.0.1
|
||||
svelte-tippy: 1.3.2
|
||||
swiper: 8.4.5
|
||||
tippy.js: 6.3.7
|
||||
yup: 0.32.11
|
||||
|
||||
devDependencies:
|
||||
|
|
@ -366,6 +370,10 @@ packages:
|
|||
resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
|
||||
dev: true
|
||||
|
||||
/@popperjs/core/2.11.6:
|
||||
resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==}
|
||||
dev: false
|
||||
|
||||
/@rollup/plugin-commonjs/23.0.4_rollup@3.7.4:
|
||||
resolution: {integrity: sha512-bOPJeTZg56D2MCm+TT4psP8e8Jmf1Jsi7pFUMl8BN5kOADNzofNHe47+84WVCt7D095xPghC235/YKuNDEhczg==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
|
|
@ -2287,6 +2295,12 @@ packages:
|
|||
typescript: 4.9.4
|
||||
dev: true
|
||||
|
||||
/svelte-tippy/1.3.2:
|
||||
resolution: {integrity: sha512-41f+85hwhKBRqX0UNYrgFsi34Kk/KDvUkIZXYANxkWoA2NTVTCZbUC2J8hRNZ4TRVxObTshoZRjK2co5+i6LMw==}
|
||||
dependencies:
|
||||
tippy.js: 6.3.7
|
||||
dev: false
|
||||
|
||||
/svelte-windicss-preprocess/4.2.8:
|
||||
resolution: {integrity: sha512-Z6pmFbHqJ19SgCiXiVRC/hlRBgZ/5LksMjPF3ilF/1HESP2L+secuaPjr3xOjJW67iZQpT2YdXzGe+MvdsJ6OQ==}
|
||||
dependencies:
|
||||
|
|
@ -2326,6 +2340,12 @@ packages:
|
|||
globrex: 0.1.2
|
||||
dev: true
|
||||
|
||||
/tippy.js/6.3.7:
|
||||
resolution: {integrity: sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==}
|
||||
dependencies:
|
||||
'@popperjs/core': 2.11.6
|
||||
dev: false
|
||||
|
||||
/to-regex-range/5.0.1:
|
||||
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
||||
engines: {node: '>=8.0'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue