mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
c008b30660
Co-authored-by: Renovate Bot <bot@renovateapp.com>
34 lines
640 B
JSON
34 lines
640 B
JSON
{
|
|
"name": "@nuxt/kit",
|
|
"version": "0.5.3",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"schema"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "^0.2.3"
|
|
},
|
|
"dependencies": {
|
|
"consola": "^2.15.3",
|
|
"create-require": "^1.1.1",
|
|
"defu": "^5.0.0",
|
|
"dotenv": "^9.0.2",
|
|
"hash-sum": "^2.0.0",
|
|
"jiti": "^1.9.2",
|
|
"rc9": "^1.2.0",
|
|
"scule": "^0.2.1",
|
|
"std-env": "^2.3.0",
|
|
"ufo": "^0.7.5",
|
|
"unctx": "^0.0.3",
|
|
"untyped": "^0.2.5",
|
|
"upath": "^2.0.1"
|
|
}
|
|
}
|