UNPKG

@lottiefiles/dotlottie-solid

Version:

Solid wrapper around the dotlottie-web library

58 lines 1.37 kB
{ "name": "@lottiefiles/dotlottie-solid", "version": "0.6.9", "type": "module", "description": "Solid wrapper around the dotlottie-web library", "repository": { "type": "git", "url": "git+https://github.com/LottieFiles/dotlottie-web.git", "directory": "packages/solid" }, "homepage": "https://github.com/LottieFiles/dotlottie-web#readme", "bugs": "https://github.com/LottieFiles/dotlottie-web/issues", "author": "LottieFiles", "contributors": [], "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "solid", "dotlottie", "lottie", "player", "animation", "web", "canvas", "javascript", "thorvg" ], "peerDependencies": { "solid-js": "^1.6.12" }, "dependencies": { "@lottiefiles/dotlottie-web": "0.69.0" }, "devDependencies": { "@types/node": "^22.7.6", "solid-js": "^1.9.10", "tsdown": "^0.20.3", "typescript": "5.9.3", "unplugin-solid": "^1.0.0" }, "publishConfig": { "access": "public", "provenance": true }, "sideEffects": false, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "lint": "biome check --write .", "stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics", "type-check": "tsc --noEmit" } }