-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
111 lines (111 loc) · 3.86 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
{
"name": "totem-explorer",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "node server.js",
"build:development": "cross-env-shell NODE_ENV=development \"npm run generate-sitemap && node build-version.js\" && ng build && gulp purifyCSS",
"build:production": "cross-env-shell NODE_ENV=production \"npm run generate-sitemap && node build-version.js\" && ng build --configuration=production && gulp purifyCSS",
"build:dev": "cross-env-shell NODE_ENV=development \"npm run generate-sitemap && node build-version.js\" && ng build && gulp purifyCSS",
"build:prod": "cross-env-shell NODE_ENV=production \"npm run generate-sitemap && node build-version.js\" && ng build --configuration=production && gulp purifyCSS",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"generate-sitemap": "ts-node -O {\\\"module\\\":\\\"commonjs\\\"} sitemap.ts"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.0",
"@angular/cdk": "^14.1.1",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "^14.0.0",
"@angular/material": "^14.1.1",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@angular/service-worker": "^14.2.9",
"@apollo/client": "^3.0.0",
"@dicebear/collection": "^5.3.4",
"@dicebear/core": "^5.3.4",
"@ethersproject/providers": "^5.7.2",
"@material/slider": "^14.0.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@paperxyz/js-client-sdk": "^0.0.49",
"@snapshot-labs/snapshot.js": "^0.9.2",
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/openlogin-utils": "^6.0.0",
"@types/keccak": "^3.0.1",
"@w11k/ngx-componentdestroyed": "^5.0.2",
"@walletconnect/client": "^1.8.0",
"@walletconnect/sign-client": "^2.10.4",
"@walletconnect/utils": "^2.10.4",
"@web3auth/base": "^7.1.0",
"@web3auth/modal": "^7.1.1",
"@web3auth/openlogin-adapter": "^7.1.1",
"@web3auth/torus-evm-adapter": "^7.1.0",
"ajv-keywords": "^5.1.0",
"angular-gtag": "^1.0.4",
"apollo-angular": "^4.0.0",
"browserify-zlib": "^0.2.0",
"cropperjs": "^1.5.13",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"elliptic": "^6.5.4",
"express": "^4.18.2",
"graphql": "^16",
"gzipper": "^7.1.0",
"http": "^0.0.1-security",
"https": "^1.0.0",
"https-browserify": "^1.0.0",
"moment": "^2.29.4",
"ng-particles": "^3.3.2",
"ngx-image-compress": "^13.1.13",
"ngx-image-cropper": "^6.2.2",
"ngx-mask": "^14.2.4",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "~7.5.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"swiper": "^8.3.2",
"totem-dna-parser": "github:Totem-gdn/totem-dna-parser",
"tslib": "^2.3.0",
"tsparticles": "^2.0.4",
"tsparticles-engine": "^2.3.2",
"url": "^0.11.3",
"web3": "^1.8.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.1",
"@angular/cli": "~14.0.1",
"@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"@types/readable-stream": "^4.0.9",
"assert": "^2.1.0",
"autoprefixer": "^10.4.8",
"buffer": "^6.0.3",
"empty-module": "^0.0.2",
"gulp": "^4.0.2",
"gulp-purifycss": "^0.2.0",
"jasmine-core": "~4.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7",
"ts-node": "^10.9.1",
"typescript": "~4.7.2"
},
"engines": {
"node": "18.13.0"
}
}