UNPKG

piral

Version:

The all-in-one piral package.

85 lines (84 loc) 1.91 kB
{ "name": "piral", "version": "1.8.5", "description": "The all-in-one piral package.", "keywords": [ "smapiot", "piral", "modules", "microfrontend", "portal", "spa" ], "importmap": { "imports": {} }, "author": "smapiot", "homepage": "https://piral.io", "license": "MIT", "module": "lib/index.js", "main": "lib/index.js", "typings": "lib/index.d.ts", "exports": { ".": "./lib/index.js", "./lib/*": { "import": "./lib/*", "types": "./lib/*.d.ts" }, "./polyfills": "./polyfills.js", "./package.json": "./package.json" }, "sideEffects": [ "./polyfills.js" ], "files": [ "polyfills.js", "lib", "src" ], "funding": { "type": "github", "url": "https://github.com/sponsors/smapiot" }, "repository": { "type": "git", "url": "https://github.com/smapiot/piral.git" }, "bugs": { "url": "https://github.com/smapiot/piral/issues" }, "pilets": { "sharedDependencies": [], "files": [], "scripts": {} }, "scripts": { "build": "yarn build:esnext", "build:esnext": "tsc --project tsconfig.json --outDir lib --module esnext", "typedoc": "typedoc --json ../../../docs/types/piral.json src --exclude \"src/**/*.test.*\"", "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "piral-base": "^1.8.5", "piral-core": "^1.8.5", "piral-ext": "^1.8.5", "react": "^18.0.0", "react-dom": "^18.0.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-router": "^5.1.8", "@types/react-router-dom": "^5.1.6" }, "sharedDependencies": [ "react", "react-dom", "react-router", "react-router-dom", "tslib" ], "gitHead": "b100b985954384a8e4e874769fe449a66bc7d94d" }