mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
44 lines
933 B
JSON
44 lines
933 B
JSON
{
|
|
"name": "@nuxt/kit",
|
|
"version": "3.2.1",
|
|
"repository": "nuxt/nuxt",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/schema": "3.2.1",
|
|
"c12": "^1.1.2",
|
|
"consola": "^2.15.3",
|
|
"defu": "^6.1.2",
|
|
"globby": "^13.1.3",
|
|
"hash-sum": "^2.0.0",
|
|
"ignore": "^5.2.4",
|
|
"jiti": "^1.17.1",
|
|
"knitwork": "^1.0.0",
|
|
"lodash.template": "^4.5.0",
|
|
"mlly": "^1.1.1",
|
|
"pathe": "^1.1.0",
|
|
"pkg-types": "^1.0.2",
|
|
"scule": "^1.0.0",
|
|
"semver": "^7.3.8",
|
|
"unctx": "^2.1.2",
|
|
"unimport": "^2.2.4",
|
|
"untyped": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.template": "^4",
|
|
"@types/semver": "^7.3.13",
|
|
"unbuild": "latest"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
}
|