Install Astro deps

This commit is contained in:
Sam Carlton 2022-04-25 16:34:00 -05:00
parent 342bdab21f
commit 814436aab0
2 changed files with 8258 additions and 1522 deletions

9775
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,11 +36,13 @@
},
"dependencies": {
"@11ty/eleventy-assets": "^1.0.5",
"@astrojs/vue": "^0.1.3",
"@fontsource/inter": "^4.0.1",
"@nuxtjs/sitemap": "^2.4.0",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@supercharge/promise-pool": "^2.1.0",
"@zip.js/zip.js": "^2.2.6",
"astro": "^1.0.0-beta.17",
"axios": "^0.21.0",
"can-autoplay": "^3.0.0",
"chance": "^1.1.7",
@ -58,7 +60,8 @@
"scroll-into-view-if-needed": "^2.2.26",
"slugify": "^1.4.6",
"terser": "^4.8.0",
"vue-gtag": "^1.16.1"
"vue-gtag": "^1.16.1",
"vue": "^3.2.30"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.1",