2018-10-26 17:58:21 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/babel-preset-app",
|
2023-03-17 15:36:22 +00:00
|
|
|
"version": "2.16.3",
|
2020-11-30 22:44:04 +00:00
|
|
|
"description": "babel-preset-app for nuxt",
|
2018-10-26 17:58:21 +00:00
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"author": "Evan You",
|
2020-02-06 12:32:56 +00:00
|
|
|
"contributors": [
|
|
|
|
"Clark Du"
|
|
|
|
],
|
2018-10-26 17:58:21 +00:00
|
|
|
"main": "src/index.js",
|
|
|
|
"dependencies": {
|
2023-04-29 22:18:12 +00:00
|
|
|
"@babel/compat-data": "^7.21.7",
|
|
|
|
"@babel/core": "^7.21.5",
|
|
|
|
"@babel/helper-compilation-targets": "^7.21.5",
|
2023-04-06 22:03:04 +00:00
|
|
|
"@babel/helper-module-imports": "^7.21.4",
|
2022-07-01 09:38:28 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
2023-02-21 10:03:31 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.21.0",
|
2022-07-01 09:38:28 +00:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
2023-02-21 10:03:31 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
2022-07-01 09:38:28 +00:00
|
|
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
2023-04-06 22:03:04 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.21.4",
|
2023-04-29 22:18:12 +00:00
|
|
|
"@babel/preset-env": "^7.21.5",
|
|
|
|
"@babel/runtime": "^7.21.5",
|
2022-09-03 12:50:05 +00:00
|
|
|
"@vue/babel-preset-jsx": "^1.4.0",
|
2023-04-26 08:26:19 +00:00
|
|
|
"core-js": "^3.30.1",
|
2023-04-14 12:16:31 +00:00
|
|
|
"core-js-compat": "^3.30.1",
|
2023-01-19 15:27:38 +00:00
|
|
|
"regenerator-runtime": "^0.13.11"
|
2018-10-26 20:50:41 +00:00
|
|
|
},
|
2023-02-17 10:40:47 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
2023-03-17 15:37:14 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2020-02-06 12:32:56 +00:00
|
|
|
}
|
2018-10-26 17:58:21 +00:00
|
|
|
}
|