2021-03-18 14:26:41 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt3",
|
2021-06-24 09:06:54 +00:00
|
|
|
"version": "0.8.0",
|
2021-03-18 14:26:41 +00:00
|
|
|
"repository": "nuxt/framework",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./dist/index.js",
|
2021-07-15 11:28:04 +00:00
|
|
|
"bin": {
|
|
|
|
"nu": "./bin/nuxt.js",
|
|
|
|
"nuxt": "./bin/nuxt.js",
|
|
|
|
"nuxt-cli": "./bin/nuxt.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": {
|
2021-06-24 09:06:54 +00:00
|
|
|
"@nuxt/app": "^0.5.0",
|
|
|
|
"@nuxt/component-discovery": "^0.2.0",
|
|
|
|
"@nuxt/kit": "^0.6.4",
|
2021-07-15 11:28:04 +00:00
|
|
|
"@nuxt/meta": "^0.1.0",
|
2021-06-24 09:06:54 +00:00
|
|
|
"@nuxt/nitro": "^0.9.1",
|
|
|
|
"@nuxt/pages": "^0.3.0",
|
|
|
|
"@nuxt/vite-builder": "^0.5.0",
|
|
|
|
"@nuxt/webpack-builder": "^0.5.0",
|
2021-07-20 10:21:30 +00:00
|
|
|
"@vue/reactivity": "3.1.5",
|
|
|
|
"@vue/shared": "3.1.5",
|
2021-06-16 13:01:15 +00:00
|
|
|
"chokidar": "^3.5.2",
|
2021-03-18 14:26:41 +00:00
|
|
|
"consola": "^2.15.3",
|
2021-05-19 15:54:58 +00:00
|
|
|
"defu": "^5.0.0",
|
2021-05-19 15:35:09 +00:00
|
|
|
"fs-extra": "^10.0.0",
|
2021-06-18 17:17:07 +00:00
|
|
|
"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",
|
2021-06-24 09:06:54 +00:00
|
|
|
"nuxt-cli": "^0.3.8",
|
2021-04-28 13:42:17 +00:00
|
|
|
"scule": "^0.2.1",
|
2021-07-02 12:45:36 +00:00
|
|
|
"ufo": "^0.7.7",
|
2021-05-27 11:42:22 +00:00
|
|
|
"upath": "^2.0.1",
|
2021-07-19 13:27:51 +00:00
|
|
|
"vue": "3.1.5"
|
2021-04-04 22:15:34 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-07 18:42:12 +00:00
|
|
|
"@types/fs-extra": "^9.0.12",
|
2021-04-04 22:15:34 +00:00
|
|
|
"@types/hash-sum": "^1.0.0",
|
2021-08-09 15:46:36 +00:00
|
|
|
"@types/lodash": "^4.14.172",
|
|
|
|
"unbuild": "^0.4.1"
|
2021-03-18 14:26:41 +00:00
|
|
|
}
|
|
|
|
}
|