forked from wikimedia/WhoWroteThat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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.19.0",
"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-config-wikimedia": "^0.16.2",
"eslint-loader": "4.0.2",
"grunt": "^1.5.3",
"grunt-banana-checker": "^0.9.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.1.0",
"grunt-contrib-qunit": "^6.2.0",
"grunt-eslint": "23.0.0",
"grunt-jsdoc": "^2.4.1",
"grunt-replace": "^2.0.2",
"grunt-shell": "^3.0.1",
"grunt-stylelint": "^0.18.0",
"jquery": "^3.6.0",
"jsdoc-wmf-theme": "^0.0.3",
"jsdom": "~15.1.1",
"mocha": "^6.2.3",
"node-fetch": "^2.6.7",
"stylelint": "^14.9.1",
"stylelint-config-wikimedia": "^0.13.0",
"web-ext": "^6.8.0"
}
}