forked from wikimedia/oojs-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.9 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "oojs-ui",
"version": "0.42.0",
"description": "User interface classes built on the OOjs framework.",
"keywords": [
"oojs-plugin",
"ui"
],
"homepage": "https://www.mediawiki.org/wiki/OOUI",
"repository": {
"type": "git",
"url": "https://gerrit.wikimedia.org/r/oojs/ui"
},
"license": "MIT",
"main": "dist/oojs-ui.js",
"files": [
"/README.md",
"/LICENSE-MIT",
"/AUTHORS.txt",
"/History.md",
"/dist/"
],
"scripts": {
"test": "grunt test",
"predoc": "grunt build",
"doc": "jsduck",
"postdoc": "grunt copy:jsduck",
"quickdoc": "grunt quick-build && npm run doc && grunt copy:jsduck",
"publish-build": "grunt publish-build",
"demos": "grunt publish-build && grunt demos",
"jenkins": "npm test && npm run doc && npm run postdoc"
},
"dependencies": {
"jquery": "3.6.0",
"oojs": "6.0.0",
"wikimedia-ui-base": "0.19.0"
},
"devDependencies": {
"eslint-config-wikimedia": "0.20.0",
"eslint-plugin-html": "6.1.2",
"grunt": "1.4.1",
"grunt-banana-checker": "0.9.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-cssjanus": "0.5.0",
"grunt-eslint": "23.0.0",
"grunt-exec": "1.0.1 <3.0.0",
"grunt-file-exists": "0.1.4",
"grunt-karma": "4.0.2",
"grunt-promise-q": "git+https://github.com/jdforrester/grunt-promise-q.git#v0.1.1-wmf.1",
"grunt-string-replace": "1.3.1",
"grunt-stylelint": "0.16.0",
"grunt-svgmin": "6.0.1",
"grunt-tyops": "0.1.0",
"javascript-stringify": "1.6.0",
"karma": "6.3.2",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.2",
"karma-firefox-launcher": "2.1.0",
"karma-qunit": "4.1.0",
"karma-remap-istanbul": "0.6.0",
"prismjs": "1.24.1",
"q": "1.5.1",
"qunit": "2.16.0",
"stylelint-config-wikimedia": "0.11.1"
}
}