-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.71 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.71 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
{
"name": "amptzr",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"hmr": "ng serve --hmr",
"build": "bash ./scripts/build.sh",
"serve-build": "npx http-server ./dist/amptzr --cors -c-1 -g -b -o -P http://localhost:8080\\?",
"test": "ng test",
"test:ci": "ng test -- --no-watch --no-progress --browsers=ChromeHeadlessCI",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"source-map-explorer": "source-map-explorer dist/amptzr/**/*.js",
"deploy-staging-ghpages": "ng run amptzr:deploy-staging-ghpages",
"e2e": "ng e2e",
"typechain-gen": "sh scripts/typechain-gen.sh",
"husky-setup": "is-ci || husky install",
"postinstall": "npm run typechain-gen && npm run husky-setup"
},
"private": false,
"dependencies": {
"@angular/animations": "~13.3.11",
"@angular/cdk": "^13.3.9",
"@angular/common": "~13.3.11",
"@angular/compiler": "~13.3.11",
"@angular/core": "~13.3.11",
"@angular/forms": "~13.3.11",
"@angular/material": "^13.3.9",
"@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~13.3.11",
"@angular/pwa": "^13.3.7",
"@angular/router": "~13.3.11",
"@angular/service-worker": "~13.3.11",
"@datorama/akita": "^7.1.1",
"@datorama/akita-ng-entity-service": "^7.0.0",
"@datorama/akita-ng-router-store": "^7.0.0",
"@gnosis.pm/safe-apps-provider": "^0.9.1",
"@gnosis.pm/safe-apps-sdk": "^6.1.0",
"@magic-ext/oauth": "^1.0.0",
"@ngneat/tailwind": "^7.0.3",
"@openzeppelin/contracts": "^4.0.0",
"@ramp-network/ramp-instant-sdk": "^3.0.0",
"@tailwindcss/forms": "^0.4.0",
"@types/quill": "^2.0.9",
"@veriff/incontext-sdk": "^1.3.0",
"@walletconnect/web3-provider": "^1.0.8",
"browserify-zlib": "^0.2.0",
"ethers": "^5.6.2",
"fx-percentage": "^3.0.1",
"ipfs-core-types": "^0.5.2",
"ipfs-http-client": "^55.0.0",
"magic-sdk": "^7.0.0",
"ngx-currency": "^2.5.2",
"ngx-quill": "^16.0.1",
"node-fetch": "^2.6.2",
"quill": "^1.3.7",
"reconnecting-websocket": "^4.4.0",
"rxjs": "7.4",
"tslib": "^2.0.0",
"uuid": "^8.3.2",
"web3": "^1.3.6",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.1.0",
"@angular-devkit/build-angular": "^13.3.7",
"@angular-eslint/builder": "13.3.0",
"@angular-eslint/eslint-plugin": "13.3.0",
"@angular-eslint/eslint-plugin-template": "13.3.0",
"@angular-eslint/schematics": "13.3.0",
"@angular-eslint/template-parser": "13.3.0",
"@angular/cli": "~13.3.7",
"@angular/compiler-cli": "~13.3.11",
"@datorama/akita-ngdevtools": "^7.0.0",
"@typechain/ethers-v5": "^9.0.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^16.11.39",
"@types/tailwindcss": "^3.0.10",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"@vercel/node": "^1.12.1",
"angular-cli-ghpages": "^1.0.0",
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"envsub": "^4.0.7",
"eslint": "^8.2.0",
"hardhat": "^2.8.4",
"https-browserify": "^1.0.0",
"husky": "^6.0.0",
"is-ci": "^3.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.5.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"protractor": "^7.0.0",
"source-map-explorer": "^2.5.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "3.1.2",
"ts-node": "~8.3.0",
"typechain": "^7.0.0",
"typescript": "~4.5.4",
"url": "^0.11.0"
}
}