2018-10-26 17:58:21 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/babel-preset-app",
|
2021-02-15 11:04:09 +00:00
|
|
|
"version": "2.15.0",
|
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-02-03 13:26:37 +00:00
|
|
|
"@babel/compat-data": "^7.12.13",
|
2021-02-14 20:51:13 +00:00
|
|
|
"@babel/core": "^7.12.16",
|
|
|
|
"@babel/helper-compilation-targets": "^7.12.16",
|
2021-02-03 13:26:37 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.12.13",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
|
2021-02-14 20:51:13 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
|
2021-02-08 08:05:35 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.12.15",
|
2021-02-14 20:51:13 +00:00
|
|
|
"@babel/preset-env": "^7.12.16",
|
2021-02-03 13:26:37 +00:00
|
|
|
"@babel/runtime": "^7.12.13",
|
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-01-20 12:31:29 +00:00
|
|
|
"core-js-compat": "^3.8.3",
|
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
|
|
|
}
|