-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "magnet-linker-extension",
"version": "2.0.0",
"devDependencies": {
"@fortawesome/fontawesome-free": "~5.15.2",
"@popperjs/core": "^2.6.0",
"bootstrap": "~5.0.2",
"bootstrap4-toggle": "^3.6.1",
"grunt": "~1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "^3.0.0",
"grunt-string-replace": "^1.3.1",
"i": "^0.3.7",
"jest": "^27.4.5",
"jquery": "~3.5.1",
"load-grunt-tasks": "^5.1.0",
"npm": "^8.4.0",
"sass": "^1.32.5",
"webextension-polyfill": "~0.7.0"
},
"dependencies": {
"bootstrap-slider": "^11.0.2",
"gem": "^2.4.3",
"paginationjs": "^2.1.5"
},
"scripts": {
"test": "jest"
},
"jest": {
"verbose": true
}
}