2018-10-27 20:27:16 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/config",
|
2020-08-27 10:25:35 +00:00
|
|
|
"version": "2.14.4",
|
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-08-27 10:25:35 +00:00
|
|
|
"@nuxt/utils": "2.14.4",
|
2020-08-13 13:05:54 +00:00
|
|
|
"consola": "^2.15.0",
|
2020-06-12 13:30:36 +00:00
|
|
|
"create-require": "^1.0.2",
|
2020-05-25 19:33:34 +00:00
|
|
|
"defu": "^2.0.4",
|
2020-06-16 12:41:41 +00:00
|
|
|
"destr": "^1.0.0",
|
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-22 09:50:56 +00:00
|
|
|
"jiti": "^0.1.11",
|
2020-06-16 13:44:18 +00:00
|
|
|
"rc9": "^1.0.0",
|
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
|
|
|
}
|