-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 944 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
24
25
26
27
28
29
30
31
32
{
"name": "grafana-data-exporter-panel",
"version": "0.5.1",
"description": "Data Exporter Plugin",
"main": "src/module.js",
"scripts": {
"build": "webpack --config build/webpack.prod.conf.js",
"dev": "webpack --config build/webpack.dev.conf.js"
},
"keywords": [],
"author": "CorpGlory",
"license": "MIT",
"devDependencies": {
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/jquery": "^3.3.6",
"@types/lodash": "^4.14.116",
"@types/moment": "^2.13.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"loader-utils": "^1.1.0",
"mini-css-extract-plugin": "^0.4.2",
"ng-annotate-webpack-plugin": "^0.3.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"ts-loader": "^5.1.0",
"typescript": "^3.0.3",
"webpack": "^4.12.0",
"webpack-cli": "^3.1.0"
}
}