@nuxt/modules 0.6.0-471357 → 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 +162 -41
- package/package.json +4 -4
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",
|
|
@@ -5815,6 +5890,29 @@
|
|
|
5815
5890
|
"requires": {}
|
|
5816
5891
|
}
|
|
5817
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
|
+
},
|
|
5818
5916
|
{
|
|
5819
5917
|
"name": "scss-to-js",
|
|
5820
5918
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -6041,6 +6139,33 @@
|
|
|
6041
6139
|
"requires": {}
|
|
6042
6140
|
}
|
|
6043
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
|
+
},
|
|
6044
6169
|
{
|
|
6045
6170
|
"name": "shopify",
|
|
6046
6171
|
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
@@ -6295,39 +6420,6 @@
|
|
|
6295
6420
|
"requires": {}
|
|
6296
6421
|
}
|
|
6297
6422
|
},
|
|
6298
|
-
{
|
|
6299
|
-
"name": "speedkit",
|
|
6300
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
6301
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
6302
|
-
"npm": "nuxt-booster",
|
|
6303
|
-
"icon": "speedkit.png",
|
|
6304
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
6305
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
6306
|
-
"learn_more": "",
|
|
6307
|
-
"category": "Performance",
|
|
6308
|
-
"type": "3rd-party",
|
|
6309
|
-
"maintainers": [
|
|
6310
|
-
{
|
|
6311
|
-
"name": "Stephan Gerbeth",
|
|
6312
|
-
"github": "StephanGerbeth",
|
|
6313
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
6314
|
-
},
|
|
6315
|
-
{
|
|
6316
|
-
"name": "Thorn Walli",
|
|
6317
|
-
"github": "ThornWalli",
|
|
6318
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
6319
|
-
},
|
|
6320
|
-
{
|
|
6321
|
-
"name": "Grabarz & Partner",
|
|
6322
|
-
"github": "GrabarzUndPartner",
|
|
6323
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
6324
|
-
}
|
|
6325
|
-
],
|
|
6326
|
-
"compatibility": {
|
|
6327
|
-
"nuxt": "^2.0.0",
|
|
6328
|
-
"requires": {}
|
|
6329
|
-
}
|
|
6330
|
-
},
|
|
6331
6423
|
{
|
|
6332
6424
|
"name": "ssr-lit",
|
|
6333
6425
|
"description": "",
|
|
@@ -6374,23 +6466,29 @@
|
|
|
6374
6466
|
},
|
|
6375
6467
|
{
|
|
6376
6468
|
"name": "storefront-ui",
|
|
6377
|
-
"description": "Storefront UI
|
|
6378
|
-
"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",
|
|
6379
6471
|
"npm": "@storefront-ui/nuxt",
|
|
6380
6472
|
"icon": "storefront-ui.svg",
|
|
6381
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
6382
|
-
"website": "https://docs.storefrontui.io
|
|
6383
|
-
"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",
|
|
6384
6476
|
"category": "UI",
|
|
6385
6477
|
"type": "3rd-party",
|
|
6386
6478
|
"maintainers": [
|
|
6387
6479
|
{
|
|
6388
|
-
"name": "
|
|
6389
|
-
"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"
|
|
6390
6488
|
}
|
|
6391
6489
|
],
|
|
6392
6490
|
"compatibility": {
|
|
6393
|
-
"nuxt": "^
|
|
6491
|
+
"nuxt": "^3.0.0",
|
|
6394
6492
|
"requires": {}
|
|
6395
6493
|
}
|
|
6396
6494
|
},
|
|
@@ -6652,6 +6750,29 @@
|
|
|
6652
6750
|
"requires": {}
|
|
6653
6751
|
}
|
|
6654
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
|
+
},
|
|
6655
6776
|
{
|
|
6656
6777
|
"name": "svg-loader",
|
|
6657
6778
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
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-487c1a",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
"cli": "jiti ./lib/cli",
|
|
17
17
|
"website:build": "pnpm build && nuxi build website",
|
|
18
18
|
"website:dev": "pnpm build && nuxi dev website",
|
|
19
|
-
"lint": "eslint
|
|
19
|
+
"lint": "eslint",
|
|
20
20
|
"release": "pnpm cli version && npm publish",
|
|
21
21
|
"sync": "pnpm cli sync",
|
|
22
22
|
"test": "pnpm lint && pnpm sync"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@nuxt/eslint-config": "^0.
|
|
25
|
+
"@nuxt/eslint-config": "^0.3.10",
|
|
26
26
|
"@types/js-yaml": "^4.0.5",
|
|
27
27
|
"@types/node": "^18.17.15",
|
|
28
28
|
"defu": "^6.1.2",
|
|
29
|
-
"eslint": "^
|
|
29
|
+
"eslint": "^9.2.0",
|
|
30
30
|
"globby": "^13.2.2",
|
|
31
31
|
"hasha": "^5.2.2",
|
|
32
32
|
"jiti": "^1.20.0",
|