{ "name": "@nuxt/babel-preset-app", "version": "2.17.2", "description": "babel-preset-app for nuxt", "repository": { "type": "git", "url": "git+https://github.com/nuxt/nuxt.js.git" }, "license": "MIT", "author": "Evan You", "contributors": [ "Clark Du" ], "main": "src/index.js", "dependencies": { "@babel/compat-data": "^7.23.5", "@babel/core": "^7.23.7", "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-module-imports": "^7.22.15", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.23.7", "@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-proposal-private-property-in-object": "^7.21.11", "@babel/plugin-transform-runtime": "^7.23.7", "@babel/preset-env": "^7.23.8", "@babel/runtime": "^7.23.8", "@vue/babel-preset-jsx": "^1.4.0", "core-js": "^3.35.0", "core-js-compat": "^3.35.0", "regenerator-runtime": "^0.14.1" }, "engines": { "node": "^14.18.0 || >=16.10.0" }, "publishConfig": { "access": "public" } }