2018-10-27 20:27:16 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/config",
|
2024-06-27 15:40:58 +00:00
|
|
|
"version": "2.18.0",
|
2024-01-12 15:16:46 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-06-06 19:28:07 +00:00
|
|
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
|
|
"directory": "packages/config"
|
2024-01-12 15:16:46 +00:00
|
|
|
},
|
2018-10-27 20:27:16 +00:00
|
|
|
"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": {
|
2024-06-27 15:40:58 +00:00
|
|
|
"@nuxt/utils": "2.18.0",
|
2023-07-07 10:25:40 +00:00
|
|
|
"consola": "^3.2.3",
|
2024-01-12 15:04:51 +00:00
|
|
|
"defu": "^6.1.4",
|
2024-04-25 10:28:27 +00:00
|
|
|
"destr": "^2.0.3",
|
|
|
|
"dotenv": "^16.4.5",
|
2021-02-20 16:49:08 +00:00
|
|
|
"lodash": "^4.17.21",
|
2024-04-25 10:28:27 +00:00
|
|
|
"rc9": "^2.1.2",
|
2024-01-12 15:04:51 +00:00
|
|
|
"std-env": "^3.7.0",
|
2024-04-25 10:28:27 +00:00
|
|
|
"ufo": "^1.5.3"
|
2018-10-27 20:27:16 +00:00
|
|
|
},
|
2023-02-17 10:40:47 +00:00
|
|
|
"engines": {
|
2023-05-19 10:36:35 +00:00
|
|
|
"node": "^14.18.0 || >=16.10.0"
|
2023-03-17 15:37:14 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2018-11-26 18:02:10 +00:00
|
|
|
}
|
2018-10-27 20:27:16 +00:00
|
|
|
}
|