UNPKG

@berun/runner-static

Version:

Cross build engine preset for building static applications

57 lines (56 loc) 1.43 kB
{ "name": "@berun/runner-static", "version": "7.3.6", "description": "Cross build engine preset for building static 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", "create react app", "webpack" ], "license": "Apache-2.0", "publishConfig": { "access": "public" }, "repository": "https://github.com/berun/berun/tree/master/packages/runner-static", "resolutions": { "babel-core": "^7.0.0-bridge.0" }, "scripts": { "coverage": "berun-dev test --coverage", "format": "berun-dev format", "lint": "berun-dev lint", "test": "echo no tests", "test:watch": "berun-dev test -o --watch" }, "dependencies": { "@berun/berun": "^7.3.6", "@berun/runner-webpack": "^7.3.6", "algoliasearch": "^3.35.1", "fs-extra": "^8.1.0", "rehype-docsearch": "^7.1.0", "resolve-cwd": "^2.0.0", "webpack-node-externals": "~1.7.2", "webpack-sources": "^1.4.3" }, "devDependencies": { "@berun/dev-scripts": "^7.3.6", "@berun/runner-babel": "^7.3.6", "@berun/runner-web-polyfills": "^7.3.6" }, "peerDependencies": {} }