@micro-frame/marko
Version:
A Marko tag for building SSR friendly micro frontends.
88 lines (87 loc) • 2.89 kB
JSON
{
"name": "@micro-frame/marko",
"description": "A Marko tag for building SSR friendly micro frontends.",
"version": "1.10.4",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/micro-frame/issues",
"dependencies": {
"make-fetch-happen": "^12.0.0",
"writable-dom": "^1.0.4"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@marko/compiler": "^5.39.13",
"@marko/express": "^2.1.0",
"@marko/testing-library": "^6.2.0",
"@types/convert-source-map": "^1.5.2",
"@types/diffable-html": "^5.0.2",
"@types/express": "^4.17.13",
"@types/istanbul-lib-instrument": "^1.7.4",
"@types/jsdom": "^16.2.13",
"@types/make-fetch-happen": "^9.0.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"convert-source-map": "^1.8.0",
"diffable-html": "^6.0.1",
"esbuild": "^0.13.9",
"esbuild-register": "^3.0.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"express": "^4.17.1",
"fast-glob": "^3.2.7",
"fixpack": "^4.0.0",
"husky": "^7.0.4",
"istanbul-lib-instrument": "^5.0.4",
"jsdom": "^18.0.0",
"lint-staged": "^11.2.6",
"marko": "^5.37.20",
"mocha": "^9.1.3",
"mocha-snap": "^5.0.0",
"nyc": "^15.1.0",
"playwright": "^1.51.0",
"prettier": "^2.8.8",
"replace": "^1.2.1",
"semantic-release": "^18.0.0",
"typescript": "^4.4.4"
},
"files": [
"dist",
"marko.json",
"!**/__tests__",
"!**/*.tsbuildinfo"
],
"homepage": "https://github.com/marko-js/micro-frame",
"keywords": [
"embed",
"frame",
"frontend",
"micro",
"streaming"
],
"license": "MIT",
"main": "marko.json",
"repository": {
"type": "git",
"url": "https://github.com/marko-js/micro-frame"
},
"scripts": {
"build": "tsc -b && node -r esbuild-register build",
"ci:test": "nyc npm run mocha -- --forbid-pending --forbid-only",
"format": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write && (fixpack || true)",
"lint": "tsc -b && npm run lint:eslint && npm run lint:prettier -- -l && fixpack",
"lint:eslint": "eslint -f visualstudio .",
"lint:prettier": "prettier 'src/**/*{.ts,.js,.json,.md,.yml,rc}' --with-node-modules",
"mocha": "NODE_ENV=test mocha 'src/**/__tests__/*.test.ts'",
"postpublish": "replace --silent 'dist' 'src' marko.json",
"prepare": "husky install",
"prepublishOnly": "npm run build && replace --silent 'src' 'dist' marko.json",
"release": "semantic-release",
"report": "open ./coverage/lcov-report/index.html",
"test": "npm run mocha -- --watch",
"test:inspect": "npm test -- --inspect",
"test:update": "npm run mocha -- --update"
}
}