-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
35 lines (35 loc) · 1003 Bytes
/
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
{
"name": "sonarr-radarr-autosearch-browser-extension",
"version": "2.0.0",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@melloware/coloris": "^0.24.0",
"@popperjs/core": "^2.6.0",
"bootstrap": "^5.0.2",
"bootstrap4-toggle": "^3.6.1",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "^4.0.0",
"grunt-string-replace": "^1.3.1",
"jest": "^29.7.0",
"jquery": "^3.5.1",
"load-grunt-tasks": "^5.1.0",
"sass": "^1.32.5",
"webextension-polyfill": "^0.12.0"
},
"dependencies": {
"bootstrap-slider": "^11.0.2",
"gem": "^2.4.3"
},
"scripts": {
"test": "jest"
},
"jest": {
"verbose": true
}
}