This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
106 lines (106 loc) · 2.98 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
106
{
"name": "solid-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "node patch.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"setup:install": "npm install && npm install -g @angular/cli && npm install coveralls nyc --save-dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arquisoft/sole_chat"
},
"browser": {
"crypto": false,
"fetch": false,
"window": false
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.9",
"@angular/common": "^7.2.9",
"@angular/compiler": "^7.2.9",
"@angular/core": "^7.2.10",
"@angular/forms": "^7.2.10",
"@angular/http": "^7.2.9",
"@angular/platform-browser": "^7.2.9",
"@angular/platform-browser-dynamic": "^7.2.9",
"@angular/router": "^7.2.9",
"@babel/core": "^7.2.0",
"@babel/runtime": "^7.2.0",
"@ng-select/ng-select": "^2.5.1",
"@solid/cli": "^0.1.0",
"@types/jest": "^24.0.11",
"ajv": "^6.10.0",
"angular": "^1.7.8",
"babel": "^6.23.0",
"bootstrap": "^4.3.1",
"caniuse-lite": "^1.0.30000957",
"chai": "latest",
"core-js": "^2.5.4",
"crypto-js": "^3.1.9-1",
"cucumber": "latest",
"gulp": "^4.0.0",
"http": "^0.0.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.3.1",
"n3": "^0.4.5",
"ngx-toastr": "^9.0.2",
"node-fetch": "^2.2.0",
"path": "^0.12.7",
"popper.js": "^1.14.7",
"process": "^0.11.10",
"protractor-cucumber-framework": "^6.1.1",
"purecss": "^1.0.0",
"q": "^1.4.1",
"rdflib": "^0.19.0",
"rxjs": "^6.0.0",
"solid-auth-client": "^2.3.0",
"solid-file-client": "^0.4.9",
"stdio": "^0.2.7",
"systemjs": "^3.1.2",
"text-encoding": "^0.6.4",
"uri-js": "^3.0.2",
"webcrypto": "^0.1.1",
"whatwg-url": "^7.0.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.8",
"@angular/cli": "^6.2.9",
"@angular/compiler-cli": "^7.2.9",
"@angular/language-service": "^6.0.3",
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/cucumber": "^4.0.5",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/jquery": "^3.3.29",
"@types/node": "~8.9.4",
"angular-cli-ghpages": "^0.5.3",
"chai-as-promised": "^7.1.1",
"codelyzer": "^4.4.4",
"cucumber": "^5.1.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-coveralls": "^2.1.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"nyc": "^13.3.0",
"protractor": "^5.4.1",
"protractor-cucumber-framework": "^6.1.1",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "~3.1.1"
}
}