forked from valiton/grafana-mongodb-atlas-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "grafana-mongodb-atlas-datasource",
"version": "1.0.4",
"description": "Datasource for MongoDB Atlas Logs",
"private": true,
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/webpack.prod.conf.js",
"dev": "webpack --config webpack/webpack.dev.conf.js",
"watch": "webpack --config webpack/webpack.dev.conf.js --watch",
"lint": "tslint src/**/*.ts{,x}",
"test": "./node_modules/.bin/jest tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valiton/grafana-mongodb-atlas-datasource.git"
},
"author": "Valiton GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/valiton/grafana-mongodb-atlas-datasource/issues"
},
"homepage": "https://github.com/valiton/grafana-mongodb-atlas-datasource",
"engineStrict": true,
"devDependencies": {
"@types/angular": "^1.6.43",
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.116",
"babel-plugin-transform-es2015-for-of": "^6.6.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^3.4.2",
"jest": "^25.2.4",
"jsdom": "^16.2.2",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.19",
"ng-annotate-webpack-plugin": "^0.3.0",
"prunk": "^1.3.0",
"q": "^1.5.0",
"style-loader": "^1.1.3",
"ts-jest": "^25.3.0",
"ts-loader": "^6.2.2",
"tslint": "^6.1.0",
"typescript": "^3.4.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"humanize-string": "^2.1.0"
}
}