Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
41
Frontend-Learner/node_modules/@nuxt/devtools-wizard/package.json
generated
vendored
Normal file
41
Frontend-Learner/node_modules/@nuxt/devtools-wizard/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "@nuxt/devtools-wizard",
|
||||
"type": "module",
|
||||
"version": "3.1.1",
|
||||
"description": "CLI Wizard to toggle Nuxt DevTools",
|
||||
"license": "MIT",
|
||||
"homepage": "https://devtools.nuxt.com",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nuxt/devtools.git",
|
||||
"directory": "packages/devtools-wizard"
|
||||
},
|
||||
"main": "./dist/index.mjs",
|
||||
"bin": "./cli.mjs",
|
||||
"files": [
|
||||
"*.cjs",
|
||||
"*.d.ts",
|
||||
"*.mjs",
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"consola": "^3.4.2",
|
||||
"diff": "^8.0.2",
|
||||
"execa": "^8.0.1",
|
||||
"magicast": "^0.5.1",
|
||||
"pathe": "^2.0.3",
|
||||
"pkg-types": "^2.3.0",
|
||||
"prompts": "^2.4.2",
|
||||
"semver": "^7.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/diff": "^8.0.0",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"unbuild": "^3.6.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
"stub": "unbuild --stub",
|
||||
"dev:prepare": "nr stub"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue