mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
36 lines
696 B
JSON
36 lines
696 B
JSON
{
|
|
"name": "@nuxt/kit",
|
|
"version": "0.10.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"schema"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "^0.4.2"
|
|
},
|
|
"dependencies": {
|
|
"consola": "^2.15.3",
|
|
"create-require": "^1.1.1",
|
|
"defu": "^5.0.0",
|
|
"dotenv": "^10.0.0",
|
|
"globby": "^11.0.4",
|
|
"hash-sum": "^2.0.0",
|
|
"hookable": "^5.0.0-2",
|
|
"jiti": "^1.11.0",
|
|
"rc9": "^1.2.0",
|
|
"scule": "^0.2.1",
|
|
"std-env": "^2.3.0",
|
|
"ufo": "^0.7.7",
|
|
"unctx": "^1.0.1",
|
|
"untyped": "^0.2.8",
|
|
"upath": "^2.0.1"
|
|
}
|
|
}
|