mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
21 lines
395 B
JSON
21 lines
395 B
JSON
{
|
|
"name": "@nuxt/config",
|
|
"version": "2.3.2",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/config.js",
|
|
"dependencies": {
|
|
"@nuxt/common": "2.3.2",
|
|
"consola": "^2.3.0",
|
|
"lodash": "^4.17.11",
|
|
"std-env": "^2.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
|
}
|