react-terminal-ui/package.json
2026-06-10 14:45:35 -07:00

53 lines
1.3 KiB
JSON

{
"name": "@lilith/react-terminal-ui",
"version": "1.0.0",
"description": "React terminal UI component with xterm.js, themes, and visual effects",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/react-terminal-themes": "^1.0.0",
"xterm": "^5.3.0",
"xterm-addon-canvas": "^0.5.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0",
"xterm-addon-webgl": "^0.16.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.0.0",
"@types/styled-components": "^5.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"styled-components": "^6.0.0",
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}