@astro-tei/react
Version:
Astro integration for TEI as Custom Elements with React support
52 lines • 1.12 kB
JSON
{
"name": "@astro-tei/react",
"version": "1.0.1",
"description": "Astro integration for TEI as Custom Elements with React support",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"astro-component",
"TEI",
"XML",
"React"
],
"author": {
"name": "Raff Viglianti",
"email": "raffazizzi@gmail.com",
"url": "http://raffviglianti.com/"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"exports": "./dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=22.14.0",
"pnpm": ">=10.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raffazizzi/astro-tei.git",
"directory": "packages/core"
},
"packageManager": "pnpm@10.4.1",
"devDependencies": {
"@types/react": "^19.0.10",
"typescript": "^5.0.0"
},
"dependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.5",
"CETEIcean": "1.9.4",
"jsdom": "^26.0.0",
"react": "^19.0.0"
},
"scripts": {
"build": "tsc"
}
}