-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.39 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
{
"repository": "https://github.com/wikimedia/WhoWroteThat",
"version": "0.22.2",
"license": "MIT",
"webExt": {
"sourceDir": "dist/extension/",
"build": {
"overwriteDest": true
},
"lint": {
"warningsAsErrors": true
}
},
"dependencies": {
"@babel/polyfill": "^7.12.1"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/node": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/register": "^7.18.6",
"babelify": "~10.0.0",
"chai": "^3.4.1",
"eslint": "^8.53.0",
"eslint-config-wikimedia": "^0.26.0",
"grunt": "1.6.1",
"grunt-banana-checker": "^0.11.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-qunit": "^8.0.1",
"grunt-eslint": "^24.3.0",
"grunt-jsdoc": "^2.4.1",
"grunt-replace": "^2.0.2",
"grunt-shell": "^4.0.0",
"grunt-stylelint": "^0.19.0",
"jquery": "^3.7.1",
"jsdoc-wmf-theme": "^0.0.12",
"jsdom": "^24.0.0",
"mocha": "^10.3.0",
"node-fetch": "^3.3.2",
"stylelint": "^15.10.1",
"stylelint-config-wikimedia": "^0.16.1",
"web-ext": "^7.11.0"
}
}