-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 954 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-bars-panel",
"version": "0.0.1",
"description": "Some description",
"main": "dist/module.js",
"scripts": {
"build": "webpack --config build/webpack.prod.conf.js",
"dev": "webpack --config build/webpack.dev.conf.js"
},
"keywords": [],
"author": "CorpGlory Dev Team",
"license": "Apache-2.0",
"repository": "https://github.com/CorpGlory/grafana-ico-line-plugin",
"devDependencies": {
"@types/angular": "^1.5.8",
"@types/d3": "^4.10.0",
"@types/grafana": "git+https://git@github.com/CorpGlory/types-grafana.git",
"@types/jquery": "^3.2.12",
"@types/lodash": "^4.14.74",
"@types/node": "^8.0.30",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^4.0.1",
"d3": "^4.10.0",
"loader-utils": "^1.1.0",
"ts-loader": "^2.3.7",
"typescript": "^2.4.2",
"webpack": "^3.5.6"
},
"dependencies": {}
}