UNPKG

piral

Version:

The all-in-one piral package.

85 lines (84 loc) 1.91 kB
{ "name": "piral", "version": "1.11.2", "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/*": { "types": "./lib/*.d.ts", "import": "./lib/*" }, "./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.11.2", "piral-core": "^1.11.2", "piral-ext": "^1.11.2", "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": "715de92ee9d448c6c78de5218a7d581575a8eeb8" }