Removed the text to path conversion, it was too complicated to align the generated paths with the dynamic layouts' texts. So embeded font files using data URIs is being used, this is experimental and a "quick-fix", because data URIs could be not compatible and/or work in some environments and browsers. A comment and/or issue with more details about this will be created.
34 lines
708 B
JSON
34 lines
708 B
JSON
{
|
|
"name": "LoredMarkdown",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"prepare": "husky install",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"release": "changeset publish"
|
|
},
|
|
"keywords": [],
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.26.2",
|
|
"@commitlint/config-conventional": "^18.4.3",
|
|
"@commitlint/types": "^18.4.3",
|
|
"@vercel/node": "^3.0.11",
|
|
"cal-sans": "^1.0.1",
|
|
"eslint": "^8.54.0",
|
|
"husky": "^8.0.0",
|
|
"turbo": "^1.10.16",
|
|
"vercel": "^32.5.6",
|
|
"vitest": "^0.34.6"
|
|
},
|
|
"dependencies": {
|
|
"@eslegant/js": "0.0.0-next-20230910004746"
|
|
}
|
|
}
|