forked from openedx/edx-enterprise
-
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) · 667 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 667 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": "edx-enterprise",
"version": "0.69.0",
"license": "AGPL-3.0",
"engines": {
"node": ">=18.15",
"npm": ">=9.5"
},
"repository": {
"type": "git",
"url": "git://github.com/openedx/edx-enterprise"
},
"dependencies": {
"@edx/brand": "npm:@edx/brand-edx.org@^1.3.0",
"@openedx/paragon": "^21.5.7"
},
"devDependencies": {
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"jasmine-ajax": "^3.1.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^2.2.4",
"jshint": "^2.9.5",
"sass-loader": "^7.2.0",
"sass": "^1.22.10",
"style-loader": "^0.18.2",
"webpack": "^3.12.0"
}
}