Nuxt/packages/kit/package.json

63 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "@nuxt/kit",
2024-06-16 07:36:40 +00:00
"version": "3.12.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",
2021-03-28 20:33:19 +00:00
"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"
],
2021-04-09 13:48:39 +00:00
"scripts": {
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/schema": "workspace:*",
"c12": "^2.0.0-beta.2",
"consola": "^3.2.3",
"defu": "^6.1.4",
"destr": "^2.0.3",
"errx": "^0.1.0",
"globby": "^14.0.2",
"hash-sum": "^2.0.0",
"ignore": "^5.3.2",
"jiti": "^2.0.0-beta.3",
"klona": "^2.0.6",
"mlly": "^1.7.1",
"pathe": "^1.1.2",
"pkg-types": "^1.2.0",
"scule": "^1.3.0",
"semver": "^7.6.3",
"ufo": "^1.5.4",
"unctx": "^2.3.1",
"unimport": "^3.11.1",
"untyped": "^1.4.2"
},
"devDependencies": {
"@types/hash-sum": "1.0.2",
"@types/semver": "7.5.8",
"nitro": "npm:nitro-nightly@3.0.0-beta-28665895.e727afda",
"unbuild": "3.0.0-rc.7",
"vite": "5.4.4",
"vitest": "2.0.5",
"webpack": "5.94.0"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
}
}