-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
78 lines (78 loc) · 2.32 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
73
74
75
76
77
78
{
"name": "oojs-ui",
"version": "0.51.1",
"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": {
"demos": "grunt publish-build && npm run minify:svg:dist && grunt demos",
"doc": "grunt jsdoc",
"jenkins": "npm test && npm run doc",
"minify:svg:dist": "svgo --config=.svgo.config.js --quiet --recursive --folder ./dist/themes/wikimediaui/images/",
"minify:svg:src": "svgo --config=.svgo.config.js --pretty --quiet --recursive --folder ./src/themes/wikimediaui/images/",
"predoc": "grunt build",
"prepublishOnly": "npm run publish-build",
"publish-build": "npm ci && grunt publish-build && npm run minify:svg:dist",
"quickdoc": "grunt quick-build && npm run doc",
"test": "npm run minify:svg:src && grunt test"
},
"dependencies": {
"@wikimedia/codex-design-tokens": "1.3.5",
"jquery": "3.7.1",
"oojs": "7.0.1"
},
"devDependencies": {
"eslint-config-wikimedia": "0.28.2",
"eslint-plugin-html": "7.1.0",
"grunt": "1.6.1",
"grunt-banana-checker": "0.13.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-contrib-watch": "1.1.0",
"grunt-cssjanus": "1.0.0",
"grunt-eslint": "24.3.0",
"grunt-exec": "1.0.1 <3.0.0",
"grunt-file-exists": "0.1.4",
"grunt-jsdoc": "2.4.1",
"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.20.1",
"grunt-tyops": "0.1.1",
"javascript-stringify": "1.6.0",
"jsdoc": "4.0.3",
"jsdoc-class-hierarchy": "^1.1.2",
"jsdoc-wmf-theme": "1.1.0",
"karma": "6.3.20",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-firefox-launcher": "2.1.2",
"karma-qunit": "4.1.2",
"karma-remap-istanbul": "0.6.0",
"prismjs": "1.29.0",
"q": "1.5.1",
"qunit": "2.20.0",
"stylelint-config-wikimedia": "0.17.2",
"svgo": "3.2.0"
}
}