2018-10-26 17:58:21 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/babel-preset-app",
|
2021-05-11 18:59:00 +00:00
|
|
|
"version": "2.15.6",
|
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": {
|
2021-11-03 17:47:08 +00:00
|
|
|
"@babel/compat-data": "^7.16.0",
|
|
|
|
"@babel/core": "^7.16.0",
|
|
|
|
"@babel/helper-compilation-targets": "^7.16.0",
|
|
|
|
"@babel/helper-module-imports": "^7.16.0",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.16.0",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
|
|
|
|
"@babel/plugin-proposal-private-methods": "^7.16.0",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.16.0",
|
|
|
|
"@babel/preset-env": "^7.16.0",
|
|
|
|
"@babel/runtime": "^7.16.0",
|
2020-10-29 21:47:05 +00:00
|
|
|
"@vue/babel-preset-jsx": "^1.2.4",
|
2021-10-27 11:40:51 +00:00
|
|
|
"core-js": "^3.19.0",
|
2021-11-03 17:47:08 +00:00
|
|
|
"core-js-compat": "^3.19.1",
|
2021-08-11 14:15:56 +00:00
|
|
|
"regenerator-runtime": "^0.13.9"
|
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
|
|
|
}
|