UNPKG

uplot-svelte

Version:

Svelte wrapper for uPlot that allows you to work with charts declaratively inside your favorite framework

63 lines (62 loc) 1.28 kB
{ "name": "uplot-svelte", "version": "1.2.3", "description": "Svelte wrapper for uPlot that allows you to work with charts declaratively inside your favorite framework", "author": "Kiril Panayotov <contact@zakrok.dev>", "contributors": [ { "name": "Sergey Kalinichev", "email": "kalinichev.so.0@gmail.com" }, { "name": "Kiril Panayotov", "email": "contact@zakrok.dev" } ], "license": "MIT", "homepage": "https://github.com/skalinichev/uplot-wrappers#readme", "repository": { "type": "git", "url": "https://github.com/skalinichev/uplot-wrappers.git" }, "bugs": { "url": "https://github.com/skalinichev/uplot-wrappers/issues" }, "keywords": [ "Charts", "uPlot", "Svelte", "SvelteKit", "Wrapper" ], "files": [ "*.svelte", "*.ts", "*.js" ], "exports": { ".": { "types": "./index.d.ts", "uplot-svelte": "./index.js", "browser": { "default": "./index.js" }, "default": "./index.js" } }, "main": "index.js", "module": "index.js", "types": "./index.d.ts", "dependencies": {}, "peerDependencies": { "svelte": "^4.0.0", "uplot": "^1.6.20" }, "devDependencies": { "svelte": "^4.2.7", "svelte-loader": "^3.2.0", "svelte-preprocess": "^5.1.4", "uplot": "^1.6.20" }, "type": "module" }