forked from HadesArchitect/GrafanaCassandraDatasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 782 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "grafana-cassandra-datasource",
"main": "dist/module",
"version": "0.1.0",
"license": "MIT",
"repository": "https://github.com/HadesArchitect/grafana-cassandra-source",
"dependencies": {},
"devDependencies": {
"@types/grafana": "git+https://[email protected]/CorpGlory/types-grafana.git",
"@types/lodash": "^4.14.149",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^6.8.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.19",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}