Clean up nuxt and eleventy deps

This commit is contained in:
Sam Carlton 2022-07-02 15:15:37 -05:00
parent b8cf876692
commit 3679a8080b
2 changed files with 31 additions and 27413 deletions

27435
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -51,12 +51,10 @@
"netlify-build": "run-s test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions" "netlify-build": "run-s test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions"
}, },
"dependencies": { "dependencies": {
"@11ty/eleventy-assets": "^1.0.5",
"@astrojs/partytown": "^0.1.4", "@astrojs/partytown": "^0.1.4",
"@astrojs/vue": "^0.1.3", "@astrojs/vue": "^0.1.3",
"@fontsource/inter": "^4.0.1", "@fontsource/inter": "^4.0.1",
"@iarna/toml": "^2.2.5", "@iarna/toml": "^2.2.5",
"@nuxtjs/sitemap": "^2.4.0",
"@open-wc/webpack-import-meta-loader": "^0.4.7", "@open-wc/webpack-import-meta-loader": "^0.4.7",
"@originjs/vite-plugin-commonjs": "^1.0.3", "@originjs/vite-plugin-commonjs": "^1.0.3",
"@supercharge/promise-pool": "^2.1.0", "@supercharge/promise-pool": "^2.1.0",
@ -94,16 +92,12 @@
"stork-search": "^1.0.4", "stork-search": "^1.0.4",
"terser": "^4.8.0", "terser": "^4.8.0",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"vue": "^3.2.30", "vue": "^3.2.30"
"vue-gtag": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@astrojs/netlify": "0.3.2", "@astrojs/netlify": "0.3.2",
"@astrojs/sitemap": "^0.1.0", "@astrojs/sitemap": "^0.1.0",
"@astrojs/tailwind": "^0.2.0", "@astrojs/tailwind": "^0.2.0",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/tailwindcss": "^3.3.4",
"autoprefixer": "^10.0.2", "autoprefixer": "^10.0.2",
"ava": "^3.15.0", "ava": "^3.15.0",
"babel-eslint": "^8.2.1", "babel-eslint": "^8.2.1",
@ -116,7 +110,6 @@
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"nodemon": "^1.11.0", "nodemon": "^1.11.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"nuxt": "^2.14.11",
"postcss": "^8.2.4", "postcss": "^8.2.4",
"postcss-cli": "^8.3.1", "postcss-cli": "^8.3.1",
"replace-css-url": "^1.2.6", "replace-css-url": "^1.2.6",