mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
38 lines
755 B
JSON
38 lines
755 B
JSON
{
|
|
"name": "@nuxt/kit",
|
|
"version": "0.10.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.cjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"schema"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.175",
|
|
"unbuild": "latest"
|
|
},
|
|
"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",
|
|
"jiti": "^1.12.3",
|
|
"lodash": "^4.17.21",
|
|
"pathe": "^0.2.0",
|
|
"rc9": "^1.2.0",
|
|
"scule": "^0.2.1",
|
|
"std-env": "^2.3.0",
|
|
"ufo": "^0.7.9",
|
|
"unctx": "^1.0.2",
|
|
"untyped": "^0.2.9"
|
|
}
|
|
}
|