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-11-14 20:28:17 +00:00
|
|
|
"@babel/core": "^7.1.6",
|
2018-10-26 17:58:21 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
2018-11-14 20:28:17 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.1.6",
|
2018-10-26 17:58:21 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
|
|
"@babel/plugin-syntax-jsx": "^7.0.0",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.1.0",
|
2018-11-14 20:28:17 +00:00
|
|
|
"@babel/preset-env": "^7.1.6",
|
2018-11-07 22:39:37 +00:00
|
|
|
"@babel/runtime": "^7.1.5",
|
2018-10-26 17:58:21 +00:00
|
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
|
|
"babel-plugin-transform-vue-jsx": "^4.0.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
|
|
|
}
|