2018-10-26 17:58:21 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/babel-preset-app",
|
2018-11-26 18:02:10 +00:00
|
|
|
"version": "2.3.4",
|
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": {
|
2018-12-16 10:00:40 +00:00
|
|
|
"@babel/core": "^7.2.2",
|
2018-12-20 11:31:22 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.2.3",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.2.3",
|
2018-12-04 12:28:15 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.2.0",
|
2018-12-20 11:31:22 +00:00
|
|
|
"@babel/preset-env": "^7.2.3",
|
2018-12-04 12:28:15 +00:00
|
|
|
"@babel/runtime": "^7.2.0",
|
2019-01-11 09:39:07 +00:00
|
|
|
"@vue/babel-preset-jsx": "^1.0.0-beta.1"
|
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
|
|
|
}
|