-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 5.21 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 5.21 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "ununifi-web-apps",
"version": "4.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:explorer": "ng serve --project explorer",
"start:portal": "ng serve --project portal",
"start:explorer:https": "ng serve --project explorer --ssl",
"start:portal:https": "ng serve --project portal --ssl",
"start:landing-page": "rm -r dist ; mkdir dist && cp -r projects/landing-page-html dist/landing-page && firebase emulators:start --only hosting:ununifi-alpha-test ",
"start:all": "npm run build:all && firebase emulators:start --only hosting:ununifi-alpha-test",
"start:all:prod": "npm run build:all:prod && firebase emulators:start --only hosting:ununifi-alpha-test",
"build": "ng build",
"build:explorer": "ng build --project explorer",
"build:explorer:prod": "ng build --project explorer --configuration=production",
"build:portal": "ng build --project portal",
"build:portal:prod": "ng build --project portal --configuration=production",
"build:shared": "ng build --project shared",
"build:shared:prod": "ng build --project shared --configuration=production",
"build:all": "rm -r dist ; mkdir dist && cp -r projects/landing-page-html dist/landing-page && npm run build:explorer && npm run build:portal && node bundle",
"build:all:prod": "rm -r dist ; mkdir dist && cp -r projects/landing-page-html dist/landing-page && npm run build:explorer:prod && npm run build:portal:prod && node bundle",
"build:landing-page": "ng build --project landing-page",
"build:landing-page:prod": "ng build --project landing-page --configuration=production",
"build:all:prod:ununifi": "npm run build:all:prod && node copy-config ununifi",
"build:all:prod:stable": "npm run build:all:prod && node copy-config ununifi-stable",
"build:all:prod:ununifi-alpha-test": "npm run build:all:prod && node copy-config ununifi-alpha-test",
"build:all:prod:ununifi-beta-test": "npm run build:all:prod && node copy-config ununifi-beta-test",
"build:all:prod:ununifi-8-private-test": "npm run build:all:prod && node copy-config ununifi-8-private-test",
"build:all:prod:ununifi-test": "npm run build:all:prod && node copy-config ununifi-test",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:explorer": "ng test --project explorer",
"test:portal": "ng test --project portal",
"lint": "ng lint",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "~14.0.4",
"@angular/cdk": "^14.0.4",
"@angular/common": "~14.0.4",
"@angular/compiler": "~14.0.4",
"@angular/core": "~14.0.4",
"@angular/forms": "~14.0.4",
"@angular/material": "^14.0.4",
"@angular/platform-browser": "~14.0.4",
"@angular/platform-browser-dynamic": "~14.0.4",
"@angular/router": "~14.0.4",
"@apollo/client": "^3.0.0",
"@cosmjs/cosmwasm-stargate": "^0.32.0",
"@cosmos-client/core": "0.47.4",
"@metamask/detect-provider": "^1.2.0",
"angular-google-charts": "^2.2.3",
"apollo-angular": "^4.2.0",
"assert": "^2.0.0",
"bip39": "^3.0.4",
"chart.js": "^4.3.0",
"chartjs-adapter-date-fns": "^3.0.0",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.30.0",
"decimal.js": "^10.4.3",
"dexie": "^3.0.3",
"ethers": "^5.6.8",
"graphql": "^16",
"https-browserify": "^1.0.0",
"ngx-dropzone": "^3.1.0",
"ngx-skeleton-loader": "^5.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"querystring": "^0.2.1",
"rxjs": "~6.6.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tslib": "^2.3.0",
"ununifi-client": "^4.0.0-rc8",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/jest": "^12.1.1",
"@angular-devkit/build-angular": "~14.0.4",
"@angular-eslint/builder": "14.0.0",
"@angular-eslint/eslint-plugin": "14.0.0",
"@angular-eslint/eslint-plugin-template": "14.0.0",
"@angular-eslint/schematics": "14.0.0",
"@angular-eslint/template-parser": "14.0.0",
"@angular/cli": "~14.0.4",
"@angular/compiler-cli": "~14.0.4",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@cypress/schematic": "^1.5.0",
"@keplr-wallet/types": "^0.10.3",
"@testing-library/cypress": "^8.0.1",
"@trivago/prettier-plugin-sort-imports": "^2.0.4",
"@types/bip39": "^3.0.0",
"@types/gtag.js": "^0.0.10",
"@types/jasmine": "~3.8.0",
"@types/jest": "^27.0.1",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"autoprefixer": "^10.4.14",
"cypress": "^8.3.1",
"daisyui": "^3.1.1",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.3.0",
"firebase-tools": "^10.5.0",
"fs-extra": "^10.0.1",
"husky": "^7.0.2",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jest-preset-angular": "^12.1.0",
"ng-packagr": "^14.0.2",
"postcss": "^8.4.24",
"prettier": "^2.3.2",
"tailwindcss": "^3.3.2",
"typescript": "~4.6.4"
},
"overrides": {
"apollo-angular": {
"@angular/core": "$@angular/core"
}
}
}