mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
16c8237f1c
[skip ci]
20 lines
339 B
JSON
20 lines
339 B
JSON
{
|
|
"name": "@nuxt/config",
|
|
"version": "2.2.0",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/config.js",
|
|
"dependencies": {
|
|
"@nuxt/common": "^2.2.0",
|
|
"consola": "^2.2.4",
|
|
"lodash": "^4.17.11",
|
|
"std-env": "^2.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|