-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
34 lines (34 loc) · 890 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
{
"name": "bosun-app",
"private": true,
"version": "0.0.29",
"description": "Bosun Datasource and Bosun Panels",
"repository": {
"type": "git",
"url": "[email protected]:bosun-monitor/bosun-grafana-app.git"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/plugin-transform-modules-systemjs": "^7.20.11",
"@babel/preset-env": "^7.20.2",
"babel-jest": "^29.5.0",
"grunt": "^1.6.1",
"grunt-babel": "~8.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-systemjs-builder": "^1.0.0",
"jest": "^29.5.0",
"load-grunt-tasks": "^5.1.0"
},
"dependencies": {
"lodash": ">=4.17.21",
"sortablejs": "^1.15.0"
},
"scripts": {
"test": "jest"
},
"homepage": "https://bosun.org"
}