@nuxt/modules 0.6.0-28acce → 0.6.0-28f5fd
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 +210 -43
- package/package.json +8 -5
package/modules.json
CHANGED
|
@@ -1,4 +1,26 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "SurrealDB",
|
|
4
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
|
|
5
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
6
|
+
"npm": "nuxt-surrealdb",
|
|
7
|
+
"icon": "",
|
|
8
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
9
|
+
"website": "https://github.com/sandros94/nuxt-surrealdb",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "sandros94",
|
|
16
|
+
"github": "sandros94"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"compatibility": {
|
|
20
|
+
"nuxt": "^2.0.0",
|
|
21
|
+
"requires": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
26
|
"description": "Nuxt module for Ackee analytics",
|
|
@@ -2898,7 +2920,8 @@
|
|
|
2898
2920
|
"compatibility": {
|
|
2899
2921
|
"nuxt": "^3.0.0",
|
|
2900
2922
|
"requires": {}
|
|
2901
|
-
}
|
|
2923
|
+
},
|
|
2924
|
+
"sponsor": true
|
|
2902
2925
|
},
|
|
2903
2926
|
{
|
|
2904
2927
|
"name": "kql",
|
|
@@ -3154,6 +3177,30 @@
|
|
|
3154
3177
|
"requires": {}
|
|
3155
3178
|
}
|
|
3156
3179
|
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "logto",
|
|
3182
|
+
"description": "The better Nuxt auth module for developers.",
|
|
3183
|
+
"repo": "logto-io/js#master/packages/nuxt",
|
|
3184
|
+
"npm": "@logto/nuxt",
|
|
3185
|
+
"icon": "logto.svg",
|
|
3186
|
+
"github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
|
|
3187
|
+
"website": "https://logto.io",
|
|
3188
|
+
"learn_more": "https://docs.logto.io",
|
|
3189
|
+
"category": "Security",
|
|
3190
|
+
"type": "3rd-party",
|
|
3191
|
+
"maintainers": [
|
|
3192
|
+
{
|
|
3193
|
+
"name": "logto",
|
|
3194
|
+
"github": "logto-io",
|
|
3195
|
+
"twitter": "logto_io"
|
|
3196
|
+
}
|
|
3197
|
+
],
|
|
3198
|
+
"compatibility": {
|
|
3199
|
+
"nuxt": "^3.0.0",
|
|
3200
|
+
"requires": {}
|
|
3201
|
+
},
|
|
3202
|
+
"sponsor": true
|
|
3203
|
+
},
|
|
3157
3204
|
{
|
|
3158
3205
|
"name": "lucide-icons",
|
|
3159
3206
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3802,6 +3849,35 @@
|
|
|
3802
3849
|
"requires": {}
|
|
3803
3850
|
}
|
|
3804
3851
|
},
|
|
3852
|
+
{
|
|
3853
|
+
"name": "nuxt-booster",
|
|
3854
|
+
"description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
|
|
3855
|
+
"repo": "basics/nuxt-booster",
|
|
3856
|
+
"npm": "nuxt-booster",
|
|
3857
|
+
"icon": "nuxt-booster.svg",
|
|
3858
|
+
"github": "https://github.com/basics/nuxt-booster",
|
|
3859
|
+
"website": "https://basics.github.io/nuxt-booster/",
|
|
3860
|
+
"learn_more": "https://basics.github.io/nuxt-booster/",
|
|
3861
|
+
"category": "Performance",
|
|
3862
|
+
"type": "3rd-party",
|
|
3863
|
+
"maintainers": [
|
|
3864
|
+
{
|
|
3865
|
+
"name": "Thorn Walli",
|
|
3866
|
+
"github": "ThornWalli",
|
|
3867
|
+
"avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"name": "Stephan Gerbeth",
|
|
3871
|
+
"github": "StephanGerbeth",
|
|
3872
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3873
|
+
}
|
|
3874
|
+
],
|
|
3875
|
+
"compatibility": {
|
|
3876
|
+
"nuxt": "^3.0.0",
|
|
3877
|
+
"requires": {},
|
|
3878
|
+
"devtools": "^0.0.0"
|
|
3879
|
+
}
|
|
3880
|
+
},
|
|
3805
3881
|
{
|
|
3806
3882
|
"name": "nuxt-bootstrap-icons",
|
|
3807
3883
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -4237,6 +4313,29 @@
|
|
|
4237
4313
|
"requires": {}
|
|
4238
4314
|
}
|
|
4239
4315
|
},
|
|
4316
|
+
{
|
|
4317
|
+
"name": "nuxt-meta-pixel",
|
|
4318
|
+
"description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
|
|
4319
|
+
"repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
|
|
4320
|
+
"npm": "nuxt-meta-pixel",
|
|
4321
|
+
"icon": "",
|
|
4322
|
+
"github": "https://github.com/tanukijs/meta-pixel",
|
|
4323
|
+
"website": "https://github.com/tanukijs/meta-pixel",
|
|
4324
|
+
"learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
|
|
4325
|
+
"category": "Analytics",
|
|
4326
|
+
"type": "3rd-party",
|
|
4327
|
+
"maintainers": [
|
|
4328
|
+
{
|
|
4329
|
+
"name": "tanukijs",
|
|
4330
|
+
"github": "tanukijs",
|
|
4331
|
+
"avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
|
|
4332
|
+
}
|
|
4333
|
+
],
|
|
4334
|
+
"compatibility": {
|
|
4335
|
+
"nuxt": "^3.0.0",
|
|
4336
|
+
"requires": {}
|
|
4337
|
+
}
|
|
4338
|
+
},
|
|
4240
4339
|
{
|
|
4241
4340
|
"name": "nuxt-monaco-editor",
|
|
4242
4341
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -4724,6 +4823,28 @@
|
|
|
4724
4823
|
"requires": {}
|
|
4725
4824
|
}
|
|
4726
4825
|
},
|
|
4826
|
+
{
|
|
4827
|
+
"name": "nuxt-uswds",
|
|
4828
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
4829
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
4830
|
+
"npm": "nuxt-uswds",
|
|
4831
|
+
"icon": "nuxt-uswds.svg",
|
|
4832
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
4833
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
4834
|
+
"learn_more": "",
|
|
4835
|
+
"category": "UI",
|
|
4836
|
+
"type": "3rd-party",
|
|
4837
|
+
"maintainers": [
|
|
4838
|
+
{
|
|
4839
|
+
"name": "Patrick Cate",
|
|
4840
|
+
"github": "patrickcate"
|
|
4841
|
+
}
|
|
4842
|
+
],
|
|
4843
|
+
"compatibility": {
|
|
4844
|
+
"nuxt": "^3.0.0",
|
|
4845
|
+
"requires": {}
|
|
4846
|
+
}
|
|
4847
|
+
},
|
|
4727
4848
|
{
|
|
4728
4849
|
"name": "nuxt-viewport",
|
|
4729
4850
|
"description": "Define custom viewports for your Nuxt project",
|
|
@@ -4821,7 +4942,7 @@
|
|
|
4821
4942
|
"npm": "nuxt3-leaflet",
|
|
4822
4943
|
"icon": "leaflet.png",
|
|
4823
4944
|
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4824
|
-
"website": "https://github.
|
|
4945
|
+
"website": "https://gugustinette.github.io/Nuxt-Leaflet",
|
|
4825
4946
|
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4826
4947
|
"category": "Libraries",
|
|
4827
4948
|
"type": "3rd-party",
|
|
@@ -5792,6 +5913,29 @@
|
|
|
5792
5913
|
"requires": {}
|
|
5793
5914
|
}
|
|
5794
5915
|
},
|
|
5916
|
+
{
|
|
5917
|
+
"name": "scripts",
|
|
5918
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
5919
|
+
"repo": "nuxt/scripts",
|
|
5920
|
+
"npm": "@nuxt/scripts",
|
|
5921
|
+
"icon": "nuxt.svg",
|
|
5922
|
+
"github": "https://github.com/nuxt/scripts",
|
|
5923
|
+
"website": "https://scripts.nuxt.com",
|
|
5924
|
+
"learn_more": "",
|
|
5925
|
+
"category": "Libraries",
|
|
5926
|
+
"type": "official",
|
|
5927
|
+
"maintainers": [
|
|
5928
|
+
{
|
|
5929
|
+
"name": "Harlan Wilton",
|
|
5930
|
+
"github": "harlan-zw",
|
|
5931
|
+
"twitter": "harlan_zw"
|
|
5932
|
+
}
|
|
5933
|
+
],
|
|
5934
|
+
"compatibility": {
|
|
5935
|
+
"nuxt": "^3.0.0",
|
|
5936
|
+
"requires": {}
|
|
5937
|
+
}
|
|
5938
|
+
},
|
|
5795
5939
|
{
|
|
5796
5940
|
"name": "scss-to-js",
|
|
5797
5941
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -6018,6 +6162,33 @@
|
|
|
6018
6162
|
"requires": {}
|
|
6019
6163
|
}
|
|
6020
6164
|
},
|
|
6165
|
+
{
|
|
6166
|
+
"name": "shadcn",
|
|
6167
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6168
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6169
|
+
"npm": "shadcn-nuxt",
|
|
6170
|
+
"icon": "",
|
|
6171
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6172
|
+
"website": "https://www.shadcn-vue.com",
|
|
6173
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6174
|
+
"category": "UI",
|
|
6175
|
+
"type": "3rd-party",
|
|
6176
|
+
"maintainers": [
|
|
6177
|
+
{
|
|
6178
|
+
"name": "Zernonia",
|
|
6179
|
+
"github": "zernonia",
|
|
6180
|
+
"twitter": "zernonia"
|
|
6181
|
+
},
|
|
6182
|
+
{
|
|
6183
|
+
"name": "Sadegh Barati",
|
|
6184
|
+
"github": "sadeghbarati"
|
|
6185
|
+
}
|
|
6186
|
+
],
|
|
6187
|
+
"compatibility": {
|
|
6188
|
+
"nuxt": "^3.0.0",
|
|
6189
|
+
"requires": {}
|
|
6190
|
+
}
|
|
6191
|
+
},
|
|
6021
6192
|
{
|
|
6022
6193
|
"name": "shopify",
|
|
6023
6194
|
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
@@ -6272,39 +6443,6 @@
|
|
|
6272
6443
|
"requires": {}
|
|
6273
6444
|
}
|
|
6274
6445
|
},
|
|
6275
|
-
{
|
|
6276
|
-
"name": "speedkit",
|
|
6277
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
6278
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
6279
|
-
"npm": "nuxt-booster",
|
|
6280
|
-
"icon": "speedkit.png",
|
|
6281
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
6282
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
6283
|
-
"learn_more": "",
|
|
6284
|
-
"category": "Performance",
|
|
6285
|
-
"type": "3rd-party",
|
|
6286
|
-
"maintainers": [
|
|
6287
|
-
{
|
|
6288
|
-
"name": "Stephan Gerbeth",
|
|
6289
|
-
"github": "StephanGerbeth",
|
|
6290
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
6291
|
-
},
|
|
6292
|
-
{
|
|
6293
|
-
"name": "Thorn Walli",
|
|
6294
|
-
"github": "ThornWalli",
|
|
6295
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
6296
|
-
},
|
|
6297
|
-
{
|
|
6298
|
-
"name": "Grabarz & Partner",
|
|
6299
|
-
"github": "GrabarzUndPartner",
|
|
6300
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
6301
|
-
}
|
|
6302
|
-
],
|
|
6303
|
-
"compatibility": {
|
|
6304
|
-
"nuxt": "^2.0.0",
|
|
6305
|
-
"requires": {}
|
|
6306
|
-
}
|
|
6307
|
-
},
|
|
6308
6446
|
{
|
|
6309
6447
|
"name": "ssr-lit",
|
|
6310
6448
|
"description": "",
|
|
@@ -6351,23 +6489,29 @@
|
|
|
6351
6489
|
},
|
|
6352
6490
|
{
|
|
6353
6491
|
"name": "storefront-ui",
|
|
6354
|
-
"description": "Storefront UI
|
|
6355
|
-
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt
|
|
6492
|
+
"description": "Storefront UI for Nuxt by Alokai",
|
|
6493
|
+
"repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
|
|
6356
6494
|
"npm": "@storefront-ui/nuxt",
|
|
6357
6495
|
"icon": "storefront-ui.svg",
|
|
6358
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
6359
|
-
"website": "https://docs.storefrontui.io
|
|
6360
|
-
"learn_more": "https://docs.storefrontui.io/",
|
|
6496
|
+
"github": "https://github.com/vuestorefront/storefront-ui",
|
|
6497
|
+
"website": "https://docs.storefrontui.io/v2/",
|
|
6498
|
+
"learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
|
|
6361
6499
|
"category": "UI",
|
|
6362
6500
|
"type": "3rd-party",
|
|
6363
6501
|
"maintainers": [
|
|
6364
6502
|
{
|
|
6365
|
-
"name": "
|
|
6366
|
-
"github": "
|
|
6503
|
+
"name": "Szymon Dziewoński",
|
|
6504
|
+
"github": "Szymon-dziewonski",
|
|
6505
|
+
"avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
|
|
6506
|
+
},
|
|
6507
|
+
{
|
|
6508
|
+
"name": "Jakub Freisler",
|
|
6509
|
+
"github": "FRSgit",
|
|
6510
|
+
"avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
|
|
6367
6511
|
}
|
|
6368
6512
|
],
|
|
6369
6513
|
"compatibility": {
|
|
6370
|
-
"nuxt": "^
|
|
6514
|
+
"nuxt": "^3.0.0",
|
|
6371
6515
|
"requires": {}
|
|
6372
6516
|
}
|
|
6373
6517
|
},
|
|
@@ -6629,6 +6773,29 @@
|
|
|
6629
6773
|
"requires": {}
|
|
6630
6774
|
}
|
|
6631
6775
|
},
|
|
6776
|
+
{
|
|
6777
|
+
"name": "SurrealDB",
|
|
6778
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB.",
|
|
6779
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
6780
|
+
"npm": "nuxt-surrealdb",
|
|
6781
|
+
"icon": "surrealdb.png",
|
|
6782
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6783
|
+
"website": "",
|
|
6784
|
+
"learn_more": "",
|
|
6785
|
+
"category": "Libraries",
|
|
6786
|
+
"type": "3rd-party",
|
|
6787
|
+
"maintainers": [
|
|
6788
|
+
{
|
|
6789
|
+
"name": "Sandro Circi",
|
|
6790
|
+
"github": "sandros94",
|
|
6791
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429"
|
|
6792
|
+
}
|
|
6793
|
+
],
|
|
6794
|
+
"compatibility": {
|
|
6795
|
+
"nuxt": "^3.10.0",
|
|
6796
|
+
"requires": {}
|
|
6797
|
+
}
|
|
6798
|
+
},
|
|
6632
6799
|
{
|
|
6633
6800
|
"name": "svg-loader",
|
|
6634
6801
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-28f5fd",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"repository":
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/nuxt/modules.git"
|
|
8
|
+
},
|
|
6
9
|
"homepage": "https://nuxt.com/modules",
|
|
7
10
|
"main": "./modules.json",
|
|
8
11
|
"files": [
|
|
@@ -13,17 +16,17 @@
|
|
|
13
16
|
"cli": "jiti ./lib/cli",
|
|
14
17
|
"website:build": "pnpm build && nuxi build website",
|
|
15
18
|
"website:dev": "pnpm build && nuxi dev website",
|
|
16
|
-
"lint": "eslint
|
|
19
|
+
"lint": "eslint",
|
|
17
20
|
"release": "pnpm cli version && npm publish",
|
|
18
21
|
"sync": "pnpm cli sync",
|
|
19
22
|
"test": "pnpm lint && pnpm sync"
|
|
20
23
|
},
|
|
21
24
|
"devDependencies": {
|
|
22
|
-
"@nuxt/eslint-config": "^0.
|
|
25
|
+
"@nuxt/eslint-config": "^0.3.10",
|
|
23
26
|
"@types/js-yaml": "^4.0.5",
|
|
24
27
|
"@types/node": "^18.17.15",
|
|
25
28
|
"defu": "^6.1.2",
|
|
26
|
-
"eslint": "^
|
|
29
|
+
"eslint": "^9.2.0",
|
|
27
30
|
"globby": "^13.2.2",
|
|
28
31
|
"hasha": "^5.2.2",
|
|
29
32
|
"jiti": "^1.20.0",
|