mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
44 lines
933 B
JSON
44 lines
933 B
JSON
{
|
|
"name": "@nuxt/kit",
|
|
"version": "3.0.0-rc.4",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/schema": "^3.0.0-rc.4",
|
|
"c12": "^0.2.7",
|
|
"consola": "^2.15.3",
|
|
"defu": "^6.0.0",
|
|
"globby": "^13.1.2",
|
|
"hash-sum": "^2.0.0",
|
|
"ignore": "^5.2.0",
|
|
"jiti": "^1.14.0",
|
|
"knitwork": "^0.1.2",
|
|
"lodash.template": "^4.5.0",
|
|
"mlly": "^0.5.3",
|
|
"pathe": "^0.3.0",
|
|
"pkg-types": "^0.3.3",
|
|
"scule": "^0.2.1",
|
|
"semver": "^7.3.7",
|
|
"unctx": "^1.1.4",
|
|
"unimport": "^0.3.0",
|
|
"untyped": "^0.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.template": "^4",
|
|
"@types/semver": "^7",
|
|
"unbuild": "latest"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
}
|