2018-10-24 16:55:18 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/generator",
|
2024-01-12 15:11:17 +00:00
|
|
|
"version": "2.17.3",
|
2023-10-24 03:09:34 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nuxt/nuxt.js.git"
|
|
|
|
},
|
2018-10-24 16:55:18 +00:00
|
|
|
"license": "MIT",
|
2020-02-06 12:32:56 +00:00
|
|
|
"main": "dist/generator.js",
|
2018-10-24 16:55:18 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2024-01-12 15:11:17 +00:00
|
|
|
"@nuxt/utils": "2.17.3",
|
2021-08-11 14:15:56 +00:00
|
|
|
"chalk": "^4.1.2",
|
2023-07-07 10:25:40 +00:00
|
|
|
"consola": "^3.2.3",
|
2024-01-12 15:04:51 +00:00
|
|
|
"defu": "^6.1.4",
|
2023-02-02 23:22:07 +00:00
|
|
|
"devalue": "^2.0.1",
|
2022-06-23 22:58:52 +00:00
|
|
|
"fs-extra": "^10.1.0",
|
2024-04-24 12:17:35 +00:00
|
|
|
"html-minifier-terser": "^7.2.0",
|
2024-01-12 15:04:51 +00:00
|
|
|
"node-html-parser": "^6.1.12",
|
2023-11-23 15:02:41 +00:00
|
|
|
"ufo": "^1.3.2"
|
2018-10-24 16:55:18 +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-24 16:55:18 +00:00
|
|
|
}
|