2018-10-17 21:28:25 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/core",
|
2023-10-24 03:03:16 +00:00
|
|
|
"version": "2.17.2",
|
2023-10-24 03:09:34 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nuxt/nuxt.js.git"
|
|
|
|
},
|
2018-10-17 21:28:25 +00:00
|
|
|
"license": "MIT",
|
2020-02-06 12:32:56 +00:00
|
|
|
"main": "dist/core.js",
|
2018-10-17 21:28:25 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2023-10-24 03:03:16 +00:00
|
|
|
"@nuxt/config": "2.17.2",
|
|
|
|
"@nuxt/server": "2.17.2",
|
|
|
|
"@nuxt/utils": "2.17.2",
|
2023-07-07 10:25:40 +00:00
|
|
|
"consola": "^3.2.3",
|
2022-06-23 22:58:52 +00:00
|
|
|
"fs-extra": "^10.1.0",
|
2023-11-24 14:10:27 +00:00
|
|
|
"hookable": "^4.4.1",
|
2019-06-29 04:37:43 +00:00
|
|
|
"hash-sum": "^2.0.0",
|
2021-02-20 16:49:08 +00:00
|
|
|
"lodash": "^4.17.21"
|
2018-10-17 22:14:54 +00:00
|
|
|
},
|
2023-02-17 10:40:47 +00:00
|
|
|
"engines": {
|
2023-05-19 10:36:35 +00:00
|
|
|
"node": "^14.18.0 || >=16.10.0"
|
2023-03-17 15:37:14 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2018-11-26 18:02:10 +00:00
|
|
|
}
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|