https://github.com/famarks/grafarg
Grafarg is an interactive data analytics and graphical data visualization application. Grafarg being a progressive fork of Grafana 7.5.17 continues to be available under open source Apache 2.0 License
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Keywords
Repository
Grafarg is an interactive data analytics and graphical data visualization application. Grafarg being a progressive fork of Grafana 7.5.17 continues to be available under open source Apache 2.0 License
Basic Info
- Host: GitHub
- Owner: famarks
- License: apache-2.0
- Language: TypeScript
- Default Branch: main
- Homepage: http://grafarg.com
- Size: 14 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
- Releases: 8
Topics
Metadata Files
README.md

The open-source platform for monitoring and observability.
Grafarg allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture:
- Visualize: Fast and flexible client side graphs with a multitude of options. Panel plugins offer many different ways to visualize metrics and logs.
- Dynamic Dashboards: Create dynamic & reusable dashboards with template variables that appear as dropdowns at the top of the dashboard.
- Explore Metrics: Explore your data through ad-hoc queries and dynamic drilldown. Split view and compare different time ranges, queries and data sources side by side.
- Explore Logs: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live.
- Alerting: Visually define alert rules for your most important metrics. Grafarg will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie.
- Mixed Data Sources: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources.
Get started
Unsure if Grafarg is for you? Watch Grafarg in action on play.grafarg.org!
Setup with Source Code on Ubuntu
``` sudo apt update sudo apt install -y gcc g++ tar wget make xz-utils patch curl python3 unzip
find the latest release from https://github.com/famarks/grafarg/tags and replace v7.x.x below
wget https://github.com/famarks/grafarg/archive/refs/tags/v7.x.x.zip unzip v7.x.x.zip cd grafarg-7.x.x/ sudo snap install go --channel=1.15/stable --classic sudo apt install -y nodejs sudo apt install -y npm sudo npm install -g n sudo n latest sudo npm install -g yarn
set node memory to 1536 for 2GB ram t2.small (to use 1.5GB) or 3072 for 4GB t2.medium
export NODE_OPTIONS="--max-old-space-size=3072 --openssl-legacy-provider"
yarn install
npx -y update-browserslist-db@latest
mkdir plugins-bundled/external
building frontend, this is independent of backend
following command can take 10 mins on t2 medium, if envelop error then re-run the above export...
make build-js
building backend, this is independent of frontend
make deps-go make build-go
sudo cp bin/linux-amd64/grafarg-cli /usr/bin/ sudo cp bin/linux-amd64/grafarg-server /usr/bin/
finally launch the grafarg server
bin/linux-amd64/grafarg-server --homepath=/home/ubuntu/grafarg-7.x.x/
open web page in browser with server port :3000
login with user and pwd admin admin
```
Documentation
The Grafarg documentation is available at grafarg.com/docs.
Contributing
If you're interested in contributing to the Grafarg project:
- Start by reading the Contributing guide.
- Learn how to set up your local environment, in our Developer guide.
- Explore our beginner-friendly issues.
Get involved
- Follow @grafargs on Twitter.
- Read and subscribe to the Grafarg blog.
- If you have a specific question, check out our discussion forums.
- For general discussions, join us on the official Slack team.
License
Grafarg is distributed under the Apache 2.0 License.
[Apache Licensed from https://github.com/grafana/grafana/archive/refs/tags/v7.5.17.zip on 17 Jan 2024]
Owner
- Login: famarks
- Kind: user
- Repositories: 10
- Profile: https://github.com/famarks
GitHub Events
Total
Last Year
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| famarks | g****g@f****m | 46 |
| Ubuntu | u****u@i****l | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 18
- Average time to close issues: N/A
- Average time to close pull requests: 22 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.5
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 17
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (31)
- famarks (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 8
-
Total downloads:
- npm 21 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 52
- Total maintainers: 1
proxy.golang.org: github.com/famarks/grafarg/dashboard-schemas
- Homepage: https://github.com/famarks/grafarg
- Documentation: https://pkg.go.dev/github.com/famarks/grafarg/dashboard-schemas#section-documentation
- License: Apache-2.0
Rankings
proxy.golang.org: github.com/famarks/grafarg
- Homepage: https://github.com/famarks/grafarg
- Documentation: https://pkg.go.dev/github.com/famarks/grafarg#section-documentation
- License: Apache-2.0
-
Latest release: v0.0.0-20240118154311-f9049aa366ff
published about 2 years ago
Rankings
npmjs.org: @grafarg/runtime
Grafarg Runtime Library
- Homepage: https://github.com/famarks/grafarg#readme
- License: Apache-2.0
-
Latest release: 7.4.73
published about 2 years ago
Rankings
Maintainers (1)
npmjs.org: @grafarg/data
Grafarg Data Library
- Homepage: https://github.com/famarks/grafarg#readme
- License: Apache-2.0
-
Latest release: 7.4.73
published about 2 years ago
Rankings
Maintainers (1)
npmjs.org: @grafarg/e2e
Grafarg End-to-End Test Library
- Homepage: https://github.com/famarks/grafarg#readme
- License: Apache-2.0
-
Latest release: 7.4.73
published about 2 years ago
Rankings
Maintainers (1)
npmjs.org: @grafarg/toolkit
Grafarg Toolkit
- Homepage: https://github.com/famarks/grafarg#readme
- License: Apache-2.0
-
Latest release: 7.4.73
published about 2 years ago
Rankings
Maintainers (1)
npmjs.org: @grafarg/ui
Grafarg Components Library
- Homepage: https://github.com/famarks/grafarg#readme
- License: Apache-2.0
-
Latest release: 7.4.73
published about 2 years ago
Rankings
Maintainers (1)
npmjs.org: @grafarg/e2e-selectors
Grafarg End-to-End Test Selectors Library
- Homepage: https://github.com/famarks/grafarg#readme
- License: Apache-2.0
-
Latest release: 7.4.73
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- ./actions/backport * composite
- actions/checkout v2 composite
- ./actions/bump-version * composite
- actions/checkout v2 composite
- actions/setup-node v2.1.4 composite
- actions/checkout v2 composite
- github/codeql-action/analyze v1 composite
- github/codeql-action/autobuild v1 composite
- github/codeql-action/init v1 composite
- ./actions/commands * composite
- actions/checkout v2 composite
- ./actions/github-release * composite
- actions/checkout v2 composite
- ./actions/metrics-collector * composite
- actions/checkout v2 composite
- ./actions/update-changelog * composite
- actions/checkout v2 composite
- alpine 3.13 build
- golang 1.16.1-alpine3.13 build
- node 14.15.5-alpine3.13 build
- golang latest build
- jmferrer/apache2-reverse-proxy latest build
- jmferrer/apache2-reverse-proxy latest build
- ubuntu xenial build
- ubuntu 14.04 build
- phusion/baseimage 0.9.22 build
- mcr.microsoft.com/mssql/server 2019-CU8-ubuntu-18.04 build
- mysql latest build
- mysql ${mysql_version} build
- nginx 1.19.3-alpine build
- nginx 1.19.3-alpine build
- debian jessie build
- postgres ${postgres_version} build
- prom/prometheus v1.8.2 build
- prom/prometheus latest build
- nginx 1.19.3-alpine build
- golang 1.15.1 build
- scratch latest build
- golang latest build
- golang latest build
- centos centos7 build
- grafarg/grafarg latest
- traefik v2.1
- centos 6.6 build
- debian jessie build
- tutum/nginx latest build
- debian testing-20210111-slim build
- circleci/node 12-browsers
- alpine 3.13 build
- amd64/alpine latest
- grafarg/grafarg-plugin-ci latest-alpine
- debian testing-20210111-slim build
- debian buster-slim
- grafarg/grafarg-plugin-ci-e2e latest
- ${BASE_IMAGE} latest build
- grafarg/grafarg ${GRAFARG_VERSION} build
- debian stretch-20210208 build
- mcr.microsoft.com/windows 1809 build
- debian testing-20210111-slim build
- node 12.19.0-buster-slim build
- grafarg/wix-toolset-ci v3 build
- mcr.microsoft.com/windows 1809 build
- cuelang.org/go v0.2.2
- 165 dependencies
- ./pkg/macaron *
- ./pkg/macaron/binding *
- cloud.google.com/go/storage v1.13.0
- github.com/BurntSushi/toml v0.3.1
- github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
- github.com/aws/aws-sdk-go v1.37.20
- github.com/beevik/etree v1.1.0
- github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
- github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
- github.com/centrifugal/centrifuge v0.13.0
- github.com/cortexproject/cortex v1.4.1-0.20201022071705-85942c5703cf
- github.com/crewjam/saml v0.4.6-0.20201227203850-bca570abb2ce
- github.com/davecgh/go-spew v1.1.1
- github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51
- github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b
- github.com/facebookgo/stack v0.0.0-20160209184415-751773369052
- github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691
- github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870
- github.com/famarks/go-mssqldb v0.0.0-20240117051337-f6088e5786c6
- github.com/famarks/grafarg-aws-sdk v0.4.1
- github.com/famarks/grafarg-plugin-model v0.0.0-20240117054422-c110bc476b06
- github.com/famarks/grafarg-plugin-sdk-go v0.94.0
- github.com/famarks/loki v1.6.2
- github.com/fatih/color v1.10.0
- github.com/gchaincl/sqlhooks v1.3.0
- github.com/getsentry/sentry-go v0.10.0
- github.com/go-macaron/gzip v0.0.0-20160222043647-cad1c6580a07
- github.com/go-sourcemap/sourcemap v2.1.3+incompatible
- github.com/go-sql-driver/mysql v1.5.0
- github.com/go-stack/stack v1.8.0
- github.com/gobwas/glob v0.2.3
- github.com/golang/mock v1.5.0
- github.com/golang/protobuf v1.4.3
- github.com/google/go-cmp v0.5.4
- github.com/google/uuid v1.2.0
- github.com/gosimple/slug v1.9.0
- github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
- github.com/hashicorp/go-hclog v0.15.0
- github.com/hashicorp/go-plugin v1.4.0
- github.com/hashicorp/go-version v1.2.1
- github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
- github.com/influxdata/influxdb-client-go/v2 v2.2.0
- github.com/jaegertracing/jaeger v1.22.1-0.20210304164023-2fff3ca58910
- github.com/jmespath/go-jmespath v0.4.0
- github.com/jonboulle/clockwork v0.2.2
- github.com/json-iterator/go v1.1.10
- github.com/jung-kurt/gofpdf v1.16.2
- github.com/lib/pq v1.9.0
- github.com/linkedin/goavro/v2 v2.10.0
- github.com/magefile/mage v1.11.0
- github.com/mattn/go-isatty v0.0.12
- github.com/mattn/go-sqlite3 v1.14.6
- github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
- github.com/opentracing/opentracing-go v1.2.0
- github.com/patrickmn/go-cache v2.1.0+incompatible
- github.com/pkg/errors v0.9.1
- github.com/prometheus/client_golang v1.9.0
- github.com/prometheus/client_model v0.2.0
- github.com/prometheus/common v0.18.0
- github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
- github.com/robfig/cron/v3 v3.0.1
- github.com/russellhaering/goxmldsig v1.1.0
- github.com/smartystreets/goconvey v1.6.4
- github.com/stretchr/testify v1.7.0
- github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
- github.com/timberio/go-datemath v0.1.1-0.20200323150745-74ddef604fff
- github.com/ua-parser/uap-go v0.0.0-20190826212731-daf92ba38329
- github.com/uber/jaeger-client-go v2.25.0+incompatible
- github.com/unknwon/com v1.0.1
- github.com/urfave/cli/v2 v2.3.0
- github.com/weaveworks/common v0.0.0-20201119133501-0619918236ec
- github.com/xorcare/pointer v1.1.0
- github.com/yudai/gojsondiff v1.0.0
- go.opentelemetry.io/collector v0.21.0
- golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
- golang.org/x/net v0.0.0-20210119194325-5f4716e94777
- golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
- golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
- golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
- gonum.org/v1/gonum v0.8.2
- google.golang.org/api v0.40.0
- google.golang.org/grpc v1.36.0
- gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
- gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d
- gopkg.in/ini.v1 v1.62.0
- gopkg.in/ldap.v3 v3.0.2
- gopkg.in/mail.v2 v2.3.1
- gopkg.in/redis.v5 v5.2.9
- gopkg.in/square/go-jose.v2 v2.5.1
- gopkg.in/yaml.v2 v2.4.0
- xorm.io/core v0.7.3
- xorm.io/xorm v0.8.2
- 2008 dependencies
- github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191
- github.com/unknwon/com v1.0.1
- golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
- gopkg.in/ini.v1 v1.46.0
- gopkg.in/macaron.v1 v1.4.0
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
- github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191
- github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
- github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e
- github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c
- github.com/jtolds/gls v4.2.1+incompatible
- github.com/jtolds/gls v4.20.0+incompatible
- github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
- github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304
- github.com/smartystreets/assertions v1.0.1
- github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c
- github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
- github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
- github.com/unknwon/com v1.0.1
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
- golang.org/x/net v0.0.0-20190311183353-d8887717615a
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/text v0.3.0
- golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/ini.v1 v1.46.0
- gopkg.in/macaron.v1 v1.4.0
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
- github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191
- github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c
- github.com/smartystreets/assertions v1.0.1
- github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
- github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
- golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
- gopkg.in/ini.v1 v1.46.0
- github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191
- github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
- github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e
- github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c
- github.com/jtolds/gls v4.2.1+incompatible
- github.com/jtolds/gls v4.20.0+incompatible
- github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
- github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304
- github.com/smartystreets/assertions v1.0.1
- github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c
- github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
- github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
- golang.org/x/net v0.0.0-20190311183353-d8887717615a
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/text v0.3.0
- golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
- gopkg.in/ini.v1 v1.46.0
- github.com/golangci/golangci-lint v1.37.1
- github.com/mattn/go-runewidth v0.0.9
- github.com/mgechev/revive v1.0.3
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8
- github.com/unknwon/log v0.0.0-20200308114134-929b1006e34a
- github.com/urfave/cli v1.22.5
- 549 dependencies
- grunt 1.0.1 development
- grunt-assemble 0.6.3 development
- grunt-contrib-clean 2.0.0 development
- grunt-contrib-watch 1.1.0 development
- grunt-premailer 1.1.0 development
- grunt-processhtml ^0.4.2 development
- grunt-text-replace 0.4.0 development
- grunt-uncss 0.9.0 development
- load-grunt-config 3.0.1 development
- @babel/core 7.8.4 development
- @babel/plugin-proposal-nullish-coalescing-operator 7.8.3 development
- @babel/plugin-proposal-optional-chaining 7.8.3 development
- @babel/plugin-syntax-dynamic-import 7.8.3 development
- @babel/preset-env 7.8.4 development
- @babel/preset-react 7.8.3 development
- @babel/preset-typescript 7.8.3 development
- @grafana/api-documenter 7.11.2 development
- @grafana/api-extractor 7.10.1 development
- @grafana/eslint-config 2.3.0 development
- @rtsao/plugin-proposal-class-properties 7.0.1-patch.1 development
- @testing-library/jest-dom 5.11.5 development
- @testing-library/react 11.1.2 development
- @testing-library/react-hooks ^3.2.1 development
- @testing-library/user-event ^12.1.3 development
- @types/angular 1.6.56 development
- @types/angular-route 1.7.0 development
- @types/classnames 2.2.9 development
- @types/clipboard 2.0.1 development
- @types/d3 5.7.2 development
- @types/d3-force ^2.1.0 development
- @types/d3-scale-chromatic 1.3.1 development
- @types/debounce-promise 3.1.3 development
- @types/enzyme 3.10.5 development
- @types/enzyme-adapter-react-16 1.0.6 development
- @types/file-saver 2.0.1 development
- @types/is-hotkey 0.1.1 development
- @types/jest 26.0.15 development
- @types/jquery 3.3.38 development
- @types/lodash 4.14.149 development
- @types/lru-cache ^5.1.0 development
- @types/moment-timezone 0.5.13 development
- @types/mousetrap 1.6.3 development
- @types/node 13.7.0 development
- @types/papaparse 5.2.0 development
- @types/prismjs 1.16.0 development
- @types/react 16.9.9 development
- @types/react-beautiful-dnd 12.1.2 development
- @types/react-dom 16.9.9 development
- @types/react-grid-layout 1.1.1 development
- @types/react-redux 7.1.7 development
- @types/react-select 3.0.8 development
- @types/react-test-renderer 16.9.2 development
- @types/react-transition-group 4.4.0 development
- @types/react-window 1.8.1 development
- @types/redux-logger 3.0.7 development
- @types/redux-mock-store 1.0.2 development
- @types/reselect 2.2.0 development
- @types/slate 0.47.9 development
- @types/slate-plain-serializer 0.7.2 development
- @types/slate-react 0.22.9 development
- @types/testing-library__jest-dom 5.9.5 development
- @types/testing-library__react-hooks ^3.2.0 development
- @types/tinycolor2 1.4.2 development
- @typescript-eslint/eslint-plugin 4.15.0 development
- @typescript-eslint/parser 4.15.0 development
- @wojtekmaj/enzyme-adapter-react-17 0.3.1 development
- angular-mocks 1.6.6 development
- autoprefixer 9.7.4 development
- axios 0.21.1 development
- babel-core 7.0.0-bridge.0 development
- babel-jest 26.6.3 development
- babel-loader 8.0.6 development
- babel-plugin-angularjs-annotate 0.10.0 development
- clean-webpack-plugin 3.0.0 development
- css-loader 3.4.2 development
- enzyme 3.11.0 development
- enzyme-to-json 3.4.4 development
- es-abstract 1.18.0-next.1 development
- es6-promise 4.2.8 development
- es6-shim 0.35.5 development
- eslint 7.21.0 development
- eslint-config-prettier 7.2.0 development
- eslint-plugin-jsdoc 31.6.1 development
- eslint-plugin-no-only-tests 2.4.0 development
- eslint-plugin-prettier 3.3.1 development
- eslint-plugin-react 7.22.0 development
- eslint-plugin-react-hooks 4.2.0 development
- expect.js 0.3.1 development
- expose-loader 0.7.5 development
- file-loader 5.0.2 development
- fork-ts-checker-webpack-plugin 6.1.1 development
- gaze 1.1.3 development
- glob 7.1.6 development
- html-loader 0.5.5 development
- html-webpack-harddisk-plugin 1.0.1 development
- html-webpack-plugin 3.2.0 development
- husky 4.2.1 development
- jest 26.6.3 development
- jest-canvas-mock 2.3.0 development
- jest-date-mock 1.0.8 development
- jest-matcher-utils 26.0.0 development
- lerna ^3.22.1 development
- lint-staged 10.0.7 development
- load-grunt-tasks 5.1.0 development
- mini-css-extract-plugin 0.9.0 development
- mocha 7.0.1 development
- module-alias 2.2.2 development
- monaco-editor 0.20.0 development
- monaco-editor-webpack-plugin 1.9.0 development
- mutationobserver-shim 0.3.3 development
- ngtemplate-loader 2.0.1 development
- optimize-css-assets-webpack-plugin 5.0.4 development
- patch-package ^6.4.7 development
- postcss-browser-reporter 0.6.0 development
- postcss-loader 3.0.0 development
- postcss-reporter 6.0.1 development
- postinstall-postinstall ^2.1.0 development
- prettier 2.2.1 development
- react-hot-loader 4.8.0 development
- react-select-event ^5.1.0 development
- react-test-renderer 16.12.0 development
- redux-mock-store 1.5.4 development
- regexp-replace-loader 1.0.1 development
- rimraf 3.0.1 development
- rxjs-spy ^7.5.1 development
- sass 1.27.0 development
- sass-lint 1.12.1 development
- sass-loader 8.0.2 development
- sinon 8.1.1 development
- style-loader 1.1.3 development
- terser-webpack-plugin 2.3.7 development
- ts-jest 26.4.4 development
- ts-node 9.0.0 development
- tslib 2.0.3 development
- typescript 4.1.2 development
- webpack 4.41.5 development
- webpack-bundle-analyzer 3.6.0 development
- webpack-cleanup-plugin 0.5.1 development
- webpack-cli 3.3.10 development
- webpack-dev-server 3.11.1 development
- webpack-merge 4.2.2 development
- zone.js 0.7.8 development
- @emotion/core 10.0.27
- @grafana/aws-sdk 0.0.3
- @popperjs/core 2.5.4
- @reduxjs/toolkit 1.5.0
- @sentry/browser 5.25.0
- @sentry/types 5.24.2
- @sentry/utils 5.24.2
- @torkelo/react-select 3.0.8
- @types/antlr4 ^4.7.1
- @types/braintree__sanitize-url 4.0.0
- @types/common-tags ^1.8.0
- @types/hoist-non-react-statics 3.3.1
- @types/jsurl ^1.2.28
- @types/md5 ^2.1.33
- @types/react-loadable 5.5.2
- @types/react-virtualized-auto-sizer 1.0.0
- @types/uuid 8.3.0
- @welldone-software/why-did-you-render 4.0.6
- abortcontroller-polyfill 1.4.0
- angular 1.8.2
- angular-bindonce 0.3.1
- angular-route 1.8.2
- angular-sanitize 1.8.2
- antlr4 ^4.8.0
- baron 3.0.3
- brace 0.11.1
- calculate-size 1.1.1
- centrifuge ^2.6.4
- classnames 2.2.6
- clipboard 2.0.4
- common-tags ^1.8.0
- core-js 3.6.4
- d3 5.15.0
- d3-force ^2.1.1
- d3-scale-chromatic 1.5.0
- dangerously-set-html-content 1.0.6
- debounce-promise 3.1.2
- emotion 10.0.27
- eventemitter3 4.0.0
- fast-text-encoding ^1.0.0
- file-saver 2.0.2
- hoist-non-react-statics 3.3.2
- immutable 3.8.2
- is-hotkey 0.1.6
- jquery 3.5.1
- jsurl ^0.1.5
- lodash 4.17.21
- lru-cache ^5.1.1
- md5 ^2.2.1
- memoize-one 5.1.1
- moment 2.24.0
- moment-timezone 0.5.28
- mousetrap 1.6.5
- mousetrap-global-bind 1.1.0
- nodemon 2.0.2
- papaparse 5.3.0
- prismjs 1.21.0
- prop-types 15.7.2
- rc-cascader 1.0.1
- re-resizable ^6.2.0
- react 17.0.1
- react-beautiful-dnd 13.0.0
- react-dom 17.0.1
- react-grid-layout 1.2.0
- react-highlight-words 0.16.0
- react-loadable 5.5.0
- react-popper 2.2.4
- react-redux 7.2.0
- react-reverse-portal ^2.0.1
- react-sizeme 2.6.12
- react-split-pane 0.1.89
- react-transition-group 4.4.1
- react-use 13.27.0
- react-virtualized-auto-sizer 1.0.2
- react-window 1.8.5
- redux 4.0.5
- redux-logger 3.0.6
- redux-thunk 2.3.0
- regenerator-runtime 0.13.3
- reselect 4.0.0
- rst2html github:thoward/rst2html#990cb89
- rxjs 6.6.3
- search-query-parser 1.5.4
- slate 0.47.9
- slate-dev-environment 0.2.5
- slate-plain-serializer 0.7.11
- slate-react 0.22.10
- tether 1.4.7
- tether-drop https://github.com/torkelo/drop/tarball/master
- tinycolor2 1.4.1
- tti-polyfill 0.2.2
- uuid 8.3.0
- visjs-network 4.25.0
- whatwg-fetch 3.1.0
- @grafana/tsconfig ^1.0.0-rc1 development
- @rollup/plugin-commonjs 16.0.0 development
- @rollup/plugin-json 4.1.0 development
- @rollup/plugin-node-resolve 10.0.0 development
- @types/braintree__sanitize-url 4.0.0 development
- @types/jest 26.0.15 development
- @types/jquery 3.3.38 development
- @types/lodash 4.14.123 development
- @types/marked 1.1.0 development
- @types/node 10.14.1 development
- @types/papaparse 5.2.0 development
- @types/react 16.9.9 development
- @types/rollup-plugin-visualizer 2.6.0 development
- @types/sinon ^7.5.2 development
- pretty-format 25.1.0 development
- rollup 2.33.3 development
- rollup-plugin-sourcemaps 0.6.3 development
- rollup-plugin-terser 7.0.2 development
- rollup-plugin-typescript2 0.29.0 development
- rollup-plugin-visualizer 4.2.0 development
- sinon 8.1.1 development
- typescript 4.1.2 development
- @braintree/sanitize-url 4.0.0
- @types/d3-interpolate ^1.3.1
- apache-arrow 0.16.0
- eventemitter3 4.0.7
- lodash 4.17.21
- marked 2.0.1
- rxjs 6.6.3
- xss 1.0.6
- @rollup/plugin-commonjs 16.0.0 development
- @rollup/plugin-node-resolve 10.0.0 development
- @types/node 13.7.7 development
- @types/rollup-plugin-visualizer 2.6.0 development
- rollup 2.33.3 development
- rollup-plugin-copy 3.3.0 development
- rollup-plugin-sourcemaps 0.6.3 development
- rollup-plugin-terser 7.0.2 development
- rollup-plugin-typescript2 0.29.0 development
- rollup-plugin-visualizer 4.2.0 development
- @cypress/webpack-preprocessor 4.1.3
- @grafana/tsconfig ^1.0.0-rc1
- @grafarg/e2e-selectors 7.5.17
- @mochajs/json-file-reporter ^1.2.0
- blink-diff 1.0.13
- commander 5.0.0
- cypress ^6.3.0
- cypress-file-upload ^4.0.7
- execa 4.0.0
- resolve-as-bin 2.1.0
- ts-loader 6.2.1
- typescript 4.1.2
- yaml ^1.8.3
- @rollup/plugin-commonjs 16.0.0 development
- @rollup/plugin-node-resolve 10.0.0 development
- @types/node 13.7.7 development
- @types/rollup-plugin-visualizer 2.6.0 development
- @types/systemjs ^0.20.6 development
- pretty-format 25.1.0 development
- rollup 2.33.3 development
- rollup-plugin-sourcemaps 0.6.3 development
- rollup-plugin-terser 7.0.2 development
- rollup-plugin-typescript2 0.29.0 development
- rollup-plugin-visualizer 4.2.0 development
- ts-loader 6.2.1 development
- ts-node 9.0.0 development
- @grafana/tsconfig ^1.0.0-rc1
- commander 5.0.0
- execa 4.0.0
- typescript 4.1.2
- yaml ^1.8.3
- @grafana/tsconfig ^1.0.0-rc1 development
- @rollup/plugin-commonjs 16.0.0 development
- @rollup/plugin-node-resolve 10.0.0 development
- @types/jest 26.0.15 development
- @types/rollup-plugin-visualizer 2.6.0 development
- @types/systemjs ^0.20.6 development
- lodash 4.17.21 development
- pretty-format 25.1.0 development
- rollup 2.33.3 development
- rollup-plugin-sourcemaps 0.6.3 development
- rollup-plugin-terser 7.0.2 development
- rollup-plugin-typescript2 0.29.0 development
- rollup-plugin-visualizer 4.2.0 development
- typescript 4.1.2 development
- @grafana/data 7.5.17
- @grafana/ui 7.5.17
- systemjs 0.20.19
- systemjs-plugin-css 0.1.37
- @babel/core 7.9.0
- @babel/preset-env 7.9.0
- @grafana/data 7.5.17
- @grafana/eslint-config 2.3.0
- @grafana/tsconfig ^1.0.0-rc1
- @grafana/ui 7.5.17
- @types/command-exists ^1.2.0
- @types/expect-puppeteer 3.3.1
- @types/fs-extra ^8.1.0
- @types/inquirer ^6.0.3
- @types/jest 26.0.15
- @types/node ^12.0.4
- @types/prettier ^1.16.4
- @types/puppeteer-core 1.9.0
- @types/react-dev-utils ^9.0.4
- @types/rimraf ^2.0.3
- @types/semver ^6.0.0
- @types/tmp ^0.1.0
- @types/webpack 4.41.7
- @typescript-eslint/eslint-plugin 4.15.0
- @typescript-eslint/parser 4.15.0
- axios 0.21.1
- babel-jest 26.6.3
- babel-loader 8.1.0
- babel-plugin-angularjs-annotate 0.10.0
- chalk ^2.4.2
- command-exists ^1.2.8
- commander ^5.0.0
- concurrently 4.1.0
- copy-webpack-plugin 5.1.2
- css-loader 3.4.2
- eslint 7.21.0
- eslint-config-prettier 7.2.0
- eslint-plugin-jsdoc 31.6.1
- eslint-plugin-prettier 3.3.1
- eslint-plugin-react-hooks 4.2.0
- execa ^2.0.0
- expect-puppeteer 4.1.1
- file-loader 5.0.2
- fork-ts-checker-webpack-plugin 1.0.0
- fs-extra ^8.1.0
- globby ^10.0.1
- html-loader 0.5.5
- html-webpack-plugin ^3.2.0
- inquirer ^6.3.1
- jest 26.6.3
- jest-canvas-mock 2.3.0
- jest-coverage-badges ^1.1.2
- jest-environment-jsdom-fifteen ^1.0.2
- jest-junit ^6.4.0
- less ^3.11.1
- less-loader ^5.0.0
- lodash 4.17.21
- md5-file ^4.0.0
- mini-css-extract-plugin ^0.7.0
- optimize-css-assets-webpack-plugin ^5.0.3
- ora ^4.0.3
- pixelmatch ^5.1.0
- pngjs ^3.4.0
- postcss-flexbugs-fixes 4.2.0
- postcss-loader 3.0.0
- postcss-preset-env 6.7.0
- prettier ^2.2.1
- puppeteer-core 1.18.1
- react-dev-utils ^10.2.1
- replace-in-file ^4.1.0
- replace-in-file-webpack-plugin ^1.0.6
- rimraf ^3.0.0
- sass 1.27.0
- sass-loader 8.0.2
- semver ^7.1.3
- simple-git ^1.132.0
- style-loader 1.1.3
- terser-webpack-plugin 2.3.7
- ts-jest 26.4.4
- ts-loader 6.2.1
- ts-node 9.0.0
- tslib 2.0.3
- typescript 4.1.2
- url-loader ^2.0.1
- webpack 4.41.5
- @rollup/plugin-commonjs 16.0.0 development
- @rollup/plugin-image 2.0.5 development
- @rollup/plugin-node-resolve 10.0.0 development
- @storybook/addon-controls 6.1.15 development
- @storybook/addon-essentials 6.1.15 development
- @storybook/addon-knobs 6.1.15 development
- @storybook/addon-storysource 6.1.15 development
- @storybook/react 6.1.15 development
- @storybook/theming 6.1.15 development
- @types/classnames 2.2.7 development
- @types/common-tags ^1.8.0 development
- @types/d3 5.7.2 development
- @types/jest 26.0.15 development
- @types/jquery 3.3.38 development
- @types/lodash 4.14.123 development
- @types/mock-raf 1.0.2 development
- @types/node 10.14.1 development
- @types/papaparse 5.2.0 development
- @types/react 16.9.9 development
- @types/react-custom-scrollbars 4.0.5 development
- @types/react-test-renderer 16.9.2 development
- @types/react-transition-group 4.4.0 development
- @types/rollup-plugin-visualizer 2.6.0 development
- @types/tinycolor2 1.4.1 development
- common-tags ^1.8.0 development
- mock-raf 1.0.1 development
- pretty-format 25.1.0 development
- react-docgen-typescript-loader 3.7.2 development
- react-is 16.8.0 development
- react-test-renderer 16.13.1 development
- rollup 2.33.3 development
- rollup-plugin-sourcemaps 0.6.3 development
- rollup-plugin-terser 7.0.2 development
- rollup-plugin-typescript2 0.29.0 development
- rollup-plugin-visualizer 4.2.0 development
- storybook-dark-mode 1.0.4 development
- ts-loader 8.0.11 development
- typescript 4.1.2 development
- webpack-filter-warnings-plugin 1.2.1 development
- @emotion/core 10.0.27
- @grafana/aws-sdk 0.0.3
- @grafana/data 7.5.17
- @grafana/tsconfig ^1.0.0-rc1
- @grafarg/e2e-selectors 7.5.17
- @iconscout/react-unicons 1.1.4
- @popperjs/core 2.5.4
- @sentry/browser 5.25.0
- @testing-library/jest-dom 5.11.9
- @torkelo/react-select 3.0.8
- @types/hoist-non-react-statics 3.3.1
- @types/react-beautiful-dnd 12.1.2
- @types/react-color 3.0.1
- @types/react-select 3.0.8
- @types/react-table 7.0.12
- @types/slate 0.47.9
- @types/slate-plain-serializer 0.7.2
- @types/slate-react 0.22.9
- @visx/event 1.3.0
- @visx/gradient 1.0.0
- @visx/scale 1.4.0
- @visx/shape 1.4.0
- @visx/tooltip 1.3.0
- classnames 2.2.6
- d3 5.15.0
- emotion 10.0.27
- hoist-non-react-statics 3.3.2
- immutable 3.8.2
- jquery 3.5.1
- lodash 4.17.21
- moment 2.24.0
- monaco-editor 0.20.0
- papaparse 5.3.0
- rc-cascader 1.0.1
- rc-drawer 3.1.3
- rc-slider 9.6.4
- rc-time-picker ^3.7.3
- react 17.0.1
- react-beautiful-dnd 13.0.0
- react-calendar 2.19.2
- react-color 2.18.0
- react-custom-scrollbars 4.2.1
- react-dom 17.0.1
- react-highlight-words 0.16.0
- react-hook-form 5.1.3
- react-monaco-editor 0.36.0
- react-popper 2.2.4
- react-storybook-addon-props-combinations 1.1.0
- react-table 7.0.0
- react-transition-group 4.4.1
- slate 0.47.9
- slate-plain-serializer 0.7.11
- slate-react 0.22.10
- tinycolor2 1.4.1
- uplot 1.6.9
- enzyme ^3.8.0 development
- enzyme-adapter-react-16 ^1.2.0 development
- typescript 4.1.2 development
- @grafana/data 7.5.17
- @grafana/ui 7.5.17
- @types/classnames ^2.2.7
- @types/deep-freeze ^0.1.1
- @types/hoist-non-react-statics ^3.3.1
- @types/lodash ^4.14.123
- @types/moment ^2.13.0
- @types/react-icons 2.2.7
- @types/recompose ^0.30.7
- @types/slate-react 0.22.9
- chance ^1.0.10
- classnames ^2.2.5
- combokeys ^3.0.0
- copy-to-clipboard ^3.1.0
- deep-freeze ^0.0.1
- emotion ^10.0.27
- fuzzy ^0.1.3
- hoist-non-react-statics ^3.3.2
- json-markup ^1.1.0
- lodash 4.17.21
- lru-memoize ^1.1.0
- memoize-one ^5.0.0
- moment ^2.18.1
- react-icons 2.2.7
- recompose ^0.25.0
- tinycolor2 1.4.1
- tween-functions ^1.2.0
- @grafana/data 7.5.17 development
- @grafana/toolkit 7.5.17 development
- @grafana/ui 7.5.17 development
- 3417 dependencies
- Jinja2 >=2.10
- MarkupSafe >=1.1.0
- wget >=3.2