2018-10-26 17:58:21 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/babel-preset-app",
|
2019-04-25 08:43:50 +00:00
|
|
|
"version": "2.6.3",
|
2018-10-26 17:58:21 +00:00
|
|
|
"description": "babel-preset-app for nuxt.js",
|
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"author": "Evan You",
|
|
|
|
"contributors": [
|
|
|
|
"Clark Du"
|
|
|
|
],
|
|
|
|
"main": "src/index.js",
|
|
|
|
"dependencies": {
|
2019-04-03 07:12:43 +00:00
|
|
|
"@babel/core": "^7.4.3",
|
2019-03-20 05:58:41 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.4.0",
|
2018-12-04 12:28:15 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
2019-04-03 07:12:43 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.4.3",
|
|
|
|
"@babel/preset-env": "^7.4.3",
|
|
|
|
"@babel/runtime": "^7.4.3",
|
2019-03-22 13:31:04 +00:00
|
|
|
"@vue/babel-preset-jsx": "^1.0.0-beta.3",
|
2019-03-21 19:29:51 +00:00
|
|
|
"core-js": "^2.6.5"
|
2018-10-26 20:50:41 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2018-11-26 18:02:10 +00:00
|
|
|
}
|
2018-10-26 17:58:21 +00:00
|
|
|
}
|