UNPKG

@umijs/babel-preset-umi

Version:
37 lines 1 kB
{ "name": "@umijs/babel-preset-umi", "version": "4.6.79", "description": "Official babel preset for umi.", "homepage": "https://github.com/umijs/umi/tree/master/packages/babel-preset-umi#readme", "bugs": "https://github.com/umijs/umi/issues", "repository": { "type": "git", "url": "https://github.com/umijs/umi", "directory": "packages/babel-preset-umi" }, "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@babel/runtime": "7.23.6", "@bloomberg/record-tuple-polyfill": "0.0.4", "core-js": "3.34.0", "@umijs/bundler-utils": "4.6.79", "@umijs/utils": "4.6.79" }, "publishConfig": { "access": "public" }, "authors": [ "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)" ], "scripts": { "build": "umi-scripts father build", "build:deps": "umi-scripts bundleDeps", "dev": "umi-scripts father dev", "test": "umi-scripts jest-turbo" } }