UNPKG

@frontmeans/drek

Version:
79 lines 2.46 kB
{ "name": "@frontmeans/drek", "version": "1.3.2", "description": "Document render kit", "keywords": [ "custom-elements", "document-fragment", "dom", "dom-render", "dom-settlement" ], "homepage": "https://github.com/frontmeans/drek", "repository": { "type": "git", "url": "ssh://git@github.com:frontmeans/drek.git" }, "license": "MIT", "author": "Ruslan Lopatin <ruslan.lopatin@gmail.com>", "bugs": { "url": "https://github.com/frontmeans/drek/issues" }, "type": "module", "types": "./dist/drek.d.ts", "exports": { "types": "./dist/drek.d.ts", "default": "./dist/drek.js" }, "sideEffects": false, "peerDependencies": { "@proc7ts/fun-events": "^10.5.3" }, "dependencies": { "@frontmeans/dom-primitives": "^1.1.1", "@frontmeans/namespace-aliaser": "^2.6.3", "@frontmeans/render-scheduler": "^1.8.2", "@proc7ts/context-values": "7.1.1", "@proc7ts/primitives": "^3.0.2", "@proc7ts/supply": "^1.2.3" }, "devDependencies": { "@jest/globals": "^29.5.0", "@proc7ts/context-builder": "^7.0.2", "@proc7ts/fun-events": "^10.5.3", "@run-z/eslint-config": "^3.3.1", "@run-z/prettier-config": "^2.0.0", "@run-z/project-config": "^0.18.0", "@swc/core": "^1.3.59", "@swc/jest": "^0.2.26", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.7", "eslint": "^8.41.0", "eslint-plugin-jest": "^27.2.1", "gh-pages": "^5.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-junit": "^16.0.0", "jest-mock": "^29.5.0", "prettier": "^2.8.8", "prettier-eslint-cli": "^7.1.0", "rollup": "^3.23.0", "run-z": "^1.11.0", "ts-jest": "^29.1.0", "tslib": "2.5.0", "typedoc": "^0.24.7", "typescript": "~5.0.4" }, "scripts": { "all": "run-z build,lint,test", "build": "run-z +z --then build-z", "ci:all": "run-z all +test/--ci/--runInBand", "clean": "run-z +z --then clean-z", "doc": "run-z +z --then typedoc", "doc:publish": "run-z doc --then gh-pages --dist target/typedoc --dotfiles", "format": "run-z +z --then prettier-eslint --write --include-dot-files \"src/**/*.*\" \"*.{js,cjs,json,md}\"", "lint": "run-z +z --then eslint .", "test": "run-z +z env:NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" --then test-z", "z": "run-z +cmd:clean-z,+cmd:typedoc,+cmd:eslint,+cmd:test-z" } }