-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
68 lines (68 loc) · 1.94 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"repository": {
"type": "git",
"url": "https://github.com/gocd/gocd-analytics-plugin"
},
"license": "Apache-2.0",
"scripts": {
"lint": "eslint assets/js/** spec/javascripts/**",
"webpack-dev": "webpack --config config/webpack.config.js --mode development",
"webpack-prod": "webpack --config config/webpack.prod.js --mode production",
"specs": "karma start config/karma.config.js",
"specs-ci": "karma start config/karma.config.js --single-run --no-auto-watch --color"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"crel": "^4.2.1",
"d3": "^6.7.0",
"highcharts": "^6.2.0",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^8.3.0",
"babel-plugin-lodash": "^3.3.4",
"css-loader": "^5.2.7",
"eslint": "^8.57.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "^2.0.0",
"karma-tap": "^4.2.0",
"karma-tap-pretty-reporter": "^4.2.0",
"karma-webpack": "^5.0.1",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^1.6.2",
"puppeteer": "^23.6.1",
"sass": "^1.80.5",
"sass-loader": "^10.5.2",
"script-ext-html-webpack-plugin": "^2.1.5",
"sinon": "^15.2.0",
"tap-diff": "^0.1.1",
"tape": "^5.7.5",
"tape-plus": "^1.0.0",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^4.2.2"
},
"overrides": {
"webpack": {
"micromatch": "^4.0.8",
"terser-webpack-plugin": "^4.2.3"
},
"watchpack-chokidar2": {
"chokidar": "^3.6.0"
},
"tap-diff": {
"diff": "^5.2.0"
}
}
}