-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "graph-compare-panel",
"version": "0.1.0",
"description": "Webpack copy of grafana-graph-panel",
"main": "dist/module",
"scripts": {
"build": "webpack --config build/webpack.prod.conf.js",
"dev": "webpack --config build/webpack.dev.conf.js"
},
"keywords": [],
"author": "AutoHome",
"license": "MIT",
"repository": "https://github.com/AutohomeCorp/graph-compare-panel",
"devDependencies": {
"@types/angular": "^1.6.43",
"@types/flot": "0.0.31",
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/jquery": "^3.3.0",
"@types/moment": "^2.13.0",
"@types/perfect-scrollbar": "^1.3.0",
"@types/tinycolor2": "^1.4.0",
"lodash": ">=4.17.21",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.0.1",
"imports-loader": "^0.8.0",
"jquery": "^3.5.0",
"loader-utils": "^1.1.0",
"ts-loader": "^2.3.7",
"typescript": "^2.4.2",
"webpack": "^3.6.0",
"mem": ">=4.0.0",
"serialize-javascript": ">=3.1.0"
},
"dependencies": {
"perfect-scrollbar": "^1.3.0",
"tether-drop": "^1.4.2",
"tinycolor2": "^1.4.1"
}
}