|
|
|
@ -23,26 +23,27 @@ |
|
|
|
"typecheck": "tsc --noEmit" |
|
|
|
"typecheck": "tsc --noEmit" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"@braintree/sanitize-url": "4.0.0", |
|
|
|
"apache-arrow": "0.16.0", |
|
|
|
"apache-arrow": "0.16.0", |
|
|
|
"lodash": "4.17.15", |
|
|
|
"lodash": "4.17.15", |
|
|
|
"rxjs": "6.5.5", |
|
|
|
"rxjs": "6.5.5", |
|
|
|
"xss": "1.0.6", |
|
|
|
"xss": "1.0.6" |
|
|
|
"@braintree/sanitize-url": "4.0.0" |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@grafana/eslint-config": "^1.0.0-rc1", |
|
|
|
"@grafana/eslint-config": "^1.0.0-rc1", |
|
|
|
"@grafana/tsconfig": "^1.0.0-rc1", |
|
|
|
"@grafana/tsconfig": "^1.0.0-rc1", |
|
|
|
"@rollup/plugin-commonjs": "11.0.2", |
|
|
|
"@rollup/plugin-commonjs": "11.0.2", |
|
|
|
|
|
|
|
"@rollup/plugin-json": "4.0.3", |
|
|
|
"@rollup/plugin-node-resolve": "7.1.1", |
|
|
|
"@rollup/plugin-node-resolve": "7.1.1", |
|
|
|
|
|
|
|
"@types/braintree__sanitize-url": "4.0.0", |
|
|
|
"@types/jest": "23.3.14", |
|
|
|
"@types/jest": "23.3.14", |
|
|
|
"@types/jquery": "1.10.35", |
|
|
|
"@types/jquery": "1.10.35", |
|
|
|
"@types/lodash": "4.14.123", |
|
|
|
"@types/lodash": "4.14.123", |
|
|
|
"@types/node": "10.14.1", |
|
|
|
"@types/node": "10.14.1", |
|
|
|
"@types/papaparse": "4.5.9", |
|
|
|
"@types/papaparse": "4.5.9", |
|
|
|
"@types/react": "16.8.16", |
|
|
|
"@types/react": "16.8.16", |
|
|
|
"@types/sinon": "^7.5.2", |
|
|
|
|
|
|
|
"@types/rollup-plugin-visualizer": "2.6.0", |
|
|
|
"@types/rollup-plugin-visualizer": "2.6.0", |
|
|
|
"@types/braintree__sanitize-url": "4.0.0", |
|
|
|
"@types/sinon": "^7.5.2", |
|
|
|
"pretty-format": "25.1.0", |
|
|
|
"pretty-format": "25.1.0", |
|
|
|
"rollup": "2.0.6", |
|
|
|
"rollup": "2.0.6", |
|
|
|
"rollup-plugin-sourcemaps": "0.5.0", |
|
|
|
"rollup-plugin-sourcemaps": "0.5.0", |
|
|
|
|