Nuxt/packages/config/package.json
renovate[bot] d61a920e40
chore(deps): update all non-major dependencies (2.x) (#25279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 11:33:19 +00:00

33 lines
615 B
JSON

{
"name": "@nuxt/config",
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"license": "MIT",
"main": "dist/config.js",
"typings": "index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"dependencies": {
"@nuxt/utils": "2.17.3",
"consola": "^3.2.3",
"defu": "^6.1.4",
"destr": "^2.0.2",
"dotenv": "^16.4.1",
"lodash": "^4.17.21",
"rc9": "^2.1.1",
"std-env": "^3.7.0",
"ufo": "^1.3.2"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
},
"publishConfig": {
"access": "public"
}
}