Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
83
Frontend-Learner/node_modules/@nuxt/cli/package.json
generated
vendored
Normal file
83
Frontend-Learner/node_modules/@nuxt/cli/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
{
|
||||
"name": "@nuxt/cli",
|
||||
"type": "module",
|
||||
"version": "3.31.3",
|
||||
"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.10.0 || >=18.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
"dev:prepare": "tsdown --watch",
|
||||
"prepack": "tsdown"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bomb.sh/tab": "^0.0.10",
|
||||
"@clack/prompts": "1.0.0-alpha.8",
|
||||
"c12": "^3.3.2",
|
||||
"citty": "^0.1.6",
|
||||
"confbox": "^0.2.2",
|
||||
"consola": "^3.4.2",
|
||||
"copy-paste": "^2.2.0",
|
||||
"debug": "^4.4.3",
|
||||
"defu": "^6.1.4",
|
||||
"exsolve": "^1.0.8",
|
||||
"fuse.js": "^7.1.0",
|
||||
"giget": "^2.0.0",
|
||||
"jiti": "^2.6.1",
|
||||
"listhen": "^1.9.0",
|
||||
"nypm": "^0.6.2",
|
||||
"ofetch": "^1.5.1",
|
||||
"ohash": "^2.0.11",
|
||||
"pathe": "^2.0.3",
|
||||
"perfect-debounce": "^2.0.0",
|
||||
"pkg-types": "^2.3.0",
|
||||
"scule": "^1.3.0",
|
||||
"semver": "^7.7.3",
|
||||
"srvx": "^0.9.8",
|
||||
"std-env": "^3.10.0",
|
||||
"tinyexec": "^1.0.2",
|
||||
"ufo": "^1.6.1",
|
||||
"youch": "^4.1.0-beta.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/kit": "^4.2.2",
|
||||
"@nuxt/schema": "^4.2.2",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/node": "^24.10.4",
|
||||
"get-port-please": "^3.2.0",
|
||||
"h3": "^1.15.4",
|
||||
"h3-next": "npm:h3@^2.0.1-rc.6",
|
||||
"nitro": "^3.0.1-alpha.1",
|
||||
"nitropack": "^2.12.9",
|
||||
"rollup": "^4.53.4",
|
||||
"rollup-plugin-visualizer": "^6.0.5",
|
||||
"tsdown": "^0.18.0",
|
||||
"typescript": "^5.9.3",
|
||||
"undici": "^7.16.0",
|
||||
"unplugin-purge-polyfills": "^0.1.0",
|
||||
"vitest": "^3.2.4",
|
||||
"youch": "^4.1.0-beta.13"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue