mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
28 lines
771 B
JSON
28 lines
771 B
JSON
{
|
|
"name": "@nuxt/babel-preset-app",
|
|
"version": "2.3.1",
|
|
"description": "babel-preset-app for nuxt.js",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"author": "Evan You",
|
|
"contributors": [
|
|
"Clark Du"
|
|
],
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
|
"@babel/plugin-proposal-decorators": "^7.1.6",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-syntax-jsx": "^7.0.0",
|
|
"@babel/plugin-transform-runtime": "^7.1.0",
|
|
"@babel/preset-env": "^7.1.6",
|
|
"@babel/runtime": "^7.1.5",
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
"babel-plugin-transform-vue-jsx": "^4.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|