@nuxt/modules 0.6.0-e76ddf → 0.6.0-e9822a
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 +2947 -701
- package/package.json +17 -11
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-e9822a",
|
|
4
4
|
"license": "MIT",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/nuxt/modules.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://nuxt.com/modules",
|
|
5
10
|
"main": "./modules.json",
|
|
6
11
|
"files": [
|
|
7
12
|
"modules.json"
|
|
@@ -11,23 +16,24 @@
|
|
|
11
16
|
"cli": "jiti ./lib/cli",
|
|
12
17
|
"website:build": "pnpm build && nuxi build website",
|
|
13
18
|
"website:dev": "pnpm build && nuxi dev website",
|
|
14
|
-
"lint": "eslint
|
|
19
|
+
"lint": "eslint",
|
|
15
20
|
"release": "pnpm cli version && npm publish",
|
|
16
21
|
"sync": "pnpm cli sync",
|
|
17
22
|
"test": "pnpm lint && pnpm sync"
|
|
18
23
|
},
|
|
19
24
|
"devDependencies": {
|
|
20
|
-
"@nuxt/eslint-config": "^0.
|
|
25
|
+
"@nuxt/eslint-config": "^0.3.10",
|
|
21
26
|
"@types/js-yaml": "^4.0.5",
|
|
22
|
-
"@types/node": "^18.
|
|
23
|
-
"defu": "^6.1.
|
|
24
|
-
"eslint": "^
|
|
25
|
-
"globby": "^13.
|
|
27
|
+
"@types/node": "^18.17.15",
|
|
28
|
+
"defu": "^6.1.2",
|
|
29
|
+
"eslint": "^9.2.0",
|
|
30
|
+
"globby": "^13.2.2",
|
|
26
31
|
"hasha": "^5.2.2",
|
|
27
|
-
"jiti": "^1.
|
|
32
|
+
"jiti": "^1.20.0",
|
|
28
33
|
"js-yaml": "^4.1.0",
|
|
29
|
-
"ofetch": "^1.
|
|
30
|
-
"
|
|
34
|
+
"ofetch": "^1.3.3",
|
|
35
|
+
"std-env": "^3.7.0",
|
|
36
|
+
"typescript": "^5.2.2"
|
|
31
37
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
38
|
+
"packageManager": "pnpm@8.7.4"
|
|
33
39
|
}
|