-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.84 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.84 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
54
{
"name": "adapt-authoring",
"version": "1.0.0-rc.6",
"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": "^2.0.0",
"adapt-authoring-api": "^3.1.4",
"adapt-authoring-assets": "^1.2.1",
"adapt-authoring-auth": "^2.0.0",
"adapt-authoring-auth-local": "^2.0.0",
"adapt-authoring-authored": "^1.1.0",
"adapt-authoring-config": "^1.1.4",
"adapt-authoring-core": "^2.0.0",
"adapt-authoring-defaultplugins": "^1.0.1",
"adapt-authoring-errors": "^1.0.0",
"adapt-authoring-jsonschema": "^1.1.3",
"adapt-authoring-lang": "^1.0.4",
"adapt-authoring-langpack-en": "^1.1.4",
"adapt-authoring-logger": "^1.1.1",
"adapt-authoring-mailer": "^1.0.2",
"adapt-authoring-middleware": "^1.0.0",
"adapt-authoring-mongodb": "^3.0.0",
"adapt-authoring-mongodblogger": "^1.0.1",
"adapt-authoring-roles": "^1.1.2",
"adapt-authoring-server": "^2.2.3",
"adapt-authoring-sessions": "^1.0.2",
"adapt-authoring-tags": "^1.0.1",
"adapt-authoring-ui": "^2.0.0",
"adapt-authoring-users": "^1.0.1"
},
"devDependencies": {
"@adapt-security/at-utils": "^0.19.0",
"adapt-authoring-docs": "^1.4.0",
"adapt-authoring-integration-data": "^1.0.0",
"adapt-authoring-integration-tests": "^1.0.0",
"standard": "^17.1.0"
},
"workspaces": [
"./local_adapt_modules/*"
],
"engines": {
"node": "24"
}
}