forked from gab709/SinglestatTDM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 895 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
33
34
35
{
"name": "singlestat-ec",
"private": true,
"version": "1.0.0",
"description": "Singlestat EC panel",
"scripts": {
"build": "grunt",
"watch": "grunt watch"
},
"author": "Grafana Labs",
"license": "Apache",
"dependencies": {
"csstype": "^2.5.6",
"grunt-browserify": "^5.3.0",
"grunt-string-replace": "^1.3.1",
"grunt-ts": "^6.0.0-beta.21",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"react": "^16.4.1",
"string-replace": "^0.2.0",
"uglify-js": "^3.4.5",
"webpack": "^4.16.2"
},
"devDependencies": {
"@types/node": "^8.0.31",
"grafana-sdk-mocks": "github:knoguchi/grafana-sdk-mocks",
"grunt": "1.0.1",
"typescript": "2.6.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"load-grunt-tasks": "^3.5.2"
}
}