@nuxt/modules 0.6.0-db9483 → 0.6.0-e0bae3
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 +688 -67
- package/package.json +5 -5
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
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"npm": "nuxt-api-party",
|
|
154
154
|
"icon": "api-party.svg",
|
|
155
155
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
-
"website": "https://
|
|
156
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
157
157
|
"learn_more": "",
|
|
158
158
|
"category": "Request",
|
|
159
159
|
"type": "3rd-party",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
250
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
251
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
252
|
+
"category": "Database",
|
|
253
253
|
"type": "3rd-party",
|
|
254
254
|
"maintainers": [
|
|
255
255
|
{
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
}
|
|
259
259
|
],
|
|
260
260
|
"compatibility": {
|
|
261
|
-
"nuxt": "^
|
|
261
|
+
"nuxt": "^3.0.0",
|
|
262
262
|
"requires": {}
|
|
263
263
|
}
|
|
264
264
|
},
|
|
@@ -480,6 +480,29 @@
|
|
|
480
480
|
"requires": {}
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
|
+
{
|
|
484
|
+
"name": "calendly",
|
|
485
|
+
"description": "Calendly is a scheduling tool that allows you to schedule meetings with your customers. This module allows you to easily add Calendly to your Nuxt application.",
|
|
486
|
+
"repo": "madebyfabian/nuxt-calendly",
|
|
487
|
+
"npm": "nuxt-calendly",
|
|
488
|
+
"icon": "calendly.svg",
|
|
489
|
+
"github": "https://github.com/madebyfabian/nuxt-calendly",
|
|
490
|
+
"website": "https://nuxt-calendly.vercel.app/",
|
|
491
|
+
"learn_more": "https://calendly.com/",
|
|
492
|
+
"category": "Extensions",
|
|
493
|
+
"type": "3rd-party",
|
|
494
|
+
"maintainers": [
|
|
495
|
+
{
|
|
496
|
+
"name": "Fabian B.",
|
|
497
|
+
"github": "madebyfabian",
|
|
498
|
+
"twitter": "madebyfabian"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^3.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
483
506
|
{
|
|
484
507
|
"name": "canvas-sketch",
|
|
485
508
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
@@ -528,11 +551,11 @@
|
|
|
528
551
|
{
|
|
529
552
|
"name": "chatwoot",
|
|
530
553
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
-
"repo": "
|
|
532
|
-
"npm": "@
|
|
554
|
+
"repo": "productdevbookcom/chatwoot",
|
|
555
|
+
"npm": "@productdevbook/chatwoot",
|
|
533
556
|
"icon": "chatwoot.png",
|
|
534
|
-
"github": "https://github.com/
|
|
535
|
-
"website": "https://github.com/
|
|
557
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
558
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
536
559
|
"learn_more": "https://www.chatwoot.com",
|
|
537
560
|
"category": "Libraries",
|
|
538
561
|
"type": "3rd-party",
|
|
@@ -613,6 +636,33 @@
|
|
|
613
636
|
"requires": {}
|
|
614
637
|
}
|
|
615
638
|
},
|
|
639
|
+
{
|
|
640
|
+
"name": "cloudflare-analytics",
|
|
641
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
642
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
643
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
644
|
+
"icon": "cloudflare.svg",
|
|
645
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
646
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
647
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
648
|
+
"category": "Analytics",
|
|
649
|
+
"type": "3rd-party",
|
|
650
|
+
"maintainers": [
|
|
651
|
+
{
|
|
652
|
+
"name": "hamlogic",
|
|
653
|
+
"github": "hamlogic"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "Fabian B.",
|
|
657
|
+
"github": "madebyfabian",
|
|
658
|
+
"twitter": "madebyfabian"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^3.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
665
|
+
},
|
|
616
666
|
{
|
|
617
667
|
"name": "cloudinary",
|
|
618
668
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -707,6 +757,29 @@
|
|
|
707
757
|
"requires": {}
|
|
708
758
|
}
|
|
709
759
|
},
|
|
760
|
+
{
|
|
761
|
+
"name": "content-assets",
|
|
762
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
763
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
764
|
+
"npm": "nuxt-content-assets",
|
|
765
|
+
"icon": "content-assets.png",
|
|
766
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
767
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
768
|
+
"learn_more": "",
|
|
769
|
+
"category": "Images",
|
|
770
|
+
"type": "3rd-party",
|
|
771
|
+
"maintainers": [
|
|
772
|
+
{
|
|
773
|
+
"name": "davestewart",
|
|
774
|
+
"github": "davestewart",
|
|
775
|
+
"twitter": "dave_stewart"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"compatibility": {
|
|
779
|
+
"nuxt": "^3.0.0",
|
|
780
|
+
"requires": {}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
710
783
|
{
|
|
711
784
|
"name": "content",
|
|
712
785
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
@@ -879,11 +952,11 @@
|
|
|
879
952
|
}
|
|
880
953
|
},
|
|
881
954
|
{
|
|
882
|
-
"name": "datocms",
|
|
883
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
955
|
+
"name": "datocms-nuxt2",
|
|
956
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
884
957
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
885
958
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
886
|
-
"icon": "datocms.
|
|
959
|
+
"icon": "datocms.svg",
|
|
887
960
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
888
961
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
889
962
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -900,26 +973,50 @@
|
|
|
900
973
|
"requires": {}
|
|
901
974
|
}
|
|
902
975
|
},
|
|
976
|
+
{
|
|
977
|
+
"name": "datocms",
|
|
978
|
+
"description": "DatoCMS module for Nuxt",
|
|
979
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
980
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
981
|
+
"icon": "datocms.svg",
|
|
982
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
983
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
984
|
+
"learn_more": "https://www.datocms.com/",
|
|
985
|
+
"category": "CMS",
|
|
986
|
+
"type": "3rd-party",
|
|
987
|
+
"maintainers": [
|
|
988
|
+
{
|
|
989
|
+
"name": "Jamie Warburton",
|
|
990
|
+
"github": "jamiewarb",
|
|
991
|
+
"twitter": "jamiewarb",
|
|
992
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"compatibility": {
|
|
996
|
+
"nuxt": "^3.0.0",
|
|
997
|
+
"requires": {}
|
|
998
|
+
}
|
|
999
|
+
},
|
|
903
1000
|
{
|
|
904
1001
|
"name": "dayjs",
|
|
905
|
-
"description": "
|
|
906
|
-
"repo": "
|
|
907
|
-
"npm": "
|
|
1002
|
+
"description": "Day.js module for Nuxt",
|
|
1003
|
+
"repo": "fumeapp/dayjs",
|
|
1004
|
+
"npm": "dayjs-nuxt",
|
|
908
1005
|
"icon": "day-js.png",
|
|
909
|
-
"github": "https://github.com/
|
|
910
|
-
"website": "https://github.com/
|
|
1006
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1007
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
911
1008
|
"learn_more": "https://day.js.org/",
|
|
912
|
-
"category": "
|
|
913
|
-
"type": "
|
|
1009
|
+
"category": "Libraries",
|
|
1010
|
+
"type": "3rd-party",
|
|
914
1011
|
"maintainers": [
|
|
915
1012
|
{
|
|
916
|
-
"name": "
|
|
917
|
-
"github": "
|
|
918
|
-
"twitter": "
|
|
1013
|
+
"name": "Kevin Olson",
|
|
1014
|
+
"github": "acidjazz",
|
|
1015
|
+
"twitter": "AppFume"
|
|
919
1016
|
}
|
|
920
1017
|
],
|
|
921
1018
|
"compatibility": {
|
|
922
|
-
"nuxt": "^
|
|
1019
|
+
"nuxt": "^3.0.0",
|
|
923
1020
|
"requires": {}
|
|
924
1021
|
}
|
|
925
1022
|
},
|
|
@@ -968,6 +1065,29 @@
|
|
|
968
1065
|
"requires": {}
|
|
969
1066
|
}
|
|
970
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "devtools",
|
|
1070
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
|
+
"repo": "nuxt/devtools#main",
|
|
1072
|
+
"npm": "@nuxt/devtools",
|
|
1073
|
+
"icon": "nuxt.png",
|
|
1074
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1075
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1076
|
+
"learn_more": "",
|
|
1077
|
+
"category": "Devtools",
|
|
1078
|
+
"type": "official",
|
|
1079
|
+
"maintainers": [
|
|
1080
|
+
{
|
|
1081
|
+
"name": "Anthony Fu",
|
|
1082
|
+
"github": "antfu",
|
|
1083
|
+
"twitter": "antfu7"
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"compatibility": {
|
|
1087
|
+
"nuxt": "^3.0.0",
|
|
1088
|
+
"requires": {}
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
971
1091
|
{
|
|
972
1092
|
"name": "directus",
|
|
973
1093
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1070,6 +1190,28 @@
|
|
|
1070
1190
|
"requires": {}
|
|
1071
1191
|
}
|
|
1072
1192
|
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "electron",
|
|
1195
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1196
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1197
|
+
"npm": "nuxt-electron",
|
|
1198
|
+
"icon": "electron.svg",
|
|
1199
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1200
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1201
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1202
|
+
"category": "Extensions",
|
|
1203
|
+
"type": "3rd-party",
|
|
1204
|
+
"maintainers": [
|
|
1205
|
+
{
|
|
1206
|
+
"name": "草鞋没号",
|
|
1207
|
+
"github": "caoxiemeihao"
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
"compatibility": {
|
|
1211
|
+
"nuxt": "^3.0.0",
|
|
1212
|
+
"requires": {}
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1073
1215
|
{
|
|
1074
1216
|
"name": "element-plus",
|
|
1075
1217
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1140,7 +1282,7 @@
|
|
|
1140
1282
|
}
|
|
1141
1283
|
],
|
|
1142
1284
|
"compatibility": {
|
|
1143
|
-
"nuxt": "^2.0.0",
|
|
1285
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1144
1286
|
"requires": {}
|
|
1145
1287
|
}
|
|
1146
1288
|
},
|
|
@@ -1645,6 +1787,30 @@
|
|
|
1645
1787
|
"requires": {}
|
|
1646
1788
|
}
|
|
1647
1789
|
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "gtag",
|
|
1792
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1793
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
|
+
"npm": "nuxt-gtag",
|
|
1795
|
+
"icon": "gtag.svg",
|
|
1796
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1797
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1798
|
+
"learn_more": "",
|
|
1799
|
+
"category": "Analytics",
|
|
1800
|
+
"type": "3rd-party",
|
|
1801
|
+
"maintainers": [
|
|
1802
|
+
{
|
|
1803
|
+
"name": "Johann Schopplich",
|
|
1804
|
+
"github": "johannschopplich",
|
|
1805
|
+
"twitter": "jschopplich",
|
|
1806
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1807
|
+
}
|
|
1808
|
+
],
|
|
1809
|
+
"compatibility": {
|
|
1810
|
+
"nuxt": "^3.0.0",
|
|
1811
|
+
"requires": {}
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1648
1814
|
{
|
|
1649
1815
|
"name": "gtm",
|
|
1650
1816
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2299,7 +2465,7 @@
|
|
|
2299
2465
|
},
|
|
2300
2466
|
{
|
|
2301
2467
|
"name": "link-checker",
|
|
2302
|
-
"description": "",
|
|
2468
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2303
2469
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2304
2470
|
"npm": "nuxt-link-checker",
|
|
2305
2471
|
"icon": "",
|
|
@@ -2529,6 +2695,31 @@
|
|
|
2529
2695
|
"requires": {}
|
|
2530
2696
|
}
|
|
2531
2697
|
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "medusa",
|
|
2700
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2701
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2702
|
+
"npm": "nuxt-medusa",
|
|
2703
|
+
"icon": "medusa.svg",
|
|
2704
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2705
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2706
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2707
|
+
"category": "Ecommerce",
|
|
2708
|
+
"type": "3rd-party",
|
|
2709
|
+
"maintainers": [
|
|
2710
|
+
{
|
|
2711
|
+
"name": "Jakub Andrzejewski",
|
|
2712
|
+
"github": "Baroshem",
|
|
2713
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2714
|
+
}
|
|
2715
|
+
],
|
|
2716
|
+
"compatibility": {
|
|
2717
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2718
|
+
"requires": {
|
|
2719
|
+
"bridge": true
|
|
2720
|
+
}
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2532
2723
|
{
|
|
2533
2724
|
"name": "meilisearch",
|
|
2534
2725
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2598,6 +2789,29 @@
|
|
|
2598
2789
|
"requires": {}
|
|
2599
2790
|
}
|
|
2600
2791
|
},
|
|
2792
|
+
{
|
|
2793
|
+
"name": "module-feed",
|
|
2794
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2795
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2796
|
+
"npm": "nuxt-module-feed",
|
|
2797
|
+
"icon": "",
|
|
2798
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2799
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2800
|
+
"learn_more": "",
|
|
2801
|
+
"category": "SEO",
|
|
2802
|
+
"type": "3rd-party",
|
|
2803
|
+
"maintainers": [
|
|
2804
|
+
{
|
|
2805
|
+
"name": "Miha Sedej",
|
|
2806
|
+
"github": "tresko",
|
|
2807
|
+
"twitter": "mihasedej"
|
|
2808
|
+
}
|
|
2809
|
+
],
|
|
2810
|
+
"compatibility": {
|
|
2811
|
+
"nuxt": "^3.0.0",
|
|
2812
|
+
"requires": {}
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2601
2815
|
{
|
|
2602
2816
|
"name": "moment",
|
|
2603
2817
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2808,6 +3022,28 @@
|
|
|
2808
3022
|
"requires": {}
|
|
2809
3023
|
}
|
|
2810
3024
|
},
|
|
3025
|
+
{
|
|
3026
|
+
"name": "nuxt-chatgpt",
|
|
3027
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3028
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3029
|
+
"npm": "nuxt-chatgpt",
|
|
3030
|
+
"icon": "chatgpt.svg",
|
|
3031
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3032
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3033
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3034
|
+
"category": "Libraries",
|
|
3035
|
+
"type": "3rd-party",
|
|
3036
|
+
"maintainers": [
|
|
3037
|
+
{
|
|
3038
|
+
"name": "Oliver Trajceski",
|
|
3039
|
+
"github": "schnapsterdog"
|
|
3040
|
+
}
|
|
3041
|
+
],
|
|
3042
|
+
"compatibility": {
|
|
3043
|
+
"nuxt": "^3.0.0",
|
|
3044
|
+
"requires": {}
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
2811
3047
|
{
|
|
2812
3048
|
"name": "nuxt-graphql-middleware",
|
|
2813
3049
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2929,6 +3165,28 @@
|
|
|
2929
3165
|
"requires": {}
|
|
2930
3166
|
}
|
|
2931
3167
|
},
|
|
3168
|
+
{
|
|
3169
|
+
"name": "nuxt-mapbox",
|
|
3170
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3171
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3172
|
+
"npm": "nuxt-mapbox",
|
|
3173
|
+
"icon": "nuxt-mapbox.svg",
|
|
3174
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3175
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3176
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3177
|
+
"category": "Libraries",
|
|
3178
|
+
"type": "3rd-party",
|
|
3179
|
+
"maintainers": [
|
|
3180
|
+
{
|
|
3181
|
+
"name": "Alex Lavoie",
|
|
3182
|
+
"github": "AlexLavoie42"
|
|
3183
|
+
}
|
|
3184
|
+
],
|
|
3185
|
+
"compatibility": {
|
|
3186
|
+
"nuxt": "^3.0.0",
|
|
3187
|
+
"requires": {}
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
2932
3190
|
{
|
|
2933
3191
|
"name": "nuxt-monaco-editor",
|
|
2934
3192
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2951,6 +3209,51 @@
|
|
|
2951
3209
|
"requires": {}
|
|
2952
3210
|
}
|
|
2953
3211
|
},
|
|
3212
|
+
{
|
|
3213
|
+
"name": "nuxt-mongoose",
|
|
3214
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3215
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3216
|
+
"npm": "nuxt-mongoose",
|
|
3217
|
+
"icon": "nuxt-mongoose.svg",
|
|
3218
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3219
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3220
|
+
"learn_more": "",
|
|
3221
|
+
"category": "Database",
|
|
3222
|
+
"type": "3rd-party",
|
|
3223
|
+
"maintainers": [
|
|
3224
|
+
{
|
|
3225
|
+
"name": "arashsheyda",
|
|
3226
|
+
"github": "arashsheyda"
|
|
3227
|
+
}
|
|
3228
|
+
],
|
|
3229
|
+
"compatibility": {
|
|
3230
|
+
"nuxt": "^3.0.0",
|
|
3231
|
+
"requires": {}
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "nuxt-pdf",
|
|
3236
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3237
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3238
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3239
|
+
"icon": "nuxt-pdf.png",
|
|
3240
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3241
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3242
|
+
"learn_more": "https://github.com/sidebase",
|
|
3243
|
+
"category": "Extensions",
|
|
3244
|
+
"type": "3rd-party",
|
|
3245
|
+
"maintainers": [
|
|
3246
|
+
{
|
|
3247
|
+
"name": "sidebase",
|
|
3248
|
+
"github": "sidebase",
|
|
3249
|
+
"twitter": "sidebase_io"
|
|
3250
|
+
}
|
|
3251
|
+
],
|
|
3252
|
+
"compatibility": {
|
|
3253
|
+
"nuxt": "^3.0.0",
|
|
3254
|
+
"requires": {}
|
|
3255
|
+
}
|
|
3256
|
+
},
|
|
2954
3257
|
{
|
|
2955
3258
|
"name": "nuxt-pino-log",
|
|
2956
3259
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3226,6 +3529,28 @@
|
|
|
3226
3529
|
"requires": {}
|
|
3227
3530
|
}
|
|
3228
3531
|
},
|
|
3532
|
+
{
|
|
3533
|
+
"name": "nuxt-vuetify",
|
|
3534
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3535
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3536
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3537
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3538
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3539
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3540
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3541
|
+
"category": "UI",
|
|
3542
|
+
"type": "3rd-party",
|
|
3543
|
+
"maintainers": [
|
|
3544
|
+
{
|
|
3545
|
+
"name": "Jens van Hellemondt",
|
|
3546
|
+
"github": "invictus-codes"
|
|
3547
|
+
}
|
|
3548
|
+
],
|
|
3549
|
+
"compatibility": {
|
|
3550
|
+
"nuxt": "^3.0.0",
|
|
3551
|
+
"requires": {}
|
|
3552
|
+
}
|
|
3553
|
+
},
|
|
3229
3554
|
{
|
|
3230
3555
|
"name": "nuxt7",
|
|
3231
3556
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3388,6 +3713,30 @@
|
|
|
3388
3713
|
}
|
|
3389
3714
|
}
|
|
3390
3715
|
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "pdfeasy",
|
|
3718
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3719
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3720
|
+
"npm": "nuxt-pdfeasy",
|
|
3721
|
+
"icon": "pdfeasy.png",
|
|
3722
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3723
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3724
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3725
|
+
"category": "Extensions",
|
|
3726
|
+
"type": "3rd-party",
|
|
3727
|
+
"maintainers": [
|
|
3728
|
+
{
|
|
3729
|
+
"name": "Giovane Cardoso",
|
|
3730
|
+
"github": "novout",
|
|
3731
|
+
"twitter": "novoutttttt",
|
|
3732
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3733
|
+
}
|
|
3734
|
+
],
|
|
3735
|
+
"compatibility": {
|
|
3736
|
+
"nuxt": "^3.0.0",
|
|
3737
|
+
"requires": {}
|
|
3738
|
+
}
|
|
3739
|
+
},
|
|
3391
3740
|
{
|
|
3392
3741
|
"name": "persian-datepicker",
|
|
3393
3742
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3550,6 +3899,28 @@
|
|
|
3550
3899
|
"requires": {}
|
|
3551
3900
|
}
|
|
3552
3901
|
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "prometheus",
|
|
3904
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3905
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
3906
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
3907
|
+
"icon": "prometheus.svg",
|
|
3908
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3909
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3910
|
+
"learn_more": "",
|
|
3911
|
+
"category": "Monitoring",
|
|
3912
|
+
"type": "3rd-party",
|
|
3913
|
+
"maintainers": [
|
|
3914
|
+
{
|
|
3915
|
+
"name": "artmizu",
|
|
3916
|
+
"github": "artmizu"
|
|
3917
|
+
}
|
|
3918
|
+
],
|
|
3919
|
+
"compatibility": {
|
|
3920
|
+
"nuxt": "^3.0.0",
|
|
3921
|
+
"requires": {}
|
|
3922
|
+
}
|
|
3923
|
+
},
|
|
3553
3924
|
{
|
|
3554
3925
|
"name": "protected-mailto",
|
|
3555
3926
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3687,6 +4058,28 @@
|
|
|
3687
4058
|
"requires": {}
|
|
3688
4059
|
}
|
|
3689
4060
|
},
|
|
4061
|
+
{
|
|
4062
|
+
"name": "quasar",
|
|
4063
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4064
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4065
|
+
"npm": "nuxt-quasar-ui",
|
|
4066
|
+
"icon": "quasar.svg",
|
|
4067
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4068
|
+
"website": "https://quasar.dev/",
|
|
4069
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4070
|
+
"category": "UI",
|
|
4071
|
+
"type": "3rd-party",
|
|
4072
|
+
"maintainers": [
|
|
4073
|
+
{
|
|
4074
|
+
"name": "Ege İliklier",
|
|
4075
|
+
"github": "Maiquu"
|
|
4076
|
+
}
|
|
4077
|
+
],
|
|
4078
|
+
"compatibility": {
|
|
4079
|
+
"nuxt": "^3.0.0",
|
|
4080
|
+
"requires": {}
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
3690
4083
|
{
|
|
3691
4084
|
"name": "recaptcha",
|
|
3692
4085
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3987,8 +4380,8 @@
|
|
|
3987
4380
|
{
|
|
3988
4381
|
"name": "seo-kit",
|
|
3989
4382
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3990
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
3991
|
-
"npm": "nuxt-seo-kit
|
|
4383
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4384
|
+
"npm": "nuxt-seo-kit",
|
|
3992
4385
|
"icon": "seo-kit.svg",
|
|
3993
4386
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3994
4387
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4235,26 +4628,48 @@
|
|
|
4235
4628
|
"requires": {}
|
|
4236
4629
|
}
|
|
4237
4630
|
},
|
|
4631
|
+
{
|
|
4632
|
+
"name": "snackbar",
|
|
4633
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4634
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4635
|
+
"npm": "nuxt-snackbar",
|
|
4636
|
+
"icon": "snackbar.png",
|
|
4637
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4638
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4639
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4640
|
+
"category": "UI",
|
|
4641
|
+
"type": "3rd-party",
|
|
4642
|
+
"maintainers": [
|
|
4643
|
+
{
|
|
4644
|
+
"name": "modbender",
|
|
4645
|
+
"github": "modbender"
|
|
4646
|
+
}
|
|
4647
|
+
],
|
|
4648
|
+
"compatibility": {
|
|
4649
|
+
"nuxt": "^3.0.0",
|
|
4650
|
+
"requires": {}
|
|
4651
|
+
}
|
|
4652
|
+
},
|
|
4238
4653
|
{
|
|
4239
4654
|
"name": "snipcart",
|
|
4240
4655
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4241
|
-
"repo": "nuxt-
|
|
4656
|
+
"repo": "nuxt-modules/snipcart",
|
|
4242
4657
|
"npm": "@nuxtjs/snipcart",
|
|
4243
4658
|
"icon": "snipcart.png",
|
|
4244
|
-
"github": "https://github.com/nuxt-
|
|
4245
|
-
"website": "https://github.com/nuxt-
|
|
4246
|
-
"learn_more": "",
|
|
4247
|
-
"category": "
|
|
4659
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4660
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4661
|
+
"learn_more": "https://snipcart.com",
|
|
4662
|
+
"category": "Ecommerce",
|
|
4248
4663
|
"type": "community",
|
|
4249
4664
|
"maintainers": [
|
|
4250
4665
|
{
|
|
4251
4666
|
"name": "Florent GIRAUD",
|
|
4252
|
-
"github": "
|
|
4253
|
-
"twitter": "
|
|
4667
|
+
"github": "flozero",
|
|
4668
|
+
"twitter": "flozeroo"
|
|
4254
4669
|
}
|
|
4255
4670
|
],
|
|
4256
4671
|
"compatibility": {
|
|
4257
|
-
"nuxt": "^2.0.0",
|
|
4672
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4258
4673
|
"requires": {}
|
|
4259
4674
|
}
|
|
4260
4675
|
},
|
|
@@ -4591,7 +5006,7 @@
|
|
|
4591
5006
|
}
|
|
4592
5007
|
],
|
|
4593
5008
|
"compatibility": {
|
|
4594
|
-
"nuxt": "^2.0.0",
|
|
5009
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4595
5010
|
"requires": {}
|
|
4596
5011
|
}
|
|
4597
5012
|
},
|
|
@@ -4762,6 +5177,29 @@
|
|
|
4762
5177
|
"requires": {}
|
|
4763
5178
|
}
|
|
4764
5179
|
},
|
|
5180
|
+
{
|
|
5181
|
+
"name": "tailvue",
|
|
5182
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5183
|
+
"repo": "fumeapp/tailvue",
|
|
5184
|
+
"npm": "tailvue",
|
|
5185
|
+
"icon": "tailvue.jpg",
|
|
5186
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5187
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5188
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5189
|
+
"category": "UI",
|
|
5190
|
+
"type": "3rd-party",
|
|
5191
|
+
"maintainers": [
|
|
5192
|
+
{
|
|
5193
|
+
"name": "Kevin Olson",
|
|
5194
|
+
"github": "acidjazz",
|
|
5195
|
+
"twitter": "AppFume"
|
|
5196
|
+
}
|
|
5197
|
+
],
|
|
5198
|
+
"compatibility": {
|
|
5199
|
+
"nuxt": "^3.0.0",
|
|
5200
|
+
"requires": {}
|
|
5201
|
+
}
|
|
5202
|
+
},
|
|
4765
5203
|
{
|
|
4766
5204
|
"name": "tailwindcss",
|
|
4767
5205
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5051,11 +5489,11 @@
|
|
|
5051
5489
|
{
|
|
5052
5490
|
"name": "unhead",
|
|
5053
5491
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5054
|
-
"repo": "harlan-zw/nuxt-
|
|
5055
|
-
"npm": "nuxt-
|
|
5492
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5493
|
+
"npm": "nuxt-seo-experiments",
|
|
5056
5494
|
"icon": "",
|
|
5057
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5058
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5495
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5496
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5059
5497
|
"learn_more": "",
|
|
5060
5498
|
"category": "SEO",
|
|
5061
5499
|
"type": "3rd-party",
|
|
@@ -5098,6 +5536,28 @@
|
|
|
5098
5536
|
"requires": {}
|
|
5099
5537
|
}
|
|
5100
5538
|
},
|
|
5539
|
+
{
|
|
5540
|
+
"name": "unlazy",
|
|
5541
|
+
"description": "Lazy loading library for placeholder images",
|
|
5542
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5543
|
+
"npm": "@unlazy/nuxt",
|
|
5544
|
+
"icon": "unlazy.svg",
|
|
5545
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5546
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5547
|
+
"learn_more": "",
|
|
5548
|
+
"category": "Images",
|
|
5549
|
+
"type": "3rd-party",
|
|
5550
|
+
"maintainers": [
|
|
5551
|
+
{
|
|
5552
|
+
"name": "Johann Schopplich",
|
|
5553
|
+
"github": "johannschopplich"
|
|
5554
|
+
}
|
|
5555
|
+
],
|
|
5556
|
+
"compatibility": {
|
|
5557
|
+
"nuxt": "^3.0.0",
|
|
5558
|
+
"requires": {}
|
|
5559
|
+
}
|
|
5560
|
+
},
|
|
5101
5561
|
{
|
|
5102
5562
|
"name": "unlighthouse",
|
|
5103
5563
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5150,6 +5610,29 @@
|
|
|
5150
5610
|
}
|
|
5151
5611
|
}
|
|
5152
5612
|
},
|
|
5613
|
+
{
|
|
5614
|
+
"name": "ununuracss",
|
|
5615
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5616
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5617
|
+
"npm": "nuxt-ununura",
|
|
5618
|
+
"icon": "ununuracss.png",
|
|
5619
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5620
|
+
"website": "https://ununura.com/#/",
|
|
5621
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5622
|
+
"category": "UI",
|
|
5623
|
+
"type": "3rd-party",
|
|
5624
|
+
"maintainers": [
|
|
5625
|
+
{
|
|
5626
|
+
"name": "Giovane Cardoso",
|
|
5627
|
+
"github": "novout",
|
|
5628
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5629
|
+
}
|
|
5630
|
+
],
|
|
5631
|
+
"compatibility": {
|
|
5632
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5633
|
+
"requires": {}
|
|
5634
|
+
}
|
|
5635
|
+
},
|
|
5153
5636
|
{
|
|
5154
5637
|
"name": "user-agent",
|
|
5155
5638
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5194,6 +5677,76 @@
|
|
|
5194
5677
|
"requires": {}
|
|
5195
5678
|
}
|
|
5196
5679
|
},
|
|
5680
|
+
{
|
|
5681
|
+
"name": "vant",
|
|
5682
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5683
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5684
|
+
"npm": "@vant/nuxt",
|
|
5685
|
+
"icon": "vant.png",
|
|
5686
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5687
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5688
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5689
|
+
"category": "UI",
|
|
5690
|
+
"type": "3rd-party",
|
|
5691
|
+
"maintainers": [
|
|
5692
|
+
{
|
|
5693
|
+
"name": "tolking",
|
|
5694
|
+
"github": "tolking"
|
|
5695
|
+
}
|
|
5696
|
+
],
|
|
5697
|
+
"compatibility": {
|
|
5698
|
+
"nuxt": "^3.0.0",
|
|
5699
|
+
"requires": {
|
|
5700
|
+
"bridge": "optional"
|
|
5701
|
+
}
|
|
5702
|
+
}
|
|
5703
|
+
},
|
|
5704
|
+
{
|
|
5705
|
+
"name": "varlet",
|
|
5706
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5707
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5708
|
+
"npm": "@varlet/nuxt",
|
|
5709
|
+
"icon": "varlet.svg",
|
|
5710
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5711
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5712
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5713
|
+
"category": "UI",
|
|
5714
|
+
"type": "3rd-party",
|
|
5715
|
+
"maintainers": [
|
|
5716
|
+
{
|
|
5717
|
+
"name": "zhangmo8",
|
|
5718
|
+
"github": "zhangmo8"
|
|
5719
|
+
}
|
|
5720
|
+
],
|
|
5721
|
+
"compatibility": {
|
|
5722
|
+
"nuxt": "^3.0.0",
|
|
5723
|
+
"requires": {
|
|
5724
|
+
"bridge": "optional"
|
|
5725
|
+
}
|
|
5726
|
+
}
|
|
5727
|
+
},
|
|
5728
|
+
{
|
|
5729
|
+
"name": "vee-validate",
|
|
5730
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5731
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5732
|
+
"npm": "@vee-validate/nuxt",
|
|
5733
|
+
"icon": "vee-validate.png",
|
|
5734
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5735
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5736
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5737
|
+
"category": "Libraries",
|
|
5738
|
+
"type": "3rd-party",
|
|
5739
|
+
"maintainers": [
|
|
5740
|
+
{
|
|
5741
|
+
"name": "Abdelrahman Awad",
|
|
5742
|
+
"github": "logaretm"
|
|
5743
|
+
}
|
|
5744
|
+
],
|
|
5745
|
+
"compatibility": {
|
|
5746
|
+
"nuxt": "^3.0.0",
|
|
5747
|
+
"requires": {}
|
|
5748
|
+
}
|
|
5749
|
+
},
|
|
5197
5750
|
{
|
|
5198
5751
|
"name": "vendor",
|
|
5199
5752
|
"description": "directly serve node_modules",
|
|
@@ -5217,6 +5770,29 @@
|
|
|
5217
5770
|
"requires": {}
|
|
5218
5771
|
}
|
|
5219
5772
|
},
|
|
5773
|
+
{
|
|
5774
|
+
"name": "vexip-ui",
|
|
5775
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
5776
|
+
"repo": "vexip-ui/nuxt",
|
|
5777
|
+
"npm": "@vexip-ui/nuxt",
|
|
5778
|
+
"icon": "vexip-ui.svg",
|
|
5779
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
5780
|
+
"website": "https://www.vexipui.com/",
|
|
5781
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
5782
|
+
"category": "UI",
|
|
5783
|
+
"type": "3rd-party",
|
|
5784
|
+
"maintainers": [
|
|
5785
|
+
{
|
|
5786
|
+
"name": "未觉雨声",
|
|
5787
|
+
"github": "qmhc",
|
|
5788
|
+
"twitter": "qmhc95"
|
|
5789
|
+
}
|
|
5790
|
+
],
|
|
5791
|
+
"compatibility": {
|
|
5792
|
+
"nuxt": "^3.0.0",
|
|
5793
|
+
"requires": {}
|
|
5794
|
+
}
|
|
5795
|
+
},
|
|
5220
5796
|
{
|
|
5221
5797
|
"name": "vite-pwa-nuxt",
|
|
5222
5798
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5550,6 +6126,29 @@
|
|
|
5550
6126
|
"requires": {}
|
|
5551
6127
|
}
|
|
5552
6128
|
},
|
|
6129
|
+
{
|
|
6130
|
+
"name": "vunix",
|
|
6131
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt.js that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
6132
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6133
|
+
"npm": "@vunix/nuxt",
|
|
6134
|
+
"icon": "",
|
|
6135
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6136
|
+
"website": "https://vunix.dewib.com/",
|
|
6137
|
+
"learn_more": "",
|
|
6138
|
+
"category": "UI",
|
|
6139
|
+
"type": "3rd-party",
|
|
6140
|
+
"maintainers": [
|
|
6141
|
+
{
|
|
6142
|
+
"name": "Gaetan SENN",
|
|
6143
|
+
"github": "gaetansenn",
|
|
6144
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6145
|
+
}
|
|
6146
|
+
],
|
|
6147
|
+
"compatibility": {
|
|
6148
|
+
"nuxt": "^3.0.0",
|
|
6149
|
+
"requires": {}
|
|
6150
|
+
}
|
|
6151
|
+
},
|
|
5553
6152
|
{
|
|
5554
6153
|
"name": "web-vitals",
|
|
5555
6154
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5584,29 +6183,6 @@
|
|
|
5584
6183
|
}
|
|
5585
6184
|
}
|
|
5586
6185
|
},
|
|
5587
|
-
{
|
|
5588
|
-
"name": "web3js",
|
|
5589
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5590
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5591
|
-
"npm": "nuxt-web3",
|
|
5592
|
-
"icon": "web3js.svg",
|
|
5593
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5594
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5595
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5596
|
-
"category": "Libraries",
|
|
5597
|
-
"type": "3rd-party",
|
|
5598
|
-
"maintainers": [
|
|
5599
|
-
{
|
|
5600
|
-
"name": "Muhammad Fauzan",
|
|
5601
|
-
"github": "bl0cknumber",
|
|
5602
|
-
"twitter": "fncolon"
|
|
5603
|
-
}
|
|
5604
|
-
],
|
|
5605
|
-
"compatibility": {
|
|
5606
|
-
"nuxt": "^2.0.0",
|
|
5607
|
-
"requires": {}
|
|
5608
|
-
}
|
|
5609
|
-
},
|
|
5610
6186
|
{
|
|
5611
6187
|
"name": "webfontloader",
|
|
5612
6188
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5721,6 +6297,28 @@
|
|
|
5721
6297
|
"requires": {}
|
|
5722
6298
|
}
|
|
5723
6299
|
},
|
|
6300
|
+
{
|
|
6301
|
+
"name": "well-known",
|
|
6302
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6303
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6304
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6305
|
+
"icon": "well-known.svg",
|
|
6306
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6307
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6308
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6309
|
+
"category": "SEO",
|
|
6310
|
+
"type": "3rd-party",
|
|
6311
|
+
"maintainers": [
|
|
6312
|
+
{
|
|
6313
|
+
"name": "Zadig&Voltaire Team",
|
|
6314
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6315
|
+
}
|
|
6316
|
+
],
|
|
6317
|
+
"compatibility": {
|
|
6318
|
+
"nuxt": "^3.0.0",
|
|
6319
|
+
"requires": {}
|
|
6320
|
+
}
|
|
6321
|
+
},
|
|
5724
6322
|
{
|
|
5725
6323
|
"name": "windicss",
|
|
5726
6324
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5864,6 +6462,29 @@
|
|
|
5864
6462
|
"requires": {}
|
|
5865
6463
|
}
|
|
5866
6464
|
},
|
|
6465
|
+
{
|
|
6466
|
+
"name": "yandex-metrika-next",
|
|
6467
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6468
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6469
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6470
|
+
"icon": "yandex-metrika.svg",
|
|
6471
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6472
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6473
|
+
"learn_more": "",
|
|
6474
|
+
"category": "Analytics",
|
|
6475
|
+
"type": "3rd-party",
|
|
6476
|
+
"maintainers": [
|
|
6477
|
+
{
|
|
6478
|
+
"name": "Aleksandr Saburov",
|
|
6479
|
+
"github": "artmizu",
|
|
6480
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6481
|
+
}
|
|
6482
|
+
],
|
|
6483
|
+
"compatibility": {
|
|
6484
|
+
"nuxt": "^3.0.0",
|
|
6485
|
+
"requires": {}
|
|
6486
|
+
}
|
|
6487
|
+
},
|
|
5867
6488
|
{
|
|
5868
6489
|
"name": "yandex-metrika",
|
|
5869
6490
|
"description": "Yandex metrika Module for Nuxt.js",
|
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-e0bae3",
|
|
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
|
-
"eslint": "^8.
|
|
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
|
}
|