-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.03 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.03 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
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
{
"name": "aug-com",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"ligone": "ng build --prod --base-href /stable/"
},
"private": true,
"dependencies": {
"@angular/animations": "^9.1.13",
"@angular/cdk": "^9.2.4",
"@angular/common": "^9.1.13",
"@angular/compiler": "^9.1.13",
"@angular/core": "^9.1.13",
"@angular/forms": "^9.1.13",
"@angular/material": "^9.2.4",
"@angular/platform-browser": "^9.1.13",
"@angular/platform-browser-dynamic": "^9.1.13",
"@angular/pwa": "^0.901.15",
"@angular/router": "^9.1.13",
"@angular/service-worker": "^9.1.13",
"@material/snackbar": "^6.0.0",
"@types/jquery": "^3.5.6",
"@types/sql.js": "^1.0.3",
"acorn": "^7.4.1",
"ajv": "^6.12.6",
"angular-gridster2": "^9.3.4",
"angular2-uuid": "^1.1.1",
"blueimp-canvas-to-blob": "^3.28.0",
"boostrap": "^2.0.0",
"bootstrap": "^4.6.0",
"docx": "^7.2.0",
"file-saver": "^2.0.5",
"html-to-image": "^0.1.3",
"html2canvas": "^1.1.4",
"http": "0.0.1-security",
"http-server-spa": "^1.3.0",
"ini": "^1.3.6",
"jquery": "^3.6.0",
"jspdf": "^2.5.1",
"jszip": "^3.7.0",
"ng-connection-service": "^1.0.4",
"ng2-dragula": "^2.1.1",
"ng2-img-max": "^2.2.4",
"ngx-xml2json": "^1.0.2",
"node-forge": "^1.3.0",
"rxjs": "^6.6.7",
"save": "^2.4.0",
"snackbar": "^1.1.0",
"sql-wasm": "^1.1.4",
"tailwindcss": "^1.9.6",
"tslib": "^2.3.0",
"webpack-subresource-integrity": "^1.5.2",
"xlsx": "^0.18.5",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.901.15",
"@angular/cli": "^9.1.15",
"@angular/compiler-cli": "^9.1.13",
"@angular/language-service": "^9.1.13",
"@babel/compat-data": "^7.14.7",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@types/jasmine": "^3.8.2",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^14.17.6",
"babel-loader": "^8.2.2",
"codelyzer": "^5.0.0",
"jasmine-core": "^3.8.0",
"jasmine-spec-reporter": "^5.0.2",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^3.3.1",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "^7.0.0",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "3.8.3"
},
"resolutions": {
"@babel/preset-env": "^7.8.0"
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.10.",
"main": "karma.conf.js",
"repository": {
"type": "git",
"url": "git+https://github.com/InteraactionGroup/AugCom.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InteraactionGroup/AugCom/issues"
},
"homepage": "https://github.com/InteraactionGroup/AugCom#readme"
}