-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 888 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 888 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
30
31
32
33
34
{
"name": "edx-credentials-themes",
"version": "0.1.0",
"description": "Themes for the edX Credentials Service",
"repository": {
"type": "git",
"url": "git+https://github.com/openedx/credentials-themes.git"
},
"keywords": [
"Django",
"edx"
],
"author": "edX",
"license": "UNLICENSED",
"homepage": "https://github.com/openedx/credentials-themes",
"devDependencies": {
"@edx/brand": "npm:@edx/brand-edx.org@2.1.3",
"@openedx/paragon": "22.11.0",
"bi-app-sass": "1.1.0",
"css-loader": "7.1.2",
"file-loader": "6.2.0",
"font-awesome": "4.7.0",
"imports-loader": "5.0.0",
"jquery": "3.7.1",
"mini-css-extract-plugin": "2.9.2",
"popper.js": "1.16.1",
"sass": "1.82.0",
"sass-loader": "16.0.4",
"style-loader": "4.0.0",
"url-loader": "4.1.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
}
}