2018-10-26 17:58:21 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/babel-preset-app",
|
2021-04-01 11:25:16 +00:00
|
|
|
"version": "2.15.4",
|
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-03-22 19:33:48 +00:00
|
|
|
"@babel/compat-data": "^7.13.12",
|
2021-03-30 21:10:03 +00:00
|
|
|
"@babel/core": "^7.13.14",
|
2021-03-28 18:29:05 +00:00
|
|
|
"@babel/helper-compilation-targets": "^7.13.13",
|
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-02-24 21:00:07 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.13.5",
|
2021-03-01 20:28:23 +00:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
2021-03-22 19:33:48 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
|
2021-03-09 18:11:58 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.13.10",
|
2021-03-22 19:33:48 +00:00
|
|
|
"@babel/preset-env": "^7.13.12",
|
2021-03-09 18:11:58 +00:00
|
|
|
"@babel/runtime": "^7.13.10",
|
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-03-31 16:21:10 +00:00
|
|
|
"core-js-compat": "^3.10.0",
|
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
|
|
|
}
|