UNPKG

943 BJSONView Raw
1{
2 "name": "@nuxt/babel-preset-app",
3 "version": "2.15.1",
4 "description": "babel-preset-app for nuxt",
5 "repository": "nuxt/nuxt.js",
6 "license": "MIT",
7 "author": "Evan You",
8 "contributors": [
9 "Clark Du"
10 ],
11 "main": "src/index.js",
12 "dependencies": {
13 "@babel/compat-data": "^7.12.13",
14 "@babel/core": "^7.12.17",
15 "@babel/helper-compilation-targets": "^7.12.17",
16 "@babel/plugin-proposal-class-properties": "^7.12.13",
17 "@babel/plugin-proposal-decorators": "^7.12.13",
18 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
19 "@babel/plugin-proposal-optional-chaining": "^7.12.17",
20 "@babel/plugin-transform-runtime": "^7.12.17",
21 "@babel/preset-env": "^7.12.17",
22 "@babel/runtime": "^7.12.18",
23 "@vue/babel-preset-jsx": "^1.2.4",
24 "core-js": "^2.6.5",
25 "core-js-compat": "^3.9.0",
26 "regenerator-runtime": "^0.13.7"
27 },
28 "publishConfig": {
29 "access": "public"
30 }
31}