UNPKG

@berun/runner-babel

Version:

BeRun babel preset for building React web applications

50 lines (49 loc) 1.19 kB
{ "name": "@berun/runner-babel", "version": "7.3.6", "description": "BeRun babel preset for building React web applications", "main": "src/index.ts", "ts:main": "src/index.ts", "types": "src/index.ts", "authors": [ "OffGrid Networks <admin@offgridnetworks.com>" ], "bugs": "https://github.com/bestyled/berun/issues", "engines": { "node": ">=8.3", "npm": ">=5.4.0", "yarn": ">=1.2.1" }, "keywords": [ "berun", "berun-runner", "react", "web", "hot module replacement", "create react app" ], "license": "Apache-2.0", "publishConfig": { "access": "public" }, "repository": "https://github.com/bestyled/berun/tree/master/packages/runner-babel", "resolutions": { "babel-core": "^7.0.0-bridge.0" }, "scripts": { "coverage": "berun-dev test --coverage", "format": "berun-dev format", "lint": "berun-dev lint", "test": "berun-dev test", "test:watch": "berun-dev test -o --watch" }, "dependencies": { "@berun/berun": "^7.3.6", "@berun/fluent-babel": "^7.3.6" }, "devDependencies": { "@berun/berun": "^7.3.6", "@berun/dev-scripts": "^7.3.6" }, "peerDependencies": {} }