forked from gocd/gocd-analytics-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.68 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
{
"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.30",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"crel": "^4",
"d3": "^6",
"highcharts": "^6.2.0",
"jquery": "^3",
"jquery-ui": "^1.12.1",
"lodash": "^4.17.21",
"moment": "^2",
"moment-duration-format": "^2.3.2"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/preset-env": "^7",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"css-loader": "^5",
"eslint": "^7",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4",
"karma": "^6",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-tap": "^4.2.0",
"karma-tap-pretty-reporter": "^4.2.0",
"karma-webpack": "^4.0.2",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^1.6.0",
"puppeteer": "^9",
"sass": "^1.34.0",
"sass-loader": "^8.0.2",
"script-ext-html-webpack-plugin": "^2",
"sinon": "^10",
"tap-diff": "^0.1.1",
"tape": "^5",
"tape-plus": "^1.0.0",
"terser-webpack-plugin": "^4",
"webpack": "^4",
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-cli": "^4",
"webpack-merge": "^4"
}
}