empty-piral
Version:
An empty app shell with no dependencies.
53 lines (52 loc) • 1.01 kB
JSON
{
"name": "empty-piral",
"description": "An empty app shell with no dependencies.",
"version": "1.10.3",
"license": "MIT",
"homepage": "https://piral.io",
"keywords": [
"portal",
"smapiot",
"sample",
"empty",
"independent",
"example",
"microfrontend",
"modules",
"spa"
],
"importmap": {
"imports": {
"tslib": "tslib"
}
},
"pilets": {
"files": []
},
"piralCLI": {
"version": "1.10.3",
"generated": true
},
"main": "./app/index.js",
"typings": "./app/index.d.ts",
"app": "./app/index.html",
"peerDependencies": {},
"optionalDependencies": {},
"devDependencies": {
"piral-cli": "^1.10.3",
"piral-cli-webpack5": "^1.10.3",
"piral-base": "^1.10.3",
"tslib": "2.8.1"
},
"sharedDependencies": [
"tslib"
],
"repository": {
"type": "git",
"url": "https://github.com/smapiot/piral.git"
},
"bugs": {
"url": "https://github.com/smapiot/piral/issues"
},
"author": "smapiot"
}