@mondora/microfrontends
Version:
Library for embedding frontends into one another
55 lines (54 loc) • 1.46 kB
JSON
{
"name": "@mondora/microfrontends",
"description": "Library for embedding frontends into one another",
"version": "1.1.1",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://bitbucket.com/mondora/microfrontends.git"
},
"homepage": "https://bitbucket.com/mondora/microfrontends",
"bugs": {
"url": "https://bitbucket.com/mondora/microfrontends/issues"
},
"scripts": {
"compile": "rimraf lib && tsc",
"prettier": "prettier 'src/**/*.ts' 'test/**/*.ts'",
"prettify": "yarn prettier --write",
"lint:prettier": "yarn prettier --list-different",
"lint:tslint": "tslint 'src/**/*.ts' 'test/**/*.ts'",
"lint": "yarn lint:prettier && yarn lint:tslint",
"test": "parcel test/*.html"
},
"dependencies": {
"penpal": "^4.1.1"
},
"peerDependencies": {
"react": ">=16.8.6"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"husky": "^3.1.0",
"parcel-bundler": "^1.12.4",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^3.0.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.2"
},
"browserslist": [
"last 2 Chrome versions"
]
}