forked from hastic-zzz/hastic-grafana-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.46 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "grafana-hastic-app",
"version": "0.3.8",
"description": "Hastic app: labeling and rendering analytics from hastic-server",
"main": "dist/module",
"scripts": {
"build": "webpack --config build/webpack.prod.conf.js",
"dev": "webpack --config build/webpack.dev.conf.js",
"test": "jest --config jest.config.js"
},
"keywords": [],
"author": "CorpGlory Inc.",
"license": "MIT",
"repository": "https://github.com/CorpGlory/hastic/hastic-grafana-app",
"devDependencies": {
"@types/angular": "^1.6.43",
"@types/flot": "0.0.31",
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/jest": "^23.3.0",
"@types/jquery": "^3.3.0",
"@types/lodash": "^4.14.104",
"@types/md5": "^2.1.32",
"@types/moment": "^2.13.0",
"@types/perfect-scrollbar": "^1.3.0",
"@types/tinycolor": "^1.1.27",
"@types/tinycolor2": "^1.4.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^5.0.1",
"imports-loader": "^0.8.0",
"jest": "^23.4.1",
"jquery": "^3.3.1",
"loader-utils": "^1.1.0",
"md5": "^2.2.1",
"perfect-scrollbar": "^1.3.0",
"raw-loader": "^1.0.0",
"tether-drop": "^1.4.2",
"tinycolor": "0.0.1",
"tinycolor2": "^1.4.1",
"ts-jest": "^22.4.6",
"ts-loader": "^4.2.0",
"typescript": "^2.8.3",
"url-parse": "^1.4.4",
"webpack": "4.7.0",
"webpack-cli": "^2.1.2"
},
"dependencies": {}
}