forked from openedx/credentials-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 945 Bytes
/
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
{
"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/[email protected]",
"@edx/edx-bootstrap": "2.4.2",
"@edx/paragon": "20.28.5",
"bi-app-sass": "1.1.0",
"bootstrap": "4.6.2",
"css-loader": "5.2.7",
"file-loader": "6.2.0",
"font-awesome": "4.7.0",
"imports-loader": "4.0.1",
"jquery": "3.6.4",
"mini-css-extract-plugin": "2.7.5",
"popper.js": "1.16.1",
"sass": "1.62.0",
"sass-loader": "13.2.2",
"style-loader": "3.3.2",
"url-loader": "4.1.1",
"webpack": "5.80.0",
"webpack-cli": "5.0.1"
}
}