-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 2.2 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
{
"name": "conceal-app",
"displayName": "Conceal App",
"version": "4.0.0",
"description": "Access the entire Conceal Privacy Ecosystem in one simple and intuitive app.",
"homepage": "https://github.com/ConcealNetwork/conceal-app",
"author": {
"name": "Conceal Network",
"email": "ccx@conceal.network"
},
"keywords": [
"ecosystem:angular"
],
"license": "MIT License",
"scripts": {
"ng": "ng",
"start": "ng serve --open --host 0.0.0.0 --disable-host-check",
"watch": "ng build --watch --configuration development",
"build": "ng build --configuration production",
"build:cordova": "ng build --configuration cordova --base-href . --output-path ../conceal-app-cordova/www/",
"build:firebase": "ng build --configuration production && firebase deploy",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
"ci": "npm install --legacy-peer-deps"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.4",
"@angular/cdk": "^18.0.4",
"@angular/common": "^17.3.4",
"@angular/compiler": "^18.0.2",
"@angular/core": "^17.3.6",
"@angular/forms": "^17.3.6",
"@angular/material": "^18.1.1",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.6",
"@angular/router": "^17.3.6",
"@angular/service-worker": "^17.3.9",
"@auth0/angular-jwt": "^5.2.0",
"@awesome-cordova-plugins/clipboard": "^6.7.0",
"@awesome-cordova-plugins/core": "^6.7.0",
"@awesome-cordova-plugins/http": "^6.7.0",
"@fontsource/poppins": "^5.0.14",
"@ngbracket/ngx-layout": "^17.0.1",
"angularx-qrcode": "^17.0.1",
"ethers": "^6.13.1",
"moment": "^2.30.1",
"ngx-pipes": "^3.2.2",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.5",
"@angular/cli": "~18.0.5",
"@angular/compiler-cli": "^18.0.4",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0"
}
}