Nuxt/packages/nuxt3/package.json

46 lines
971 B
JSON
Raw Normal View History

2021-03-18 14:26:41 +00:00
{
"name": "nuxt3",
"version": "0.5.1",
2021-03-18 14:26:41 +00:00
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
"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": {
"prepack": "unbuild"
2021-03-18 14:26:41 +00:00
},
2021-04-18 16:37:59 +00:00
"bin": {
"nu": "./bin/nuxt.js",
"nuxt": "./bin/nuxt.js",
"nuxt-cli": "./bin/nuxt.js"
},
2021-03-18 14:26:41 +00:00
"dependencies": {
"@nuxt/app": "^0.3.1",
"@nuxt/kit": "^0.5.0",
"@nuxt/nitro": "^0.5.2",
"@nuxt/vite-builder": "^0.3.0",
"@nuxt/webpack-builder": "^0.3.1",
2021-03-18 14:26:41 +00:00
"chokidar": "^3.5.1",
"consola": "^2.15.3",
"defu": "^4.0.1",
2021-03-18 14:26:41 +00:00
"fs-extra": "^9.1.0",
"globby": "^11.0.3",
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",
"nuxt-cli": "^0.3.0",
"scule": "^0.2.0",
"ufo": "^0.7.1",
"upath": "^2.0.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/hash-sum": "^1.0.0",
2021-04-09 13:48:39 +00:00
"@types/lodash": "^4.14.168",
"unbuild": "^0.2.2"
2021-03-18 14:26:41 +00:00
}
}