@nuxt/modules 0.6.0-b79ca4 → 0.6.0-b7c126

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.
Files changed (2) hide show
  1. package/modules.json +110 -34
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -375,6 +375,28 @@
375
375
  "requires": {}
376
376
  }
377
377
  },
378
+ {
379
+ "name": "artivue",
380
+ "description": "A dynamic & layered theming engine for Vue applications. Pick a color and transform your entire application!",
381
+ "repo": "Eschricht/artivue",
382
+ "npm": "artivue",
383
+ "icon": "artivue.svg",
384
+ "github": "https://github.com/Eschricht/artivue",
385
+ "website": "https://artivue.eschricht.dev",
386
+ "learn_more": "https://github.com/Eschricht/artivue",
387
+ "category": "UI",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "Eschricht",
392
+ "github": "Eschricht"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": ">=3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
378
400
  {
379
401
  "name": "auth-utils",
380
402
  "description": "Minimalist Auth module for Nuxt with SSR.",
@@ -1344,8 +1366,8 @@
1344
1366
  "npm": "nuxt-directus",
1345
1367
  "icon": "directus.svg",
1346
1368
  "github": "https://github.com/intevel/nuxt-directus/",
1347
- "website": "https://nuxt-directus.site/",
1348
- "learn_more": "https://nuxt-directus.site/",
1369
+ "website": "https://nuxt-directus.de/",
1370
+ "learn_more": "https://directus.io/",
1349
1371
  "category": "CMS",
1350
1372
  "type": "3rd-party",
1351
1373
  "maintainers": [
@@ -1353,6 +1375,16 @@
1353
1375
  "name": "Conner Bachmann",
1354
1376
  "github": "intevel",
1355
1377
  "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
1378
+ },
1379
+ {
1380
+ "name": "Matt.",
1381
+ "github": "casualmatt",
1382
+ "avatar": "https://avatars.githubusercontent.com/u/85650530?v=4"
1383
+ },
1384
+ {
1385
+ "name": "Sandro Circi",
1386
+ "github": "sandros94",
1387
+ "avatar": "https://avatars.githubusercontent.com/u/13056429?v=4"
1356
1388
  }
1357
1389
  ],
1358
1390
  "compatibility": {
@@ -1427,6 +1459,28 @@
1427
1459
  "requires": {}
1428
1460
  }
1429
1461
  },
1462
+ {
1463
+ "name": "dragon-editor",
1464
+ "description": "Javascript WYSIWYG editor in Nuxt!",
1465
+ "repo": "lovefields/dragonEditor",
1466
+ "npm": "dragon-editor",
1467
+ "icon": "",
1468
+ "github": "https://github.com/lovefields/dragonEditor",
1469
+ "website": "https://github.com/lovefields/dragonEditor",
1470
+ "learn_more": "",
1471
+ "category": "Libraries",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "lovefields",
1476
+ "github": "lovefields"
1477
+ }
1478
+ ],
1479
+ "compatibility": {
1480
+ "nuxt": "^3.0.0",
1481
+ "requires": {}
1482
+ }
1483
+ },
1430
1484
  {
1431
1485
  "name": "drupal-ce",
1432
1486
  "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
@@ -1577,7 +1631,7 @@
1577
1631
  "repo": "element-plus/element-plus-nuxt",
1578
1632
  "npm": "@element-plus/nuxt",
1579
1633
  "icon": "element-plus.svg",
1580
- "github": "https://github.com/element-plus/element-plus",
1634
+ "github": "https://github.com/element-plus/element-plus-nuxt",
1581
1635
  "website": "https://element-plus.org",
1582
1636
  "learn_more": "https://github.com/element-plus/element-plus-nuxt",
1583
1637
  "category": "UI",
@@ -2607,7 +2661,7 @@
2607
2661
  "icon": "",
2608
2662
  "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
2609
2663
  "website": "https://luxdamore.github.io/nuxt-humans-txt/",
2610
- "learn_more": "https://humanstxt.org/",
2664
+ "learn_more": "",
2611
2665
  "category": "SEO",
2612
2666
  "type": "3rd-party",
2613
2667
  "maintainers": [
@@ -4311,6 +4365,28 @@
4311
4365
  }
4312
4366
  }
4313
4367
  },
