mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
0337932115
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: Alexander Lichter <manniL@gmx.net>
24 lines
427 B
JSON
24 lines
427 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.1",
|
|
"defu": "^2.0.2",
|
|
"dotenv": "^8.2.0",
|
|
"esm": "^3.2.25",
|
|
"std-env": "^2.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|