-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
95 lines (95 loc) · 2.93 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "wikidata-query-gui",
"license": "GPL-2.0+",
"version": "0.2.0",
"scripts": {
"start": "http-server -o",
"grunt": "grunt",
"test": "grunt test && npm run browser_test -- $@",
"browser_test": "grunt browser_test",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "https://gerrit.wikimedia.org/r/p/wikidata/query/gui.git",
"deploy": {
"gerrit": "gerrit.wikimedia.org",
"repo": "wikidata/query/gui-deploy",
"branch": "production"
}
},
"//": "PLEASE DO NOT CHANGE downloadjs version until https://github.com/rndme/download/issues/56 is fixed",
"dependencies": {
"@wikimedia/codex": "^1.12.0",
"@wikimedia/codex-design-tokens": "^1.12.0",
"@wikimedia/jquery.i18n": "^1.0.9",
"bootstrap": "^3.4.1",
"bootstrap-table": "^1.23.2",
"bootstrap-toggle": "^2.2.2",
"cldrpluralruleparser": "1.3.2",
"codemirror": "^5.65.17",
"d3": "^3.5.17",
"dimple-js": "github:PMSI-AlignAlytics/dimple#2.2.0",
"downloadjs": "1.4.4",
"ekko-lightbox": "^5.3.0",
"es6-shim": "^0.35.8",
"font-awesome": "^4.7.0",
"gijgo": "1.9.14",
"grunt-merge-i18n": "github:wikimedia/grunt-merge-i18n",
"jqcloud2": "^2.0.3",
"jquery": "^3.7.1",
"jquery-resizable-dom": "^0.35.0",
"jquery-toast-plugin": "^1.3.2",
"jquery.uls": "github:wikimedia/jquery.uls",
"js-cookie": "^2.2.1",
"jstree": "^3.3.16",
"leaflet": "^1.9.4",
"leaflet-fullscreen": "^1.0.2",
"leaflet-minimap": "^3.6.1",
"leaflet-zoombox": "^0.5.2",
"leaflet.locatecontrol": "^0.79.0",
"leaflet.markercluster": "^1.5.3",
"mathjax": "^3.2.2",
"moment": "^2.30.1",
"select2": "^4.0.13",
"underscore": "^1.13.7",
"vis": "^4.21.0",
"wellknown": "^0.5.0"
},
"devDependencies": {
"@wdio/cli": "^7.36.0",
"@wdio/local-runner": "^7.36.0",
"@wdio/mocha-framework": "^7.33.0",
"@wdio/spec-reporter": "^7.33.0",
"eslint-config-wikimedia": "^0.23.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-promise": "^6.6.0",
"grunt": "^1.6.1",
"grunt-auto-install": "^0.3.1",
"grunt-banana-checker": "^0.11.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^4.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-qunit": "^6.2.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-eslint": "^24.3.0",
"grunt-filerev": "^2.3.1",
"grunt-jsonlint": "^2.1.5",
"grunt-shell": "^4.0.0",
"grunt-stylelint": "^0.19.0",
"grunt-usemin": "^3.1.1",
"http-server": "^14.1.1",
"karma-qunit": "^4.2.1",
"load-grunt-tasks": "^5.1.0",
"qunit": "^2.22.0",
"sinon": "^16.1.3",
"stylelint": "^15.11.0",
"stylelint-config-wikimedia": "^0.16.1"
}
}