-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.03 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@nuxt/cli",
"type": "module",
"version": "3.34.0",
"description": "Nuxt CLI",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/cli.git",
"directory": "packages/nuxt-cli"
},
"exports": {
".": "./dist/index.mjs",
"./cli": "./bin/nuxi.mjs"
},
"types": "./dist/index.d.ts",
"bin": {
"nuxi": "bin/nuxi.mjs",
"nuxi-ng": "bin/nuxi.mjs",
"nuxt": "bin/nuxi.mjs",
"nuxt-cli": "bin/nuxi.mjs"
},
"files": [
"bin",
"dist"
],
"engines": {
"node": "^16.14.0 || >=18.0.0"
},
"scripts": {
"build": "tsdown",
"dev:prepare": "tsdown --watch",
"prepack": "tsdown"
},
"peerDependencies": {
"@nuxt/schema": "^4.4.2"
},
"peerDependenciesMeta": {
"@nuxt/schema": {
"optional": true
}
},
"dependencies": {
"@bomb.sh/tab": "^0.0.14",
"@clack/prompts": "^1.2.0",
"c12": "^3.3.3",
"citty": "^0.2.1",
"confbox": "^0.2.4",
"consola": "^3.4.2",
"debug": "^4.4.3",
"defu": "^6.1.4",
"exsolve": "^1.0.8",
"fuse.js": "^7.1.0",
"fzf": "^0.5.2",
"giget": "^3.2.0",
"jiti": "^2.6.1",
"listhen": "^1.9.0",
"nypm": "^0.6.5",
"ofetch": "^1.5.1",
"ohash": "^2.0.11",
"pathe": "^2.0.3",
"perfect-debounce": "^2.1.0",
"pkg-types": "^2.3.0",
"scule": "^1.3.0",
"semver": "^7.7.4",
"srvx": "^0.11.9",
"std-env": "^4.0.0",
"tinyclip": "^0.1.12",
"tinyexec": "^1.0.4",
"ufo": "^1.6.3",
"youch": "^4.1.1"
},
"devDependencies": {
"@nuxt/kit": "^4.4.2",
"@nuxt/schema": "^4.4.2",
"@types/debug": "^4.1.13",
"@types/node": "^24.12.0",
"get-port-please": "^3.2.0",
"h3": "^1.15.6",
"h3-next": "npm:h3@^2.0.1-rc.18",
"nitro": "^3.0.1-alpha.2",
"nitropack": "^2.13.2",
"rollup": "^4.60.1",
"rollup-plugin-visualizer": "^7.0.1",
"tsdown": "^0.21.7",
"typescript": "^6.0.2",
"undici": "^8.1.0",
"unplugin-purge-polyfills": "^0.1.0",
"vitest": "^4.1.2",
"youch": "^4.1.1"
}
}