minimal-piral
Version:
Example project illustrating the exposure of a minimal Pilet API.
69 lines (68 loc) • 1.5 kB
JSON
{
"name": "minimal-piral",
"description": "Example project illustrating the exposure of a minimal Pilet API.",
"version": "1.8.4",
"license": "MIT",
"homepage": "https://piral.io",
"keywords": [
"portal",
"smapiot",
"sample",
"minimal",
"independent",
"example",
"microfrontend",
"modules",
"spa"
],
"importmap": {
"imports": {
"tslib": "tslib",
"react": "react",
"react-dom": "react-dom",
"react-router": "react-router",
"react-router-dom": "react-router-dom"
}
},
"pilets": {
"files": []
},
"piralCLI": {
"version": "1.8.4",
"generated": true
},
"main": "./app/index.js",
"typings": "./app/index.d.ts",
"app": "./app/index.html",
"peerDependencies": {},
"optionalDependencies": {},
"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",
"piral-cli": "^1.8.4",
"piral-cli-webpack5": "^1.8.4",
"piral-core": "^1.8.4",
"tslib": "2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "5.3.4",
"react-router-dom": "5.3.4"
},
"sharedDependencies": [
"tslib",
"react",
"react-dom",
"react-router",
"react-router-dom"
],
"repository": {
"type": "git",
"url": "https://github.com/smapiot/piral.git"
},
"bugs": {
"url": "https://github.com/smapiot/piral/issues"
},
"author": "smapiot"
}