-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "rbs",
"version": "2.0.2-dev.0",
"description": "resource booking system tool for ENT Core.",
"main": "gulpfile.js",
"dependencies": {
"@types/core-js": "0.9.42",
"axios": "0.16.2",
"core-js": "2.4.1",
"entcore": "dev",
"entcore-toolkit": "1.2.0",
"gulp": "3.9.1",
"gulp-clean": "^0.3.2",
"gulp-sourcemaps": "^2.6.0",
"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",
"moment": "~2.18.1",
"moment-timezone": "0.5.23",
"json-loader": "^0.5.7",
"rxjs": "5.4.2"
},
"devDependencies": {
"@types/angular": "^1.6.55",
"@types/jest": "^22.2.0",
"@types/jquery": "^2.0.34",
"axios-mock-adapter": "^1.19.0",
"gulp-append-prepend": "^1.0.9",
"gulp-replace": "^1.0.0",
"jest": "^24.7.1",
"jest-environment-node": "^23.0.0",
"natives": "^1.1.6",
"ts-jest": "^22.4.2"
},
"scripts": {
"coverage": "./node_modules/.bin/jest --config jest.config.js --coverage",
"test": "npm run coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/OPEN-ENT-NG/community.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/OPEN-ENT-NG/community/issues"
},
"homepage": "https://github.com/OPEN-ENT-NG/community"
}