-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.76 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.76 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
{
"name": "adapt-authoring",
"version": "1.0.0-rc.7",
"description": "A server-based user interface for authoring eLearning courses using the Adapt Framework.",
"homepage": "https://github.com/adapt-security/adapt-authoring",
"license": "GPL-3.0",
"type": "module",
"repository": "adapt-security/adapt-authoring",
"scripts": {
"debug": "node --inspect --preserve-symlinks ./bin/start",
"start": "node ./bin/start",
"postinstall": "node ./lib/removeWorkspaceDuplicates.js",
"test": "npx at-integration-test"
},
"dependencies": {
"adapt-authoring-adaptframework": "3.0.0",
"adapt-authoring-assets": "1.6.1",
"adapt-authoring-auth": "2.4.4",
"adapt-authoring-auth-local": "2.4.1",
"adapt-authoring-authored": "1.4.1",
"adapt-authoring-jsonschema": "1.6.0",
"adapt-authoring-langpack-en": "2.0.1",
"adapt-authoring-mailer": "1.4.1",
"adapt-authoring-middleware": "1.5.1",
"adapt-authoring-migrations": "2.0.0",
"adapt-authoring-mongodb": "3.2.0",
"adapt-authoring-mongodblogger": "1.6.0",
"adapt-authoring-roles": "1.5.2",
"adapt-authoring-server": "2.3.1",
"adapt-authoring-tags": "1.3.4",
"adapt-authoring-ui": "3.0.1",
"adapt-authoring-users": "1.3.3"
},
"devDependencies": {
"@adapt-security/at-utils": "1.0.0",
"adapt-authoring-docs": "1.4.6",
"adapt-authoring-integration-data": "1.0.0",
"adapt-authoring-integration-tests": "1.7.0",
"standard": "^17.1.0"
},
"overrides": {
"adapt-authoring-content": "3.0.1",
"adapt-authoring-contentplugin": "1.7.1",
"adapt-authoring-core": "3.0.1",
"adapt-schemas": "github:cgkineo/adapt-schemas#fix/isolate-filtered-builds"
},
"workspaces": [
"./local_adapt_modules/*"
],
"engines": {
"node": "24"
}
}