forked from openedx/course-discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 704 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 704 Bytes
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
{
"name": "course-discovery",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/openedx/course-discovery"
},
"dependencies": {
"ansi-regex": "6.0.1",
"bootstrap-sass": "3.4.3",
"bower": "1.8.12",
"css-loader": "6.11.0",
"datatables.net": "1.13.11",
"datatables.net-bs": "1.13.11",
"mini-css-extract-plugin": "2.9.2",
"file-loader": "6.2.0",
"imports-loader": "0.8.0",
"jquery": "3.7.1",
"sass": "1.78.0",
"sass-loader": "12.1.0",
"url-loader": "4.1.1",
"webpack": "5.94.0",
"webpack-bundle-tracker": "1.8.1",
"webpack-cli": "4.8.0"
},
"devDependencies": {
"geckodriver": "3.2.0"
}
}