Nuxt/packages/nuxt3/package.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2021-03-18 14:26:41 +00:00
{
"name": "nuxt3",
"version": "0.8.0",
2021-03-18 14:26:41 +00:00
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
"bin": {
"nu": "./bin/nuxi.js",
"nuxi": "./bin/nuxi.js",
"nuxt": "./bin/nuxi.js"
},
2021-03-18 14:26:41 +00:00
"files": [
2021-04-18 16:37:59 +00:00
"bin",
2021-03-18 14:26:41 +00:00
"dist"
],
2021-04-09 13:48:39 +00:00
"scripts": {
2021-07-15 10:49:57 +00:00
"prepack": "unbuild $@ || true"
2021-03-18 14:26:41 +00:00
},
"dependencies": {
"@nuxt/app": "^0.5.0",
"@nuxt/component-discovery": "^0.2.0",
"@nuxt/global-imports": "^0.1.0",
"@nuxt/kit": "^0.6.4",
"@nuxt/meta": "^0.1.0",
"@nuxt/nitro": "^0.9.1",
"@nuxt/pages": "^0.3.0",
"@nuxt/vite-builder": "^0.5.0",
"@nuxt/webpack-builder": "^0.5.0",
"@vue/reactivity": "3.2.1",
"@vue/shared": "3.2.1",
"chokidar": "^3.5.2",
2021-03-18 14:26:41 +00:00
"consola": "^2.15.3",
"defu": "^5.0.0",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
2021-03-18 14:26:41 +00:00
"hash-sum": "^2.0.0",
"hookable": "^4.4.1",
"ignore": "^5.1.8",
"lodash": "^4.17.21",
"nuxi": "^0.3.8",
"scule": "^0.2.1",
"ufo": "^0.7.7",
"upath": "^2.0.1",
"vue": "3.2.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/hash-sum": "^1.0.0",
"@types/lodash": "^4.14.172",
"unbuild": "^0.4.2"
2021-03-18 14:26:41 +00:00
}
}