-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
87 lines (87 loc) · 2.6 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
86
87
{
"name": "open360",
"version": "0.0.0",
"description": "Open360",
"repository": {
"url": "https://github.com/o360/frontend.git"
},
"private": true,
"author": "Bitworks Software",
"license": "",
"scripts": {
"ng": "ng",
"start": "ng serve -c local",
"build": "ng build",
"build.prod": "ng build -c production",
"test": "ng test --browsers=ChromeHeadlessNoSandbox --code-coverage --watch=false",
"lint": "ng lint",
"coveralls": "cat ./coverage/open360/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {
"@angular/animations": "^9.0.6",
"@angular/common": "^9.0.6",
"@angular/compiler": "^9.0.6",
"@angular/core": "^9.0.6",
"@angular/forms": "^9.0.6",
"@angular/platform-browser": "^9.0.6",
"@angular/platform-browser-dynamic": "^9.0.6",
"@angular/router": "^9.0.6",
"@angular/service-worker": "^9.0.6",
"@beyerleinf/ngx-dnd": "^7.1.1",
"@ng-select/ng-select": "^3.7.2",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"air-datepicker": "^2.2.3",
"animate.css": "^3.5.2",
"bootstrap": "^4.3.1",
"ckeditor": "^4.11.4",
"core-js": "^2.5.4",
"cropperjs": "^1.0.0",
"email-validator": "^2.0.4",
"font-awesome": "^4.7.0",
"intl": "^1.2.5",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"ng2-ckeditor": "^1.2.7",
"ngx-bootstrap": "4.1.1",
"ngx-toastr": "^10.0.2",
"node-sass": "^4.13.1",
"pace-progress": "^1.0.2",
"popper.js": "^1.14.7",
"reflect-metadata": "^0.1.10",
"rxjs": "~6.5.4",
"showdown": "^1.9.1",
"simple-line-icons": "^2.4.1",
"systemjs": "3.1.0",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.5",
"@angular/cli": "^9.0.5",
"@angular/compiler-cli": "^9.0.6",
"@angular/language-service": "^9.0.6",
"@types/cropperjs": "^1.1.5",
"@types/jasmine": "~3.3.12",
"@types/jquery": "^3.3.32",
"@types/moment-timezone": "^0.5.12",
"@types/node": "~11.13.0",
"@types/showdown": "^1.7.1",
"@types/systemjs": "^0.20.2",
"autoprefixer": "^9.5.0",
"codelyzer": "~5.0.0",
"coveralls": "^3.0.9",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"ts-node": "~8.0.3",
"tslint": "~5.15.0",
"tslint-config-airbnb": "^5.11.1",
"typescript": "3.7.5"
}
}