-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.39 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "caravel",
"version": "0.7.3",
"description": "Modern, fast, and performant LMS client.",
"homepage": "https://github.com/ivynya/Caravel",
"author": {
"name": "ivynya",
"email": "vyne@ivy.direct"
},
"keywords": [
"angular",
"nodejs",
"typescript",
"eslint",
"sass",
"windows",
"mac",
"linux",
"caravel"
],
"main": "main.js",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build --base-href /",
"build:prod": "npm run build -- -c production",
"ng:serve": "ng serve -o --host 0.0.0.0",
"test": "ng test --watch=false",
"test:watch": "ng test",
"lint": "ng lint"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.6",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "14.2.5",
"@angular/common": "14.2.5",
"@angular/compiler": "14.2.5",
"@angular/compiler-cli": "14.2.5",
"@angular/core": "14.2.5",
"@angular/forms": "14.2.5",
"@angular/language-service": "14.2.5",
"@angular/platform-browser": "14.2.5",
"@angular/platform-browser-dynamic": "14.2.5",
"@angular/router": "14.2.5",
"@angular/service-worker": "14.2.5",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@types/jasmine": "3.6.11",
"@types/jasminewd2": "2.0.8",
"@types/mocha": "8.0.2",
"@types/node": "18.7.13",
"@typescript-eslint/eslint-plugin": "3.9.0",
"@typescript-eslint/eslint-plugin-tslint": "3.9.0",
"@typescript-eslint/parser": "3.9.0",
"chai": "4.2.0",
"core-js": "3.6.5",
"cross-env": "7.0.2",
"eslint": "7.6.0",
"eslint-plugin-import": "2.22.0",
"jasmine-core": "3.8.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "6.3.16",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.2",
"karma-jasmine-html-reporter": "1.7.0",
"mocha": "10.1.0",
"rxjs": "6.6.2",
"ts-node": "8.10.2",
"tslib": "^2.0.0",
"typescript": "4.7.4",
"wait-on": "8.0.1",
"webdriver-manager": "12.1.7",
"zone.js": "0.11.8"
},
"dependencies": {
"@carbon/icons": "11.7.0",
"angularx-qrcode": "14.0.0",
"carbon-components": "10.58.3",
"carbon-components-angular": "4.61.2"
}
}