Nuxt/packages/config/package.json
renovate[bot] fd2265c1fb
chore(deps): update all non-major dependencies (2.x) (#25623)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-04-25 11:28:27 +01: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.3",
"dotenv": "^16.4.5",
"lodash": "^4.17.21",
"rc9": "^2.1.2",
"std-env": "^3.7.0",
"ufo": "^1.5.3"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
},
"publishConfig": {
"access": "public"
}
}