-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "rampvis-ontology",
"version": "1.0.0",
"license": "",
"repository": {
"type": "git",
"url": "https://github.com/saifulkhan/rampvis-ontology-management-ui"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "12.0.5",
"@angular/cdk": "11.2.5",
"@angular/common": "12.0.5",
"@angular/compiler": "12.0.5",
"@angular/core": "12.0.5",
"@angular/fire": "^6.1.4",
"@angular/forms": "12.0.5",
"@angular/material": "11.2.5",
"@angular/platform-browser": "12.0.5",
"@angular/platform-browser-dynamic": "12.0.5",
"@angular/platform-server": "12.0.5",
"@angular/router": "12.0.5",
"@auth0/angular-jwt": "^5.0.2",
"@ng-select/ng-select": "^6.1.0",
"ag-grid-angular": "^25.1.0",
"ag-grid-community": "^25.1.0",
"ajv": "7.0.2",
"angular-calendar": "0.28.22",
"angular-gridster2": "^11.1.4",
"angular-svg-icon": "^11.2.0",
"animate.css": "4.1.1",
"arrive": "2.4.1",
"bootstrap": "4.6.0",
"bootstrap-material-design": "4.1.3",
"bootstrap-notify": "3.1.3",
"bootstrap-rtl": "3.3.4",
"bootstrap-select": "1.13.18",
"bootstrap-tagsinput": "0.7.1",
"core-js": "3.9.1",
"d3": "^6.6.0",
"firebase": "^8.3.1",
"googleapis": "68.0.0",
"jasny-bootstrap": "4.0.0",
"jquery": "3.6.0",
"jquery-validation": "1.19.3",
"jqvmap": "1.5.1",
"lodash": "^4.17.21",
"moment": "2.29.1",
"moment-timezone": "0.5.33",
"ng-json-view": "^4.0.0",
"ng-table-virtual-scroll": "^1.3.5",
"ng2-nouislider": "1.8.3",
"ng2-select": "2.0.0",
"ngx-mat-select-search": "^3.2.0",
"ngx-ui-loader": "^10.0.0",
"nouislider": "14.6.4",
"perfect-scrollbar": "1.5.0",
"popper.js": "1.16.1",
"rxjs": "6.6.6",
"sweetalert2": "10.15.6",
"tslib": "^2.1.0",
"twitter-bootstrap-wizard": "1.2.0",
"uglify-js": "3.13.1",
"underscore": "^1.12.1",
"validate": "5.1.0",
"web-animations-js": "2.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.0.5",
"@angular/cli": "12.0.5",
"@angular/compiler-cli": "12.0.5",
"@types/bootstrap": "5.0.9",
"@types/d3": "^6.3.0",
"@types/jasmine": "3.6.7",
"@types/jest": "^26.0.21",
"@types/jquery": "^3.5.5",
"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.1",
"@types/node": "14.14.16",
"@types/underscore": "^1.11.0",
"codelyzer": "^6.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "^7.0.0",
"ts-node": "9.1.1",
"tslint": "~6.1.3",
"typescript": "~4.2.4"
}
}