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
79 lines (79 loc) · 2.42 KB
/
dependencies.json
File metadata and controls
79 lines (79 loc) · 2.42 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
{
"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": "5.3.3",
"downloadFormat": "zip",
"url": "https://github.com/twbs/bootstrap/releases/download/v5.3.3/bootstrap-5.3.3-dist.zip",
"rootDir": "bootstrap-5.3.3-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"
}
},
"mathJax": {
"version": "2.7.5",
"downloadFormat": "zip",
"url": "https://github.com/mathjax/MathJax/archive/2.7.5.zip",
"rootDirPrefix": "MathJax-",
"targetDirPrefix": "MathJax-"
},
"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-"
}
}
}