mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "@nuxt/kit",
|
|
"version": "3.11.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
"directory": "packages/kit"
|
|
},
|
|
"homepage": "https://nuxt.com/docs/api/kit",
|
|
"description": "Toolkit for authoring modules and interacting with Nuxt",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.mjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/schema": "workspace:*",
|
|
"c12": "^1.10.0",
|
|
"consola": "^3.2.3",
|
|
"defu": "^6.1.4",
|
|
"globby": "^14.0.1",
|
|
"hash-sum": "^2.0.0",
|
|
"ignore": "^5.3.1",
|
|
"jiti": "^1.21.0",
|
|
"knitwork": "^1.1.0",
|
|
"mlly": "^1.6.1",
|
|
"pathe": "^1.1.2",
|
|
"pkg-types": "^1.1.0",
|
|
"scule": "^1.3.0",
|
|
"semver": "^7.6.0",
|
|
"ufo": "^1.5.3",
|
|
"unctx": "^2.3.1",
|
|
"unimport": "^3.7.1",
|
|
"untyped": "^1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hash-sum": "1.0.2",
|
|
"@types/lodash-es": "4.17.12",
|
|
"@types/semver": "7.5.8",
|
|
"lodash-es": "4.17.21",
|
|
"nitropack": "2.9.6",
|
|
"unbuild": "latest",
|
|
"vite": "5.2.9",
|
|
"vitest": "1.4.0",
|
|
"webpack": "5.91.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
}
|
|
}
|