@nuxt/modules 0.6.0-8b4d55 → 0.6.0-c22c25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +25 -3
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -3411,11 +3411,11 @@
|
|
|
3411
3411
|
{
|
|
3412
3412
|
"name": "pinia",
|
|
3413
3413
|
"description": "The Vue Store that you will enjoy using",
|
|
3414
|
-
"repo": "
|
|
3414
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3415
3415
|
"npm": "@pinia/nuxt",
|
|
3416
3416
|
"icon": "pinia.svg",
|
|
3417
|
-
"github": "https://github.com/
|
|
3418
|
-
"website": "https://pinia.
|
|
3417
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
3418
|
+
"website": "https://pinia.vuejs.org/",
|
|
3419
3419
|
"learn_more": "",
|
|
3420
3420
|
"category": "Extensions",
|
|
3421
3421
|
"type": "3rd-party",
|
|
@@ -5327,6 +5327,28 @@
|
|
|
5327
5327
|
"requires": {}
|
|
5328
5328
|
}
|
|
5329
5329
|
},
|
|
5330
|
+
{
|
|
5331
|
+
"name": "vuefire",
|
|
5332
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
5333
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
5334
|
+
"npm": "nuxt-vuefire",
|
|
5335
|
+
"icon": "vuefire.svg",
|
|
5336
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
5337
|
+
"website": "https://vuefire.vuejs.org/",
|
|
5338
|
+
"learn_more": "",
|
|
5339
|
+
"category": "Database",
|
|
5340
|
+
"type": "3rd-party",
|
|
5341
|
+
"maintainers": [
|
|
5342
|
+
{
|
|
5343
|
+
"name": "posva",
|
|
5344
|
+
"github": "posva"
|
|
5345
|
+
}
|
|
5346
|
+
],
|
|
5347
|
+
"compatibility": {
|
|
5348
|
+
"nuxt": "^3.0.0",
|
|
5349
|
+
"requires": {}
|
|
5350
|
+
}
|
|
5351
|
+
},
|
|
5330
5352
|
{
|
|
5331
5353
|
"name": "vuestic",
|
|
5332
5354
|
"description": "Vuestic UI module for Nuxt 3",
|