Add dayjs
This commit is contained in:
parent
9122a29d75
commit
191c984535
|
@ -14,6 +14,7 @@
|
|||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"@vitejs/plugin-vue": "^4.5.2",
|
||||
"axios": "^1.6.3",
|
||||
"dayjs": "^1.11.10",
|
||||
"vite": "^5.0.8",
|
||||
"vue3-carousel": "^0.3.1"
|
||||
}
|
||||
|
@ -1058,6 +1059,12 @@
|
|||
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
||||
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
|
||||
},
|
||||
"node_modules/dayjs": {
|
||||
"version": "1.11.10",
|
||||
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
|
||||
"integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/delayed-stream": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
||||
|
|
|
@ -15,8 +15,9 @@
|
|||
"devDependencies": {
|
||||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"@vitejs/plugin-vue": "^4.5.2",
|
||||
"axios": "^1.6.3",
|
||||
"dayjs": "^1.11.10",
|
||||
"vite": "^5.0.8",
|
||||
"vue3-carousel": "^0.3.1",
|
||||
"axios": "^1.6.3"
|
||||
"vue3-carousel": "^0.3.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue