@nuxt/modules 0.6.0-473620 → 0.6.0-487c1a
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 +209 -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",
|
|
@@ -3155,6 +3177,30 @@
|
|
|
3155
3177
|
"requires": {}
|
|
3156
3178
|
}
|
|
3157
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
|
+
},
|
|
3158
3204
|
{
|
|
3159
3205
|
"name": "lucide-icons",
|
|
3160
3206
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3803,6 +3849,35 @@
|
|
|
3803
3849
|
"requires": {}
|
|
3804
3850
|
}
|
|
3805
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
|
+
},
|
|
3806
3881
|
{
|
|
3807
3882
|
"name": "nuxt-bootstrap-icons",
|
|
3808
3883
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -4725,6 +4800,28 @@
|
|
|
4725
4800
|
"requires": {}
|
|
4726
4801
|
}
|
|
4727
4802
|
},
|
|
4803
|
+
{
|
|
4804
|
+
"name": "nuxt-uswds",
|
|
4805
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
4806
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
4807
|
+
"npm": "nuxt-uswds",
|
|
4808
|
+
"icon": "nuxt-uswds.svg",
|
|
4809
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
4810
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
4811
|
+
"learn_more": "",
|
|
4812
|
+
"category": "UI",
|
|
4813
|
+
"type": "3rd-party",
|
|
4814
|
+
"maintainers": [
|
|
4815
|
+
{
|
|
4816
|
+
"name": "Patrick Cate",
|
|
4817
|
+
"github": "patrickcate"
|
|
4818
|
+
}
|
|
4819
|
+
],
|
|
4820
|
+
"compatibility": {
|
|
4821
|
+
"nuxt": "^3.0.0",
|
|
4822
|
+
"requires": {}
|
|
4823
|
+
}
|
|
4824
|
+
},
|
|
4728
4825
|
{
|
|
4729
4826
|
"name": "nuxt-viewport",
|
|
4730
4827
|
"description": "Define custom viewports for your Nuxt project",
|
|
@@ -4822,7 +4919,7 @@
|
|
|
4822
4919
|
"npm": "nuxt3-leaflet",
|
|
4823
4920
|
"icon": "leaflet.png",
|
|
4824
4921
|
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4825
|
-
"website": "https://github.
|
|
4922
|
+
"website": "https://gugustinette.github.io/Nuxt-Leaflet",
|
|
4826
4923
|
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4827
4924
|
"category": "Libraries",
|
|
4828
4925
|
"type": "3rd-party",
|
|
@@ -5195,7 +5292,7 @@
|
|
|
5195
5292
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
5196
5293
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
5197
5294
|
"learn_more": "",
|
|
5198
|
-
"category": "
|
|
5295
|
+
"category": "Analytics",
|
|
5199
5296
|
"type": "community",
|
|
5200
5297
|
"maintainers": [
|
|
5201
5298
|
{
|
|
@@ -5746,6 +5843,29 @@
|
|
|
5746
5843
|
}
|
|
5747
5844
|
}
|
|
5748
5845
|
},
|
|
5846
|
+
{
|
|
5847
|
+
"name": "scalar",
|
|
5848
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
5849
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
5850
|
+
"npm": "@scalar/nuxt",
|
|
5851
|
+
"icon": "scalar.svg",
|
|
5852
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5853
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5854
|
+
"learn_more": "https://scalar.com",
|
|
5855
|
+
"category": "Devtools",
|
|
5856
|
+
"type": "3rd-party",
|
|
5857
|
+
"maintainers": [
|
|
5858
|
+
{
|
|
5859
|
+
"name": "scalar",
|
|
5860
|
+
"github": "scalar",
|
|
5861
|
+
"twitter": "scalar"
|
|
5862
|
+
}
|
|
5863
|
+
],
|
|
5864
|
+
"compatibility": {
|
|
5865
|
+
"nuxt": "^3.0.0",
|
|
5866
|
+
"requires": {}
|
|
5867
|
+
}
|
|
5868
|
+
},
|
|
5749
5869
|
{
|
|
5750
5870
|
"name": "schema-org",
|
|
5751
5871
|
"description": "Quick and easy Schema.org graphs.",
|
|
@@ -5770,6 +5890,29 @@
|
|
|
5770
5890
|
"requires": {}
|
|
5771
5891
|
}
|
|
5772
5892
|
},
|
|
5893
|
+
{
|
|
5894
|
+
"name": "scripts",
|
|
5895
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
5896
|
+
"repo": "nuxt/scripts",
|
|
5897
|
+
"npm": "@nuxt/scripts",
|
|
5898
|
+
"icon": "nuxt.svg",
|
|
5899
|
+
"github": "https://github.com/nuxt/scripts",
|
|
5900
|
+
"website": "https://scripts.nuxt.com",
|
|
5901
|
+
"learn_more": "",
|
|
5902
|
+
"category": "Libraries",
|
|
5903
|
+
"type": "official",
|
|
5904
|
+
"maintainers": [
|
|
5905
|
+
{
|
|
5906
|
+
"name": "Harlan Wilton",
|
|
5907
|
+
"github": "harlan-zw",
|
|
5908
|
+
"twitter": "harlan_zw"
|
|
5909
|
+
}
|
|
5910
|
+
],
|
|
5911
|
+
"compatibility": {
|
|
5912
|
+
"nuxt": "^3.0.0",
|
|
5913
|
+
"requires": {}
|
|
5914
|
+
}
|
|
5915
|
+
},
|
|
5773
5916
|
{
|
|
5774
5917
|
"name": "scss-to-js",
|
|
5775
5918
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -5996,6 +6139,33 @@
|
|
|
5996
6139
|
"requires": {}
|
|
5997
6140
|
}
|
|
5998
6141
|
},
|
|
6142
|
+
{
|
|
6143
|
+
"name": "shadcn",
|
|
6144
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6145
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6146
|
+
"npm": "shadcn-nuxt",
|
|
6147
|
+
"icon": "",
|
|
6148
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6149
|
+
"website": "https://www.shadcn-vue.com",
|
|
6150
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6151
|
+
"category": "UI",
|
|
6152
|
+
"type": "3rd-party",
|
|
6153
|
+
"maintainers": [
|
|
6154
|
+
{
|
|
6155
|
+
"name": "Zernonia",
|
|
6156
|
+
"github": "zernonia",
|
|
6157
|
+
"twitter": "zernonia"
|
|
6158
|
+
},
|
|
6159
|
+
{
|
|
6160
|
+
"name": "Sadegh Barati",
|
|
6161
|
+
"github": "sadeghbarati"
|
|
6162
|
+
}
|
|
6163
|
+
],
|
|
6164
|
+
"compatibility": {
|
|
6165
|
+
"nuxt": "^3.0.0",
|
|
6166
|
+
"requires": {}
|
|
6167
|
+
}
|
|
6168
|
+
},
|
|
5999
6169
|
{
|
|
6000
6170
|
"name": "shopify",
|
|
6001
6171
|
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
@@ -6250,39 +6420,6 @@
|
|
|
6250
6420
|
"requires": {}
|
|
6251
6421
|
}
|
|
6252
6422
|
},
|
|
6253
|
-
{
|
|
6254
|
-
"name": "speedkit",
|
|
6255
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
6256
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
6257
|
-
"npm": "nuxt-booster",
|
|
6258
|
-
"icon": "speedkit.png",
|
|
6259
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
6260
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
6261
|
-
"learn_more": "",
|
|
6262
|
-
"category": "Performance",
|
|
6263
|
-
"type": "3rd-party",
|
|
6264
|
-
"maintainers": [
|
|
6265
|
-
{
|
|
6266
|
-
"name": "Stephan Gerbeth",
|
|
6267
|
-
"github": "StephanGerbeth",
|
|
6268
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
6269
|
-
},
|
|
6270
|
-
{
|
|
6271
|
-
"name": "Thorn Walli",
|
|
6272
|
-
"github": "ThornWalli",
|
|
6273
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
6274
|
-
},
|
|
6275
|
-
{
|
|
6276
|
-
"name": "Grabarz & Partner",
|
|
6277
|
-
"github": "GrabarzUndPartner",
|
|
6278
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
6279
|
-
}
|
|
6280
|
-
],
|
|
6281
|
-
"compatibility": {
|
|
6282
|
-
"nuxt": "^2.0.0",
|
|
6283
|
-
"requires": {}
|
|
6284
|
-
}
|
|
6285
|
-
},
|
|
6286
6423
|
{
|
|
6287
6424
|
"name": "ssr-lit",
|
|
6288
6425
|
"description": "",
|
|
@@ -6329,23 +6466,29 @@
|
|
|
6329
6466
|
},
|
|
6330
6467
|
{
|
|
6331
6468
|
"name": "storefront-ui",
|
|
6332
|
-
"description": "Storefront UI
|
|
6333
|
-
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt
|
|
6469
|
+
"description": "Storefront UI for Nuxt by Alokai",
|
|
6470
|
+
"repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
|
|
6334
6471
|
"npm": "@storefront-ui/nuxt",
|
|
6335
6472
|
"icon": "storefront-ui.svg",
|
|
6336
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
6337
|
-
"website": "https://docs.storefrontui.io
|
|
6338
|
-
"learn_more": "https://docs.storefrontui.io/",
|
|
6473
|
+
"github": "https://github.com/vuestorefront/storefront-ui",
|
|
6474
|
+
"website": "https://docs.storefrontui.io/v2/",
|
|
6475
|
+
"learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
|
|
6339
6476
|
"category": "UI",
|
|
6340
6477
|
"type": "3rd-party",
|
|
6341
6478
|
"maintainers": [
|
|
6342
6479
|
{
|
|
6343
|
-
"name": "
|
|
6344
|
-
"github": "
|
|
6480
|
+
"name": "Szymon Dziewoński",
|
|
6481
|
+
"github": "Szymon-dziewonski",
|
|
6482
|
+
"avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
|
|
6483
|
+
},
|
|
6484
|
+
{
|
|
6485
|
+
"name": "Jakub Freisler",
|
|
6486
|
+
"github": "FRSgit",
|
|
6487
|
+
"avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
|
|
6345
6488
|
}
|
|
6346
6489
|
],
|
|
6347
6490
|
"compatibility": {
|
|
6348
|
-
"nuxt": "^
|
|
6491
|
+
"nuxt": "^3.0.0",
|
|
6349
6492
|
"requires": {}
|
|
6350
6493
|
}
|
|
6351
6494
|
},
|
|
@@ -6607,6 +6750,29 @@
|
|
|
6607
6750
|
"requires": {}
|
|
6608
6751
|
}
|
|
6609
6752
|
},
|
|
6753
|
+
{
|
|
6754
|
+
"name": "SurrealDB",
|
|
6755
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB.",
|
|
6756
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
6757
|
+
"npm": "nuxt-surrealdb",
|
|
6758
|
+
"icon": "surrealdb.png",
|
|
6759
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6760
|
+
"website": "",
|
|
6761
|
+
"learn_more": "",
|
|
6762
|
+
"category": "Libraries",
|
|
6763
|
+
"type": "3rd-party",
|
|
6764
|
+
"maintainers": [
|
|
6765
|
+
{
|
|
6766
|
+
"name": "Sandro Circi",
|
|
6767
|
+
"github": "sandros94",
|
|
6768
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429"
|
|
6769
|
+
}
|
|
6770
|
+
],
|
|
6771
|
+
"compatibility": {
|
|
6772
|
+
"nuxt": "^3.10.0",
|
|
6773
|
+
"requires": {}
|
|
6774
|
+
}
|
|
6775
|
+
},
|
|
6610
6776
|
{
|
|
6611
6777
|
"name": "svg-loader",
|
|
6612
6778
|
"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-487c1a",
|
|
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",
|