mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Install @astrojs/netlify
This commit is contained in:
parent
fd9d920a63
commit
076389466a
2 changed files with 20 additions and 0 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
|
@ -38,6 +38,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^0.11.1",
|
"@11ty/eleventy": "^0.11.1",
|
||||||
|
"@astrojs/netlify": "^0.3.2",
|
||||||
"@astrojs/tailwind": "^0.2.0",
|
"@astrojs/tailwind": "^0.2.0",
|
||||||
"@nuxt/postcss8": "^1.1.3",
|
"@nuxt/postcss8": "^1.1.3",
|
||||||
"@nuxtjs/tailwindcss": "^3.3.4",
|
"@nuxtjs/tailwindcss": "^3.3.4",
|
||||||
|
|
@ -258,6 +259,15 @@
|
||||||
"which-typed-array": "^1.1.2"
|
"which-typed-array": "^1.1.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@astrojs/netlify": {
|
||||||
|
"version": "0.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@astrojs/netlify/-/netlify-0.3.2.tgz",
|
||||||
|
"integrity": "sha512-W9u8AiQQwOmMy/SLa3Yba6vTGPn9n1NzDWlx46+Tp8KtM8bwBUvnkemEAhVrg6WtsGDOtz4ne1cZCtHnreqr1g==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@astrojs/webapi": "^0.11.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@astrojs/prism": {
|
"node_modules/@astrojs/prism": {
|
||||||
"version": "0.4.1",
|
"version": "0.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-0.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-0.4.1.tgz",
|
||||||
|
|
@ -33989,6 +33999,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@astrojs/netlify": {
|
||||||
|
"version": "0.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@astrojs/netlify/-/netlify-0.3.2.tgz",
|
||||||
|
"integrity": "sha512-W9u8AiQQwOmMy/SLa3Yba6vTGPn9n1NzDWlx46+Tp8KtM8bwBUvnkemEAhVrg6WtsGDOtz4ne1cZCtHnreqr1g==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@astrojs/webapi": "^0.11.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"@astrojs/prism": {
|
"@astrojs/prism": {
|
||||||
"version": "0.4.1",
|
"version": "0.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-0.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-0.4.1.tgz",
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^0.11.1",
|
"@11ty/eleventy": "^0.11.1",
|
||||||
|
"@astrojs/netlify": "^0.3.2",
|
||||||
"@astrojs/tailwind": "^0.2.0",
|
"@astrojs/tailwind": "^0.2.0",
|
||||||
"@nuxt/postcss8": "^1.1.3",
|
"@nuxt/postcss8": "^1.1.3",
|
||||||
"@nuxtjs/tailwindcss": "^3.3.4",
|
"@nuxtjs/tailwindcss": "^3.3.4",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue