mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
6a91545fa2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
27 lines
497 B
JSON
27 lines
497 B
JSON
{
|
|
"name": "@nuxt/config",
|
|
"version": "2.15.6",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/config.js",
|
|
"typings": "index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"index.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/utils": "2.15.6",
|
|
"consola": "^2.15.3",
|
|
"defu": "^6.1.1",
|
|
"destr": "^1.2.2",
|
|
"dotenv": "^16.0.3",
|
|
"lodash": "^4.17.21",
|
|
"rc9": "^1.2.4",
|
|
"std-env": "^3.3.1",
|
|
"ufo": "^0.8.6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|