-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
{
"name": "ryantxu-file-system-datasource",
"version": "0.0.1-dev",
"description": "File Systems in grafana",
"scripts": {
"build": "webpack --config webpack.config.prod.js",
"dev": "webpack --mode development",
"watch": "webpack --mode development --watch",
"test": "jest --config jest.config.js",
"release": "node release.js",
"precommit": "pretty-quick --staged",
"pretty": "prettier --write src/**/*.ts"
},
"author": "Ryan McKinley",
"license": "Apache",
"dependencies": {
"avsc": "^5.4.1",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"papaparse": "^4.5.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"@types/grafana": "github:CorpGlory/types-grafana.git",
"@types/jest": "^23.3.1",
"@types/lodash": "^4.14.74",
"@types/react": "^16.2.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.0.1",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^1.0.0",
"grafana-sdk-mocks": "github:ryantxu/grafana-sdk-mocks",
"jest": "^23.0.1",
"ng-annotate-webpack-plugin": "^0.3.0",
"prettier": "^1.14",
"pretty-quick": "^1.4.1",
"replace-in-file-webpack-plugin": "^1.0.6",
"style-loader": "^0.22",
"ts-jest": "^23",
"ts-loader": "^4.3.0",
"typescript": "^3",
"webpack": "^4.17",
"webpack-cli": "^3.1"
}
}