2018-10-26 17:58:21 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/babel-preset-app",
|
2020-10-15 16:17:49 +00:00
|
|
|
"version": "2.14.7",
|
2018-10-26 17:58:21 +00:00
|
|
|
"description": "babel-preset-app for nuxt.js",
|
|
|
|
"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": {
|
2020-10-19 09:59:14 +00:00
|
|
|
"@babel/core": "^7.12.3",
|
|
|
|
"@babel/helper-compilation-targets": "^7.12.1",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.12.1",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
|
|
"@babel/preset-env": "^7.12.1",
|
|
|
|
"@babel/runtime": "^7.12.1",
|
|
|
|
"@vue/babel-preset-jsx": "^1.2.2",
|
2019-03-21 19:29:51 +00:00
|
|
|
"core-js": "^2.6.5"
|
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
|
|
|
}
|