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