mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
db11f7bf93
Co-authored-by: Renovate Bot <bot@renovateapp.com>
27 lines
496 B
JSON
27 lines
496 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": "^5.0.0",
|
|
"destr": "^1.1.0",
|
|
"dotenv": "^9.0.2",
|
|
"lodash": "^4.17.21",
|
|
"rc9": "^1.2.0",
|
|
"std-env": "^2.3.0",
|
|
"ufo": "^0.7.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|