-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.39 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
{
"name": "flexscada-map-panel",
"version": "1.0.0",
"description": "FlexSCADA Map Panel Plugin for Grafana",
"main": "src/module.js",
"scripts": {
"build": "node --max-old-space-size=8192 ./node_modules/.bin/webpack --config webpack.config.prod.js",
"dev": "webpack --mode development",
"watch": "webpack --mode development --watch",
"test": "jest --config jest.config.js"
},
"keywords": [
"flexscada",
"grafana",
"plugin",
"panel"
],
"author": "FlexSCADA Systems",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@types/grafana": "https://git@github.com/CorpGlory/types-grafana.git",
"@types/jest": "^23.3.9",
"@types/lodash": "^4.14.118",
"@types/moment": "^2.13.0",
"babel": "~6.5.1",
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"file-loader": "^3.0.1",
"jest": "^23.6.0",
"jquery": "^3.3.1",
"ng-annotate-webpack-plugin": "^0.3.0",
"style-loader": "^0.23.1",
"ts-jest": "^23.10.5",
"ts-loader": "^5.3.0",
"typescript": "^3.1.6",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"lodash": "^4.17.11"
}
}