Nuxt/packages/nuxt3/package.json

78 lines
1.8 KiB
JSON
Raw Normal View History

2021-03-18 14:26:41 +00:00
{
"name": "nuxt3",
"version": "3.0.0",
2021-03-18 14:26:41 +00:00
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
"main": "./dist/index.mjs",
"types": "./types.d.ts",
"bin": {
2021-10-29 11:31:56 +00:00
"nuxi": "./bin/nuxt.mjs",
"nuxt": "./bin/nuxt.mjs"
},
"exports": {
".": "./dist/index.mjs",
"./app": "./dist/app/index.mjs",
"./package.json": "./package.json"
},
"imports": {
"#app": "./dist/app/index.mjs",
"#meta": "./dist/meta/runtime/index.mjs",
"#pages": "./dist/pages/runtime/index.mjs"
},
2021-03-18 14:26:41 +00:00
"files": [
"app.d.ts",
2021-04-18 16:37:59 +00:00
"bin",
"types.d.ts",
2021-03-18 14:26:41 +00:00
"dist"
],
2021-04-09 13:48:39 +00:00
"scripts": {
"prepack": "unbuild"
2021-03-18 14:26:41 +00:00
},
"dependencies": {
"@nuxt/kit": "3.0.0",
"@nuxt/nitro": "3.0.0",
"@nuxt/schema": "3.0.0",
"@nuxt/ui-templates": "npm:@nuxt/ui-templates-edge@latest",
"@nuxt/vite-builder": "3.0.0",
"@vue/reactivity": "^3.2.31",
"@vue/shared": "^3.2.31",
"@vueuse/head": "^0.7.5",
"chokidar": "^3.5.3",
2021-11-22 23:20:20 +00:00
"cookie-es": "^0.5.0",
"defu": "^6.0.0",
"destr": "^1.1.0",
"escape-string-regexp": "^5.0.0",
"fs-extra": "^10.0.1",
"globby": "^13.1.1",
"h3": "^0.4.2",
2021-03-18 14:26:41 +00:00
"hash-sum": "^2.0.0",
"hookable": "^5.1.1",
"knitwork": "^0.1.1",
"magic-string": "^0.26.1",
"mlly": "^0.5.1",
"nitropack": "npm:nitropack-edge@latest",
"nuxi": "3.0.0",
"ohash": "^0.1.0",
"ohmyfetch": "^0.4.15",
"pathe": "^0.2.0",
"perfect-debounce": "^0.1.3",
"scule": "^0.2.1",
2022-03-16 10:21:24 +00:00
"ufo": "^0.8.1",
"unimport": "^0.1.3",
"unplugin": "^0.6.0",
"untyped": "^0.4.3",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/hash-sum": "^1.0.0",
2021-09-21 16:49:36 +00:00
"unbuild": "latest",
"vue-meta": "next"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
2021-03-18 14:26:41 +00:00
}
}