mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
931d1cf89e
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
33 lines
981 B
JSON
33 lines
981 B
JSON
{
|
|
"name": "@nuxt/babel-preset-app",
|
|
"version": "2.15.2",
|
|
"description": "babel-preset-app for nuxt",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"author": "Evan You",
|
|
"contributors": [
|
|
"Clark Du"
|
|
],
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.13.6",
|
|
"@babel/core": "^7.13.1",
|
|
"@babel/helper-compilation-targets": "^7.13.0",
|
|
"@babel/helper-module-imports": "^7.12.13",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@babel/plugin-proposal-decorators": "^7.13.5",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
|
|
"@babel/plugin-transform-runtime": "^7.13.7",
|
|
"@babel/preset-env": "^7.13.5",
|
|
"@babel/runtime": "^7.13.7",
|
|
"@vue/babel-preset-jsx": "^1.2.4",
|
|
"core-js": "^2.6.5",
|
|
"core-js-compat": "^3.9.0",
|
|
"regenerator-runtime": "^0.13.7"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|