Nuxt/packages/nuxt3/package.json

57 lines
1.2 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"
},
2021-03-18 14:26:41 +00:00
"files": [
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/design": "^0.1.5",
"@nuxt/kit": "3.0.0",
"@nuxt/nitro": "3.0.0",
"@nuxt/vite-builder": "3.0.0",
"@nuxt/webpack-builder": "3.0.0",
"@vue/reactivity": "^3.2.22",
"@vue/shared": "^3.2.22",
"@vueuse/head": "^0.7.0",
"chokidar": "^3.5.2",
2021-03-18 14:26:41 +00:00
"consola": "^2.15.3",
"defu": "^5.0.0",
"globby": "^11.0.4",
2021-03-18 14:26:41 +00:00
"hash-sum": "^2.0.0",
"hookable": "^5.0.0",
"ignore": "^5.1.9",
"mlly": "^0.3.13",
"murmurhash-es": "^0.1.1",
"nuxi": "3.0.0",
"ohmyfetch": "^0.4.6",
"pathe": "^0.2.0",
"scule": "^0.2.1",
"ufo": "^0.7.9",
"unplugin": "^0.2.21",
"vue": "^3.2.22",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@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
}
}