-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.91 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
{
"name": "push-portal",
"private": true,
"version": "0.0.0",
"homepage": "https://portal.push.org",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"build:pr:preview": "node build.mjs preview && NODE_OPTIONS=--max-old-space-size=8192 vite build",
"deploy": "node build.mjs prod && yarn build && echo 'portal.push.org' > ./build/CNAME && gh-pages -d build -r https://github.com/push-protocol/push-portal-prod-deployment"
},
"dependencies": {
"@babel/runtime": "^7.26.9",
"@emotion/react": "^11.14.0",
"@metamask/eth-sig-util": "^4.0.0",
"@pushprotocol/push-chain": "^0.1.7",
"@pushprotocol/pushchain-ui-kit": "^1.0.6",
"@pushprotocol/restapi": "^1.7.31",
"@pushprotocol/uiweb": "1.7.1",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@reach/combobox": "^0.18.0",
"@reach/tabs": "^0.18.0",
"@table-library/react-table-library": "^4.1.7",
"@tanstack/react-query": "^5.44.0",
"@tanstack/react-query-devtools": "^5.44.0",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"@unstoppabledomains/resolution": "^9.3.3",
"@web3-react/core": "6.1.9",
"axios": "^1.8.1",
"babel-plugin-styled-components": "1.10.7",
"blockies-react-svg": "^0.0.13",
"browserslist": "4.14.6",
"buffer": "6.0.3",
"chalk": "5.0.1",
"crypto-js": "4.0.0",
"envfile": "6.18.0",
"eslint-plugin-react": "^7.37.4",
"eth-crypto": "1.6.0",
"eth-sig-util": "^3.0.1",
"ethers": "^5.7.2",
"firebase": "^10.12.2",
"openpgp": "^5.5.0",
"rc-pagination": "^5.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-helmet": "^6.1.0",
"react-infinite-scroller": "^1.2.6",
"react-router-dom": "^6.9.0",
"react-slider": "^2.0.6",
"siwe": "^3.0.0",
"sonner": "^2.0.1",
"styled-components": "^5.3.8",
"web3": "^1.8.2"
},
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.0",
"vite": "^6.2.0",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-require": "^1.1.14",
"vite-plugin-svgr": "^4.3.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "[email protected]+sha512.c44e283c54e02de9d1da8687025b030078c1b9648d2895a65aab8e64225bfb7becba87e1809fc0b4b6778bbd47a1e2ab6ac647de4c5e383a53a7c17db6c3ff4b"
}