-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
158 lines (158 loc) · 8.07 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "rubic",
"version": "1.0.3",
"scripts": {
"start": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy.conf.js --host local.rubic.exchange --port 4224 --disable-host-check --ssl true --ssl-cert ssl/server.crt --ssl-key ssl/server.key",
"start:local": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy.conf.js --disable-host-check --ssl true --ssl-cert ssl/server.crt --ssl-key ssl/server.key",
"start:dev2": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve --configuration=dev2 --proxy-config proxy.conf.js --host local.rubic.exchange --port 4224 --disable-host-check --ssl true --ssl-cert ssl/server.crt --ssl-key ssl/server.key",
"start:dev3": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve --configuration=dev3 --proxy-config proxy.conf.js --host local.rubic.exchange --port 4224 --disable-host-check --ssl true --ssl-cert ssl/server.crt --ssl-key ssl/server.key",
"start:prod": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve --configuration=production --proxy-config proxy.conf.js --host local.rubic.exchange --port 4224 --disable-host-check --ssl true --ssl-cert ssl/server.crt --ssl-key ssl/server.key",
"start:sdk": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve --configuration=sdk --proxy-config proxy.conf.js --host local.rubic.exchange --port 4224 --disable-host-check --ssl true --ssl-cert ssl/server.crt --ssl-key ssl/server.key",
"start:prod-api": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve --configuration=prod-api --proxy-config proxy.conf.js --host local.rubic.exchange --port 4224 --disable-host-check --ssl true --ssl-cert ssl/server.crt --ssl-key ssl/server.key",
"start-with-no-reload": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy.conf.js --host local.rubic.exchange --port 4224 --disable-host-check --ssl true --ssl-cert ssl/server.crt --ssl-key ssl/server.key --no-live-reload",
"start-with-no-reload:second": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy.conf.js --host local.rubic.exchange --port 2442 --disable-host-check --ssl true --ssl-cert ssl/server.crt --ssl-key ssl/server.key --no-live-reload",
"postinstall": "node scripts/patch-webpack.js",
"prebuild": "node scripts/build-timestamp.js",
"build": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --configuration production",
"build:dev": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build",
"build:dev2": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --configuration dev2",
"build:dev3": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --configuration dev3",
"build:stage": "npm run prebuild && node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --configuration stage",
"build:analyze": "ng build --stats-json && webpack-bundle-analyzer dist/rubic/stats.json",
"test": "ng test",
"test:ci": "ng test --karma-config=src/karma-ci.conf.js --no-progress",
"lint": "ng lint",
"e2e": "ng e2e",
"lint-css": "stylelint '**/*.scss'",
"pre-commit": "npx lint-staged",
"prepare": "husky install",
"unused-css": "ngx-unused-css",
"compodoc": "compodoc -p tsconfig.doc.json -s",
"precompile": "node scripts/build-timestamp.js",
"compile": "npm run precompile && tsc"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.3",
"@angular/cdk": "^16.1.3",
"@angular/common": "^16.1.3",
"@angular/compiler": "^16.1.3",
"@angular/core": "^16.1.3",
"@angular/forms": "^16.1.3",
"@angular/platform-browser": "^16.1.3",
"@angular/platform-browser-dynamic": "^16.1.3",
"@angular/router": "^16.1.3",
"@arbitrum/sdk": "^3.1.3",
"@argent/login": "^0.1.0-beta.4",
"@coinbase/wallet-sdk": "^4.0.3",
"@hakimio/ngx-google-analytics": "^15.0.0",
"@ng-web-apis/common": "^3.0.1",
"@ng-web-apis/mutation-observer": "^3.0.1",
"@ng-web-apis/resize-observer": "^3.0.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@oneid-xyz/inspect": "^1.0.2",
"@safe-global/safe-apps-provider": "^0.18.2",
"@safe-global/safe-apps-sdk": "^9.0.0",
"@sentry/angular-ivy": "^7.112.2",
"@sentry/wizard": "^3.22.1",
"@solana/web3.js": "^1.36.0",
"@taiga-ui/addon-mobile": "^3.46.0",
"@taiga-ui/addon-table": "~3.46.0",
"@taiga-ui/cdk": "~3.46.0",
"@taiga-ui/core": "~3.46.0",
"@taiga-ui/icons": "~3.46.0",
"@taiga-ui/kit": "~3.46.0",
"@taiga-ui/styles": "^3.46.0",
"@tinkoff/ng-event-plugins": "3.1.0",
"@tinkoff/ng-polymorpheus": "4.1.0",
"@walletconnect/ethereum-provider": "^2.13.3",
"@walletconnect/modal": "^2.5.9",
"@web3-name-sdk/core": "^0.1.13",
"bignumber.js": "9.1.0",
"browserify-zlib": "^0.2.0",
"date-and-time": "^0.14.2",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.6.7",
"global": "^4.4.0",
"immutable": "^4.1.0",
"merkletreejs": "^0.2.24",
"near-api-js": "^0.44.2",
"ng-inline-svg-2": "^15.0.1",
"ngx-cookie-service": "^16.0.0",
"querystring-es3": "^0.2.1",
"rubic-sdk": "5.32.6",
"rxjs": "7.8.1",
"ts-cacheable": "^1.0.5",
"viem": "^1.21.1",
"walletlink": "^2.1.0",
"web3": "^1.8.0",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.0",
"@angular-devkit/architect": "^0.1601.3",
"@angular-devkit/build-angular": "^16.1.3",
"@angular-eslint/builder": "^16.0.3",
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular-eslint/eslint-plugin-template": "^16.0.3",
"@angular-eslint/schematics": "^16.0.3",
"@angular-eslint/template-parser": "^16.0.3",
"@angular/cli": "^16.1.3",
"@angular/compiler-cli": "^16.1.3",
"@angular/language-service": "^16.1.3",
"@compodoc/compodoc": "^1.1.15",
"@types/date-and-time": "^0.13.0",
"@types/jasmine": "^3.6.11",
"@types/jasminewd2": "^2.0.9",
"@types/node": "^12.20.13",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"assert": "^2.0.0",
"browserify-fs": "^1.0.0",
"codelyzer": "^6.0.2",
"crypto-browserify": "^3.12.0",
"eslint": "^8.39.0",
"eslint-config-airbnb-typescript": "^16.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-angular-rubic": "file:angular-eslint-rubic",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jasmine": "^4.1.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-rxjs": "^5.0.2",
"eslint-plugin-rxjs-angular": "^2.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unused-imports": "^2.0.0",
"https-browserify": "^1.0.0",
"husky": "^8.0.1",
"jasmine-core": "^5.1.2",
"jasmine-spec-reporter": "~5.0.0",
"jsonlint": "^1.6.3",
"karma": "^6.4.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.2.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"lint-staged": "^10.5.4",
"lodash": "^4.17.21",
"ngx-unused-css": "^3.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.4.1",
"protractor": "~7.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"stylelint": "^13.13.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~5.1.6",
"url": "^0.11.0",
"webpack-bundle-analyzer": "^4.4.2"
}
}