UNPKG

@novely/solid-renderer

Version:
58 lines 1.3 kB
{ "name": "@novely/solid-renderer", "version": "0.52.0", "type": "module", "publishConfig": { "access": "public" }, "types": "./dist/index.d.ts", "main": "./dist/index.jsx", "module": "./dist/index.jsx", "sideEffects": false, "devDependencies": { "esbuild": "^0.25.5", "esbuild-plugin-solid": "^0.6.0", "typescript": "^5.8.3" }, "dependencies": { "@solid-primitives/destructure": "^0.2.1", "clsx": "^2.1.1", "es-toolkit": "^1.39.5", "solid-js": "~1.9.7", "solid-transition-group": "^0.3.0", "@novely/core": "^0.54.0", "@novely/renderer-toolkit": "0.13.0" }, "peerDependencies": { "@novely/core": "*", "solid-js": "*" }, "license": "ISC", "bugs": { "url": "https://github.com/yhdgms1/novely/issues" }, "homepage": "https://github.com/yhdgms1/novely/tree/main/packages/solid-renderer", "keywords": [ "novely", "solid-js", "solid", "renderer", "novel" ], "author": { "name": "Artemiy Schukin", "url": "https://github.com/yhdgms1" }, "contributors": [], "repository": { "type": "git", "url": "git+https://github.com/yhdgms1/novely.git" }, "files": [ "dist/*" ], "scripts": { "dev": "node ./build.js --w", "build": "node ./build.js && tsc" } }