mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
40ad3f799b
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"name": "@nuxt/kit",
|
|
"version": "3.3.1",
|
|
"repository": "nuxt/nuxt",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/schema": "3.3.1",
|
|
"c12": "^1.2.0",
|
|
"consola": "^2.15.3",
|
|
"defu": "^6.1.2",
|
|
"globby": "^13.1.3",
|
|
"hash-sum": "^2.0.0",
|
|
"ignore": "^5.2.4",
|
|
"jiti": "^1.18.2",
|
|
"knitwork": "^1.0.0",
|
|
"lodash.template": "^4.5.0",
|
|
"mlly": "^1.2.0",
|
|
"pathe": "^1.1.0",
|
|
"pkg-types": "^1.0.2",
|
|
"scule": "^1.0.0",
|
|
"semver": "^7.3.8",
|
|
"unctx": "^2.1.2",
|
|
"unimport": "^3.0.3",
|
|
"untyped": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.template": "^4.5.1",
|
|
"@types/semver": "^7.3.13",
|
|
"unbuild": "latest"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
}
|