UNPKG

standalone-single-spa-webpack-plugin

Version:
63 lines 1.66 kB
{ "name": "standalone-single-spa-webpack-plugin", "version": "6.0.0", "description": "A webpack plugin to run single-spa microfrontends as standalone", "type": "module", "exports": { ".": { "default": "./lib/standalone-single-spa.js", "types": "./lib/standalone-single-spa.d.ts" } }, "types": "types/standalone-single-spa.d.ts", "files": [ "lib" ], "dependencies": { "single-spa": ">=7.0.0-beta.3" }, "devDependencies": { "@babel/preset-typescript": "^7.27.0", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@types/node": "^22.13.14", "cross-env": "^7.0.3", "html-webpack-plugin": "^5.6.3", "husky": "^9.1.7", "jest": "^29.3.1", "jest-serializer-html": "^7.1.0", "prettier": "^3.5.3", "pretty-quick": "^4.1.1", "typescript": "^5.8.2", "webpack": "5.98.0" }, "peerDependencies": { "html-webpack-plugin": "*", "webpack": "*" }, "repository": { "type": "git", "url": "git+https://github.com/single-spa/standalone-single-spa-webpack-plugin.git" }, "keywords": [ "webpack", "single-spa", "standalone" ], "author": "Jolyn Denning", "license": "MIT", "bugs": { "url": "https://github.com/single-spa/standalone-single-spa-webpack-plugin/issues" }, "homepage": "https://github.com/single-spa/standalone-single-spa-webpack-plugin#readme", "engines": { "node": ">= 8.3.0" }, "scripts": { "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest", "build": "tsc", "watch": "tsc --watch", "check-format": "prettier --check .", "format": "prettier --write ." } }