2018-10-27 20:27:16 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/config",
|
2020-03-25 19:20:50 +00:00
|
|
|
"version": "2.12.1",
|
2018-10-27 20:27:16 +00:00
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
2020-02-06 12:32:56 +00:00
|
|
|
"main": "dist/config.js",
|
|
|
|
"typings": "index.d.ts",
|
2018-10-27 20:27:16 +00:00
|
|
|
"files": [
|
2019-08-20 17:17:59 +00:00
|
|
|
"dist",
|
|
|
|
"index.d.ts"
|
2018-10-27 20:27:16 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2020-03-25 19:20:50 +00:00
|
|
|
"@nuxt/utils": "2.12.1",
|
2020-05-27 21:27:20 +00:00
|
|
|
"consola": "^2.12.2",
|
2020-05-25 19:33:34 +00:00
|
|
|
"defu": "^2.0.4",
|
2020-05-28 14:46:15 +00:00
|
|
|
"destr": "^0.1.9",
|
2020-05-18 08:21:15 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2020-02-06 12:57:42 +00:00
|
|
|
"esm": "^3.2.25",
|
2020-06-01 16:48:09 +00:00
|
|
|
"rc9": "^0.0.7",
|
2018-11-08 21:48:29 +00:00
|
|
|
"std-env": "^2.2.1"
|
2018-10-27 20:27:16 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2018-11-26 18:02:10 +00:00
|
|
|
}
|
2018-10-27 20:27:16 +00:00
|
|
|
}
|