mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
47cac4c597
Co-authored-by: Renovate Bot <bot@renovateapp.com>
42 lines
862 B
JSON
42 lines
862 B
JSON
{
|
|
"name": "@nuxt/kit",
|
|
"version": "3.0.0",
|
|
"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",
|
|
"consola": "^2.15.3",
|
|
"defu": "^5.0.0",
|
|
"dotenv": "^11.0.0",
|
|
"globby": "^11.1.0",
|
|
"hash-sum": "^2.0.0",
|
|
"jiti": "^1.12.9",
|
|
"lodash.template": "^4.5.0",
|
|
"mlly": "^0.3.17",
|
|
"pathe": "^0.2.0",
|
|
"pkg-types": "^0.3.2",
|
|
"rc9": "^1.2.0",
|
|
"scule": "^0.2.1",
|
|
"semver": "^7.3.5",
|
|
"unctx": "^1.0.2",
|
|
"untyped": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.template": "^4",
|
|
"@types/semver": "^7",
|
|
"unbuild": "latest"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
|
|
}
|
|
}
|