@nuxt/modules 0.6.0-13fa1b → 0.6.0-2635da
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/README.md +4 -0
- package/modules.json +25 -23
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
# Nuxt Modules
|
|
4
4
|
|
|
5
5
|
[![npm version][npm-version-src]][npm-version-href]
|
|
6
|
+
[![Nuxt][nuxt-src]][nuxt-href]
|
|
6
7
|
[![Volta][volta-src]][volta-href]
|
|
7
8
|
|
|
8
9
|
> Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
|
|
@@ -97,5 +98,8 @@ pnpm build
|
|
|
97
98
|
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
98
99
|
[npm-version-href]: https://npmjs.com/package/@nuxt/modules
|
|
99
100
|
|
|
101
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt.js
|
|
102
|
+
[nuxt-href]: https://nuxt.com/modules
|
|
103
|
+
|
|
100
104
|
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
|
|
101
105
|
[volta-href]: https://volta.net/nuxt/modules?utm_source=readme_nuxt_modules
|
package/modules.json
CHANGED
|
@@ -2624,6 +2624,31 @@
|
|
|
2624
2624
|
"requires": {}
|
|
2625
2625
|
}
|
|
2626
2626
|
},
|
|
2627
|
+
{
|
|
2628
|
+
"name": "medusa",
|
|
2629
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2630
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2631
|
+
"npm": "nuxt-medusa",
|
|
2632
|
+
"icon": "medusa.svg",
|
|
2633
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2634
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2635
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2636
|
+
"category": "Ecommerce",
|
|
2637
|
+
"type": "3rd-party",
|
|
2638
|
+
"maintainers": [
|
|
2639
|
+
{
|
|
2640
|
+
"name": "Jakub Andrzejewski",
|
|
2641
|
+
"github": "Baroshem",
|
|
2642
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2643
|
+
}
|
|
2644
|
+
],
|
|
2645
|
+
"compatibility": {
|
|
2646
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2647
|
+
"requires": {
|
|
2648
|
+
"bridge": true
|
|
2649
|
+
}
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2627
2652
|
{
|
|
2628
2653
|
"name": "meilisearch",
|
|
2629
2654
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -5771,29 +5796,6 @@
|
|
|
5771
5796
|
}
|
|
5772
5797
|
}
|
|
5773
5798
|
},
|
|
5774
|
-
{
|
|
5775
|
-
"name": "web3js",
|
|
5776
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5777
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5778
|
-
"npm": "nuxt-web3",
|
|
5779
|
-
"icon": "web3js.svg",
|
|
5780
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5781
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5782
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5783
|
-
"category": "Libraries",
|
|
5784
|
-
"type": "3rd-party",
|
|
5785
|
-
"maintainers": [
|
|
5786
|
-
{
|
|
5787
|
-
"name": "Muhammad Fauzan",
|
|
5788
|
-
"github": "bl0cknumber",
|
|
5789
|
-
"twitter": "fncolon"
|
|
5790
|
-
}
|
|
5791
|
-
],
|
|
5792
|
-
"compatibility": {
|
|
5793
|
-
"nuxt": "^2.0.0",
|
|
5794
|
-
"requires": {}
|
|
5795
|
-
}
|
|
5796
|
-
},
|
|
5797
5799
|
{
|
|
5798
5800
|
"name": "webfontloader",
|
|
5799
5801
|
"description": "Efficient web font loading has never been easier!",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-2635da",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./modules.json",
|
|
6
6
|
"files": [
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@nuxt/eslint-config": "^0.1.1",
|
|
21
21
|
"@types/js-yaml": "^4.0.5",
|
|
22
|
-
"@types/node": "^18.
|
|
22
|
+
"@types/node": "^18.14.0",
|
|
23
23
|
"defu": "^6.1.1",
|
|
24
24
|
"eslint": "^8.34.0",
|
|
25
25
|
"globby": "^13.1.3",
|
|
26
26
|
"hasha": "^5.2.2",
|
|
27
|
-
"jiti": "^1.
|
|
27
|
+
"jiti": "^1.17.1",
|
|
28
28
|
"js-yaml": "^4.1.0",
|
|
29
29
|
"ofetch": "^1.0.0",
|
|
30
30
|
"typescript": "^4.9.4"
|
|
31
31
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.27.1"
|
|
33
33
|
}
|