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-05-03 08:53:43 +00:00
|
|
|
"@babel/compat-data": "^7.14.0",
|
2021-05-15 11:01:12 +00:00
|
|
|
"@babel/core": "^7.14.2",
|
2021-04-23 18:47:34 +00:00
|
|
|
"@babel/helper-compilation-targets": "^7.13.16",
|
2021-03-22 19:33:48 +00:00
|
|
|
"@babel/helper-module-imports": "^7.13.12",
|
2021-02-23 08:37:12 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
2021-05-15 11:01:12 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.14.2",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
|
2021-05-03 12:06:27 +00:00
|
|
|
"@babel/plugin-proposal-private-methods": "^7.13.0",
|
2021-05-15 11:01:12 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.14.2",
|
|
|
|
"@babel/preset-env": "^7.14.2",
|
2021-05-03 08:53:43 +00:00
|
|
|
"@babel/runtime": "^7.14.0",
|
2020-10-29 21:47:05 +00:00
|
|
|
"@vue/babel-preset-jsx": "^1.2.4",
|
2020-12-22 23:34:20 +00:00
|
|
|
"core-js": "^2.6.5",
|
2021-05-11 11:14:26 +00:00
|
|
|
"core-js-compat": "^3.12.1",
|
2020-12-23 00:37:44 +00:00
|
|
|
"regenerator-runtime": "^0.13.7"
|
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
|
|
|
}
|