UNPKG

@lottiefiles/dotlottie-solid

Version:

Solid wrapper around the dotlottie-web library

60 lines 1.44 kB
{ "name": "@lottiefiles/dotlottie-solid", "version": "0.4.1", "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.50.1" }, "devDependencies": { "@types/node": "^22.7.6", "cross-env": "7.0.3", "esbuild-plugin-solid": "^0.6.0", "solid-js": "^1.8.17", "tsup": "^8.0.2", "typescript": "^5.4.5" }, "publishConfig": { "access": "public", "provenance": true }, "sideEffects": false, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint --fix .", "stats:eslint": "cross-env TIMING=1 eslint .", "stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics", "type-check": "tsc --noEmit" } }