2018-10-27 20:27:16 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/config",
|
2024-01-12 15:11:17 +00:00
|
|
|
"version": "2.17.3",
|
2024-01-12 15:16:46 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nuxt/nuxt.js.git"
|
|
|
|
},
|
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-01-12 15:11:17 +00:00
|
|
|
"@nuxt/utils": "2.17.3",
|
2023-07-07 10:25:40 +00:00
|
|
|
"consola": "^3.2.3",
|
2024-01-12 15:04:51 +00:00
|
|
|
"defu": "^6.1.4",
|
2023-10-25 01:42:24 +00:00
|
|
|
"destr": "^2.0.2",
|
2023-06-17 21:34:57 +00:00
|
|
|
"dotenv": "^16.3.1",
|
2021-02-20 16:49:08 +00:00
|
|
|
"lodash": "^4.17.21",
|
2023-06-21 07:05:45 +00:00
|
|
|
"rc9": "^2.1.1",
|
2024-01-12 15:04:51 +00:00
|
|
|
"std-env": "^3.7.0",
|
2023-11-23 15:02:41 +00:00
|
|
|
"ufo": "^1.3.2"
|
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
|
|
|
}
|