-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
160 lines (160 loc) · 6.33 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
159
160
{
"name": "pushdapp",
"version": "0.6.6",
"homepage": "https://app.push.org",
"type": "module",
"scripts": {
"dev": "vite",
"start": "node dev-mode-link-local-sdk.mjs prodsdk cleanup nostart && yarn dev",
"start:sdk:local": "node dev-mode-link-local-sdk.mjs localsdk cleanup start",
"start:sdk:local:forcecleanup": "node dev-mode-link-local-sdk.mjs localsdk forcecleanup start",
"start:sdk:local:nocleanup": "node dev-mode-link-local-sdk.mjs localsdk nocleanup start",
"reset:sdk:prod": "node dev-mode-link-local-sdk.mjs prodsdk forcecleanup nostart",
"build:pr:preview": "node build.mjs preview && NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build": "NODE_OPTIONS=--max-old-space-size=8192 node dev-mode-link-local-sdk.mjs prodsdk cleanup nostart && vite build",
"test": "vite test",
"deploy:alpha": "node build.mjs alpha && yarn build && echo 'alpha.push.org' > ./build/CNAME && gh-pages -d build -r https://github.com/push-protocol/push-dapp-alpha-deployment",
"deploy:w2w": "node build.mjs w2w && yarn build && echo 'w2w.push.org' > ./build/CNAME && gh-pages -d build -r https://github.com/push-protocol/push-dapp-w2w-deployment",
"deploy:dev": "node build.mjs dev && yarn build && echo 'dev.push.org' > ./build/CNAME && gh-pages -d build -r https://github.com/push-protocol/push-dapp-dev-deployment",
"deploy:staging": "node build.mjs staging && yarn build && echo 'staging.push.org' > ./build/CNAME && gh-pages -d build -r https://github.com/push-protocol/push-dapp-staging-deployment",
"deploy:prod": "node build.mjs prod && yarn build && echo 'app.push.org' > ./build/CNAME && gh-pages -d build -r https://github.com/push-protocol/push-dapp-prod-deployment",
"change": "node dev-mode-link-local-sdk.mjs prodsdk cleanup nostart && node build.mjs dev",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.8.1",
"@ethersproject/abi": "^5.6.0",
"@ethersproject/providers": "^5.6.0",
"@fontsource/ibm-plex-mono": "^5.0.12",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "^4.11.3",
"@metamask/eth-sig-util": "^4.0.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.5.0",
"@pushprotocol/restapi": "1.7.29",
"@pushprotocol/socket": "0.5.3",
"@pushprotocol/uiweb": "1.7.3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.1",
"@reach/combobox": "^0.18.0",
"@reach/tabs": "^0.18.0",
"@reduxjs/toolkit": "^1.7.1",
"@table-library/react-table-library": "^4.1.7",
"@tanstack/react-query": "^5.44.0",
"@tanstack/react-query-devtools": "^5.44.0",
"@testing-library/dom": "^9.0.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@uniswap/widgets": "^2.47.3",
"@unstoppabledomains/resolution": "8.5.0",
"@web3-name-sdk/core": "^0.2.0",
"@web3-onboard/coinbase": "^2.4.1",
"@web3-onboard/core": "^2.22.3",
"@web3-onboard/injected-wallets": "2.11.2",
"@web3-onboard/react": "^2.9.2",
"@web3-onboard/walletconnect": "2.6.1",
"@yisheng90/react-loading": "1.2.3",
"assert": "2.0.0",
"babel-plugin-styled-components": "1.10.7",
"blockies": "0.0.2",
"blockies-react-svg": "^0.0.13",
"browserify-zlib": "^0.2.0",
"browserslist": "4.14.6",
"buffer": "6.0.3",
"chalk": "5.0.1",
"compressorjs": "^1.2.1",
"constants-browserify": "1.0.0",
"crypto-browserify": "^3.12.0",
"crypto-js": "4.0.0",
"dompurify": "^3.0.2",
"dotenv": "8.2.0",
"eccrypto": "^1.1.3",
"embla-carousel-react": "^8.1.6",
"emoji-picker-react": "4.9.3",
"envfile": "6.18.0",
"eth-crypto": "1.6.0",
"eth-sig-util": "^3.0.1",
"ethers": "^5.7.2",
"firebase": "^10.12.2",
"formik": "^2.4.6",
"https-browserify": "1.0.0",
"image-size": "0.9.3",
"immer": "^10.0.2",
"ipfs-http-client": "^57.0.3",
"merkletreejs": "^0.3.11",
"moment": "2.30.1",
"openpgp": "^5.5.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"peerjs": "^1.4.7",
"pica": "^9.0.1",
"process": "0.11.10",
"qrcode.react": "^3.1.0",
"rc-pagination": "^4.2.0",
"react": "^18.2.0",
"react-animation": "1.2.2",
"react-datetime-picker": "^3.5.0",
"react-dom": "^18.2.0",
"react-dropdown": "1.9.0",
"react-easy-crop": "^4.1.4",
"react-ga": "2.7.0",
"react-icons": "4.12.0",
"react-image-file-resizer": "^0.4.7",
"react-infinite-scroller": "^1.2.6",
"react-joyride": "^2.4.0",
"react-multi-select-component": "^4.2.3",
"react-player": "^2.16.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.9.0",
"react-slider": "^2.0.6",
"react-spinners": "0.8.3",
"react-switch": "^7.0.0",
"react-toastify": "9.1.3",
"react-toggle-dark-mode": "1.1.1",
"react-twitter-embed": "^4.0.4",
"react-use": "^17.3.2",
"react-waypoint": "^9.0.3",
"secp256k1-v4": "https://github.com/HarshRajat/secp256k1-node",
"simple-peer": "9.11.1",
"sonner": "^1.5.0",
"stream-browserify": "3.0.0",
"styled-components": "^5.3.8",
"url": "0.11.0",
"web3": "^1.8.2",
"xss": "^1.0.14",
"yup": "^1.4.0"
},
"devDependencies": {
"@3id/connect": "0.4.1",
"@ceramicnetwork/ceramic-core": "0.12.4",
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.182",
"@types/openpgp": "^4.4.18",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-infinite-scroller": "^1",
"@types/react-slider": "^1.3.6",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsbi": "3.2.1",
"typescript": "^5.2.2",
"vite": "^5.2.7",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-require": "^1.1.14",
"vite-plugin-svgr": "^4.2.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "[email protected]"
}