mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
751b784d21
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "@nuxt/babel-preset-app",
|
|
"version": "2.16.1",
|
|
"description": "babel-preset-app for nuxt",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"author": "Evan You",
|
|
"contributors": [
|
|
"Clark Du"
|
|
],
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.21.0",
|
|
"@babel/core": "^7.21.0",
|
|
"@babel/helper-compilation-targets": "^7.20.7",
|
|
"@babel/helper-module-imports": "^7.18.6",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-proposal-decorators": "^7.21.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
"@babel/plugin-transform-runtime": "^7.21.0",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/runtime": "^7.21.0",
|
|
"@vue/babel-preset-jsx": "^1.4.0",
|
|
"core-js": "^3.19.0",
|
|
"core-js-compat": "^3.28.0",
|
|
"regenerator-runtime": "^0.13.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
}
|