2021-03-18 14:26:41 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt3",
|
2021-04-28 17:17:42 +00:00
|
|
|
"version": "0.6.3",
|
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": {
|
2021-04-28 14:24:45 +00:00
|
|
|
"@nuxt/app": "^0.3.3",
|
2021-04-28 17:17:42 +00:00
|
|
|
"@nuxt/kit": "^0.5.3",
|
|
|
|
"@nuxt/nitro": "^0.6.3",
|
|
|
|
"@nuxt/vite-builder": "^0.3.3",
|
|
|
|
"@nuxt/webpack-builder": "^0.3.4",
|
2021-03-18 14:26:41 +00:00
|
|
|
"chokidar": "^3.5.1",
|
|
|
|
"consola": "^2.15.3",
|
2021-04-23 19:26:15 +00:00
|
|
|
"defu": "^4.0.1",
|
2021-05-19 15:35:09 +00:00
|
|
|
"fs-extra": "^10.0.0",
|
2021-03-28 20:50:51 +00:00
|
|
|
"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",
|
2021-04-28 17:17:42 +00:00
|
|
|
"nuxt-cli": "^0.3.3",
|
2021-04-28 13:42:17 +00:00
|
|
|
"scule": "^0.2.1",
|
2021-04-28 11:06:06 +00:00
|
|
|
"ufo": "^0.7.2",
|
2021-04-04 22:15:34 +00:00
|
|
|
"upath": "^2.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-12 21:53:08 +00:00
|
|
|
"@types/fs-extra": "^9.0.11",
|
2021-04-04 22:15:34 +00:00
|
|
|
"@types/hash-sum": "^1.0.0",
|
2021-04-09 13:48:39 +00:00
|
|
|
"@types/lodash": "^4.14.168",
|
2021-04-28 11:06:06 +00:00
|
|
|
"unbuild": "^0.2.3"
|
2021-03-18 14:26:41 +00:00
|
|
|
}
|
|
|
|
}
|