@nuxt/modules 0.6.0-b3a910 → 0.6.0-c5f6d7
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 +51 -27
- 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
|
@@ -1143,6 +1143,28 @@
|
|
|
1143
1143
|
"requires": {}
|
|
1144
1144
|
}
|
|
1145
1145
|
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "electron",
|
|
1148
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1149
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1150
|
+
"npm": "nuxt-electron",
|
|
1151
|
+
"icon": "electron.svg",
|
|
1152
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1153
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1154
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1155
|
+
"category": "Extensions",
|
|
1156
|
+
"type": "3rd-party",
|
|
1157
|
+
"maintainers": [
|
|
1158
|
+
{
|
|
1159
|
+
"name": "草鞋没号",
|
|
1160
|
+
"github": "caoxiemeihao"
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"compatibility": {
|
|
1164
|
+
"nuxt": "^3.0.0",
|
|
1165
|
+
"requires": {}
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1146
1168
|
{
|
|
1147
1169
|
"name": "element-plus",
|
|
1148
1170
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1213,7 +1235,7 @@
|
|
|
1213
1235
|
}
|
|
1214
1236
|
],
|
|
1215
1237
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1238
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1239
|
"requires": {}
|
|
1218
1240
|
}
|
|
1219
1241
|
},
|
|
@@ -2602,6 +2624,31 @@
|
|
|
2602
2624
|
"requires": {}
|
|
2603
2625
|
}
|
|
2604
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
|
+
},
|
|
2605
2652
|
{
|
|
2606
2653
|
"name": "meilisearch",
|
|
2607
2654
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -4105,8 +4152,8 @@
|
|
|
4105
4152
|
{
|
|
4106
4153
|
"name": "seo-kit",
|
|
4107
4154
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
4155
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4156
|
+
"npm": "nuxt-seo-kit",
|
|
4110
4157
|
"icon": "seo-kit.svg",
|
|
4111
4158
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
4159
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4709,7 +4756,7 @@
|
|
|
4709
4756
|
}
|
|
4710
4757
|
],
|
|
4711
4758
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
4759
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
4760
|
"requires": {}
|
|
4714
4761
|
}
|
|
4715
4762
|
},
|
|
@@ -5749,29 +5796,6 @@
|
|
|
5749
5796
|
}
|
|
5750
5797
|
}
|
|
5751
5798
|
},
|
|
5752
|
-
{
|
|
5753
|
-
"name": "web3js",
|
|
5754
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5755
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5756
|
-
"npm": "nuxt-web3",
|
|
5757
|
-
"icon": "web3js.svg",
|
|
5758
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5759
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5760
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5761
|
-
"category": "Libraries",
|
|
5762
|
-
"type": "3rd-party",
|
|
5763
|
-
"maintainers": [
|
|
5764
|
-
{
|
|
5765
|
-
"name": "Muhammad Fauzan",
|
|
5766
|
-
"github": "bl0cknumber",
|
|
5767
|
-
"twitter": "fncolon"
|
|
5768
|
-
}
|
|
5769
|
-
],
|
|
5770
|
-
"compatibility": {
|
|
5771
|
-
"nuxt": "^2.0.0",
|
|
5772
|
-
"requires": {}
|
|
5773
|
-
}
|
|
5774
|
-
},
|
|
5775
5799
|
{
|
|
5776
5800
|
"name": "webfontloader",
|
|
5777
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-c5f6d7",
|
|
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
|
}
|