-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "collaborative-editor",
"version": "3.4.7",
"description": "Collaborative text editor application",
"main": "gulpfile.js",
"scripts": {
"coverage": "./node_modules/.bin/jest --config jest.config.js --coverage",
"test": "npm run coverage"
},
"dependencies": {
"entcore": "4.8.20",
"awesome-typescript-loader": "3.2.1",
"axios": "0.16.2",
"core-js": "2.4.1",
"entcore-toolkit": "^1.0.1",
"gulp": "3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.2.1",
"merge2": "^1.1.0",
"ts-loader": "^3.2.0",
"typescript": "4.8.3",
"webpack": "3.1.0",
"webpack-stream": "3.2.0",
"yargs": "^8.0.2",
"json-loader": "^0.5.7"
},
"devDependencies": {
"@types/angular": "1.8.3",
"@types/core-js": "0.9.42",
"@types/jest": "^22.2.0",
"@types/jquery": "^2.0.34",
"gulp-append-prepend": "^1.0.8",
"gulp-replace": "^1.0.0",
"moment": "^2.21.0",
"underscore": "^1.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/OPEN-ENT-NG/collaborative-editor"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/OPEN-ENT-NG/collaborative-editor/issues"
},
"homepage": "https://github.com/OPEN-ENT-NG/collaborative-editor"
}