-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.35 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.35 KB
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
{
"name": "sonarr-radarr-autosearch-browser-extension",
"version": "2.0.0",
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@tailwindcss/cli": "^4.1.14",
"@tailwindcss/forms": "^0.5.10",
"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-shell": "^4.0.0",
"grunt-string-replace": "^1.3.1",
"jest": "^30.2.0",
"jquery": "^3.5.1",
"load-grunt-tasks": "^5.1.0",
"spectrum-colorpicker2": "^2.0.10",
"tailwindcss": "^4.1.14",
"webextension-polyfill": "^0.12.0"
},
"dependencies": {
"gem": "^2.4.3"
},
"scripts": {
"test": "jest",
"debug": "grunt debug",
"playwright": "grunt playwright",
"release": "grunt release",
"review": "grunt review",
"chromium": "web-ext run -s dist/chromium -t chromium",
"firefox": "web-ext run -s dist/firefox -t firefox-desktop",
"firefox:android": "web-ext run -s dist/firefox -t firefox-android",
"lint": "web-ext lint -s dist/firefox",
"lint:json": "npm run lint -- --output json --pretty"
},
"jest": {
"verbose": true
}
}