4368
+ {
4369
+ "name": "nuxt-i18n-micro",
4370
+ "description": "I18n Micro is a fast, simple, and lightweight internationalization (i18n) module.",
4371
+ "repo": "s00d/nuxt-i18n-micro",
4372
+ "npm": "nuxt-i18n-micro",
4373
+ "icon": "nuxt-i18n-micro.png",
4374
+ "github": "https://github.com/s00d/nuxt-i18n-micro",
4375
+ "website": "https://github.com/s00d/nuxt-i18n-micro",
4376
+ "learn_more": "https://www.npmjs.com/package/nuxt-i18n-micro",
4377
+ "category": "Extensions",
4378
+ "type": "3rd-party",
4379
+ "maintainers": [
4380
+ {
4381
+ "name": "Pavel Kuzmin",
4382
+ "github": "s00d"
4383
+ }
4384
+ ],
4385
+ "compatibility": {
4386
+ "nuxt": ">=3.0.0",
4387
+ "requires": {}
4388
+ }
4389
+ },
4314
4390
  {
4315
4391
  "name": "nuxt-interpolation",
4316
4392
  "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
@@ -4705,7 +4781,7 @@
4705
4781
  "npm": "@sidebase/nuxt-pdf",
4706
4782
  "icon": "nuxt-pdf.png",
4707
4783
  "github": "https://github.com/sidebase/nuxt-pdf",
4708
- "website": "https://sidebase.io/nuxt-pdf",
4784
+ "website": "https://github.com/sidebase/nuxt-pdf",
4709
4785
  "learn_more": "https://github.com/sidebase",
4710
4786
  "category": "Extensions",
4711
4787
  "type": "3rd-party",
@@ -5533,10 +5609,10 @@
5533
5609
  {
5534
5610
  "name": "pinia-plugin-persistedstate",
5535
5611
  "description": "Configurable persistence and rehydration of Pinia stores.",
5536
- "repo": "prazdevs/pinia-plugin-persistedstate#main/packages/nuxt",
5537
- "npm": "@pinia-plugin-persistedstate/nuxt",
5612
+ "repo": "prazdevs/pinia-plugin-persistedstate",
5613
+ "npm": "pinia-plugin-persistedstate",
5538
5614
  "icon": "pinia-plugin-persistedstate.png",
5539
- "github": "https://github.com/prazdevs/pinia-plugin-persistedstate/tree/main/packages/nuxt",
5615
+ "github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
5540
5616
  "website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
5541
5617
  "learn_more": "",
5542
5618
  "category": "Extensions",
@@ -5671,12 +5747,12 @@
5671
5747
  {
5672
5748
  "name": "primevue",
5673
5749
  "description": "Next Generation Vue UI Component Library",
5674
- "repo": "primefaces/primevue-nuxt-module",
5675
- "npm": "nuxt-primevue",
5750
+ "repo": "primefaces/primevue#master/packages/nuxt-module",
5751
+ "npm": "@primevue/nuxt-module",
5676
5752
  "icon": "primevue.svg",
5677
- "github": "https://github.com/primefaces/primevue-nuxt-module",
5753
+ "github": "https://github.com/primefaces/primevue/tree/master/packages/nuxt-module",
5678
5754
  "website": "https://primevue.org/",
5679
- "learn_more": "https://primevue.org/",
5755
+ "learn_more": "https://primevue.org/nuxt/",
5680
5756
  "category": "UI",
5681
5757
  "type": "3rd-party",
5682
5758
  "maintainers": [
@@ -7992,6 +8068,28 @@
7992
8068
  }
7993
8069
  }
7994
8070
  },
8071
+ {
8072
+ "name": "vaxee",
8073
+ "description": "The State Manager for Vue 3",
8074
+ "repo": "letstri/vaxee#main/packages/nuxt",
8075
+ "npm": "@vaxee/nuxt",
8076
+ "icon": "vaxee.svg",
8077
+ "github": "https://github.com/letstri/vaxee/tree/main/packages/nuxt",
8078
+ "website": "https://vaxee.letstri.dev/",
8079
+ "learn_more": "",
8080
+ "category": "Extensions",
8081
+ "type": "3rd-party",
8082
+ "maintainers": [
8083
+ {
8084
+ "name": "letstri",
8085
+ "github": "letstri"
8086
+ }
8087
+ ],
8088
+ "compatibility": {
8089
+ "nuxt": "^3.0.0",
8090
+ "requires": {}
8091
+ }
8092
+ },
7995
8093
  {
7996
8094
  "name": "vcalendar",
7997
8095
  "description": "VCalendar module for Nuxt",
@@ -8059,28 +8157,6 @@
8059
8157
  "requires": {}
8060
8158
  }
8061
8159
  },
8062
- {
8063
- "name": "vercel-analytics",
8064
- "description": "Vercel Analytics integration for Nuxt",
8065
- "repo": "xanderbarkhatov/nuxt-vercel-analytics",
8066
- "npm": "nuxt-vercel-analytics",
8067
- "icon": "",
8068
- "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
8069
- "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
8070
- "learn_more": "https://vercel.com/docs/concepts/analytics",
8071
- "category": "Analytics",
8072
- "type": "3rd-party",
8073
- "maintainers": [
8074
- {
8075
- "name": "Alexander B.",
8076
- "github": "xanderbarkhatov"
8077
- }
8078
- ],
8079
- "compatibility": {
8080
- "nuxt": ">=3.0.0",
8081
- "requires": {}
8082
- }
8083
- },
8084
8160
  {
8085
8161
  "name": "vexip-ui",
8086
8162
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-b79ca4",
3
+ "version": "0.6.0-b7c126",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",