Nuxt/packages/kit/package.json

38 lines
755 B
JSON
Raw Normal View History

{
"name": "@nuxt/kit",
"version": "0.10.0",
"repository": "nuxt/framework",
"license": "MIT",
2021-09-21 16:49:36 +00:00
"main": "./dist/index.cjs",
2021-03-28 20:33:19 +00:00
"types": "./dist/index.d.ts",
"files": [
"dist",
"schema"
],
2021-04-09 13:48:39 +00:00
"scripts": {
"prepack": "unbuild"
},
"devDependencies": {
"@types/lodash": "^4.14.175",
"unbuild": "latest"
2021-04-09 13:48:39 +00:00
},
"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.6",
"lodash": "^4.17.21",
"pathe": "^0.2.0",
"rc9": "^1.2.0",
"scule": "^0.2.1",
"std-env": "^2.3.1",
"ufo": "^0.7.9",
"unctx": "^1.0.2",
"untyped": "^0.2.9"
}
}