2018-10-26 17:58:21 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/babel-preset-app",
|
2023-02-13 12:13:39 +00:00
|
|
|
"version": "2.16.1",
|
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-02-01 14:14:19 +00:00
|
|
|
"@babel/compat-data": "^7.20.14",
|
2023-01-19 15:27:38 +00:00
|
|
|
"@babel/core": "^7.20.12",
|
|
|
|
"@babel/helper-compilation-targets": "^7.20.7",
|
2022-07-01 09:38:28 +00:00
|
|
|
"@babel/helper-module-imports": "^7.18.6",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
2023-02-01 14:14:19 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.20.13",
|
2022-07-01 09:38:28 +00:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
2023-01-19 15:27:38 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
|
2022-07-01 09:38:28 +00:00
|
|
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
2023-01-19 15:27:38 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
|
|
"@babel/preset-env": "^7.20.2",
|
2023-02-01 14:14:19 +00:00
|
|
|
"@babel/runtime": "^7.20.13",
|
2022-09-03 12:50:05 +00:00
|
|
|
"@vue/babel-preset-jsx": "^1.4.0",
|
2021-10-27 11:40:51 +00:00
|
|
|
"core-js": "^3.19.0",
|
2023-01-19 15:27:38 +00:00
|
|
|
"core-js-compat": "^3.27.2",
|
|
|
|
"regenerator-runtime": "^0.13.11"
|
2018-10-26 20:50:41 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2020-02-06 12:32:56 +00:00
|
|
|
}
|
2018-10-26 17:58:21 +00:00
|
|
|
}
|