forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.json
More file actions
112 lines (112 loc) · 3.5 KB
/
dependencies.json
File metadata and controls
112 lines (112 loc) · 3.5 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"frontendDependencies": {
"lamejs": {
"version": "1.2.0",
"downloadFormat": "zip",
"url": "https://github.com/zhuker/lamejs/archive/1.2.0.zip",
"rootDirPrefix": "lamejs-",
"targetDirPrefix": "lamejs-"
},
"messageFormat": {
"version": "2.0.5",
"downloadFormat": "zip",
"url": "https://github.com/messageformat/messageformat/archive/v2.0.5.zip",
"targetDirPrefix": "messageformat-",
"rootDirPrefix": "messageformat-",
"bundle": {
"js": ["messageformat.js"]
}
},
"popperJs": {
"version": "1.15.0",
"downloadFormat": "zip",
"url": "https://github.com/floating-ui/floating-ui/archive/v1.15.0.zip",
"rootDirPrefix": "floating-ui-",
"targetDirPrefix": "popperJs-",
"bundle": {
"js": ["dist/umd/popper.js"]
}
},
"bootstrap": {
"version": "4.3.1",
"downloadFormat": "zip",
"url": "https://github.com/twbs/bootstrap/releases/download/v4.3.1/bootstrap-4.3.1-dist.zip",
"rootDir": "bootstrap-4.3.1-dist",
"targetDirPrefix": "bootstrap-",
"bundle": {
"css": ["css/bootstrap.css"],
"js": ["js/bootstrap.js"]
}
},
"fontAwesome": {
"version": "5.9.0",
"downloadFormat": "zip",
"url": "https://github.com/FortAwesome/Font-Awesome/releases/download/5.9.0/fontawesome-free-5.9.0-web.zip",
"rootDir": "fontawesome-free-5.9.0-web",
"targetDir": "fontawesome-free-5.9.0-web",
"bundle": {
"css": [
"css/fontawesome.min.css",
"css/brands.min.css",
"css/regular.min.css",
"css/solid.min.css"
],
"fontsPath": "webfonts"
}
},
"jquery": {
"version": "3.5.1",
"downloadFormat": "files",
"url": "https://ajax.googleapis.com/ajax/libs/jquery/3.5.1",
"rootDirPrefix": "jquery-",
"targetDirPrefix": "jquery-",
"files": ["jquery.js", "jquery.min.js"]
},
"jqueryUI": {
"version": "1.12.1",
"downloadFormat": "files",
"url": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1",
"rootDirPrefix": "jqueryui-",
"targetDirPrefix": "jqueryui-",
"files": ["jquery-ui.min.js"]
},
"jqueryUITouchPunch": {
"version": "0.3.1",
"downloadFormat": "zip",
"url": "https://github.com/Bantam/jquery-ui-touch-punch-improved/archive/0.3.1.zip",
"rootDirPrefix": "jquery-ui-touch-punch-improved-",
"targetDirPrefix": "jquery-ui-touch-punch-"
},
"mathJax": {
"version": "2.7.5",
"downloadFormat": "zip",
"url": "https://github.com/mathjax/MathJax/archive/2.7.5.zip",
"rootDirPrefix": "MathJax-",
"targetDirPrefix": "MathJax-"
},
"select2": {
"version": "4.0.3",
"downloadFormat": "zip",
"url": "https://github.com/select2/select2/archive/4.0.3.zip",
"rootDirPrefix": "select2-",
"targetDirPrefix": "select2-",
"bundle": {
"css": ["dist/css/select2.css"]
}
},
"ckeditor": {
"version": "4.12.1",
"downloadFormat": "zip",
"url": "https://github.com/ckeditor/ckeditor4-releases/archive/4.12.1.zip",
"rootDirPrefix": "ckeditor4-releases-",
"targetDirPrefix": "ckeditor-"
},
"ckeditorBootstrapCK": {
"version": "1.0.0",
"downloadFormat": "zip",
"url": "https://github.com/Kunstmaan/BootstrapCK4-Skin/archive/v1.0.0.zip",
"rootDirPrefix": "BootstrapCK4-Skin-",
"targetDirPrefix": "ckeditor-bootstrapck-"
}
}
}