mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
484e70fdd8
Co-authored-by: Renovate Bot <bot@renovateapp.com>
26 lines
471 B
JSON
26 lines
471 B
JSON
{
|
|
"name": "@nuxt/config",
|
|
"version": "2.12.1",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/config.js",
|
|
"typings": "index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"index.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/utils": "2.12.1",
|
|
"consola": "^2.12.2",
|
|
"defu": "^2.0.4",
|
|
"destr": "^0.1.9",
|
|
"dotenv": "^8.2.0",
|
|
"esm": "^3.2.25",
|
|
"rc9": "^0.0.7",
|
|
"std-env": "^2.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|