@nuxt/modules 0.6.0-53dab6 → 0.6.0-5469cb
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 +68 -0
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -1578,6 +1578,29 @@
|
|
|
1578
1578
|
"requires": {}
|
|
1579
1579
|
}
|
|
1580
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "form-actions",
|
|
1583
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1584
|
+
"repo": "Hebilicious/form-actions-nuxt#main",
|
|
1585
|
+
"npm": "form-actions-nuxt",
|
|
1586
|
+
"icon": "form-actions.svg",
|
|
1587
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1588
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1589
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1590
|
+
"category": "Request",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Hebilicious",
|
|
1595
|
+
"github": "Hebilicious",
|
|
1596
|
+
"twitter": "its_hebilicious"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1581
1604
|
{
|
|
1582
1605
|
"name": "formkit",
|
|
1583
1606
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1926,6 +1949,28 @@
|
|
|
1926
1949
|
"requires": {}
|
|
1927
1950
|
}
|
|
1928
1951
|
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "hanko",
|
|
1954
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1955
|
+
"repo": "danielroe/nuxt-hanko",
|
|
1956
|
+
"npm": "nuxt-hanko",
|
|
1957
|
+
"icon": "",
|
|
1958
|
+
"github": "https://github.com/danielroe/nuxt-hanko",
|
|
1959
|
+
"website": "https://github.com/danielroe/nuxt-hanko",
|
|
1960
|
+
"learn_more": "",
|
|
1961
|
+
"category": "Security",
|
|
1962
|
+
"type": "3rd-party",
|
|
1963
|
+
"maintainers": [
|
|
1964
|
+
{
|
|
1965
|
+
"name": "danielroe",
|
|
1966
|
+
"github": "danielroe"
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"compatibility": {
|
|
1970
|
+
"nuxt": "^3.0.0",
|
|
1971
|
+
"requires": {}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1929
1974
|
{
|
|
1930
1975
|
"name": "harlem",
|
|
1931
1976
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -6163,6 +6208,29 @@
|
|
|
6163
6208
|
"requires": {}
|
|
6164
6209
|
}
|
|
6165
6210
|
},
|
|
6211
|
+
{
|
|
6212
|
+
"name": "vue-query",
|
|
6213
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6214
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6215
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6216
|
+
"icon": "vue-query.svg",
|
|
6217
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6218
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6219
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6220
|
+
"category": "Request",
|
|
6221
|
+
"type": "3rd-party",
|
|
6222
|
+
"maintainers": [
|
|
6223
|
+
{
|
|
6224
|
+
"name": "Hebilicious",
|
|
6225
|
+
"github": "Hebilicious",
|
|
6226
|
+
"twitter": "its_hebilicious"
|
|
6227
|
+
}
|
|
6228
|
+
],
|
|
6229
|
+
"compatibility": {
|
|
6230
|
+
"nuxt": "^3.0.0",
|
|
6231
|
+
"requires": {}
|
|
6232
|
+
}
|
|
6233
|
+
},
|
|
6166
6234
|
{
|
|
6167
6235
|
"name": "vue-select",
|
|
6168
6236
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|