-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 3.21 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
{
"name": "push-network-keys",
"homepage": "https://push-protocol.github.io/push-wallet/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"predeploy": "npm run build",
"deploy:test": "VITE_DEV_MODE=testing VITE_APP_BACKEND_URL=https://push-auth.push.org VITE_APP_DYNAMIC_ENV_ID=82e8732d-11b8-428d-a553-7087d0c44171 yarn build && gh-pages -d build",
"deploy:prod": "VITE_DEV_MODE=prod VITE_APP_BACKEND_URL=https://auth.push.org VITE_APP_DYNAMIC_ENV_ID=96b13b8c-0708-4ebb-b48d-472308690021 yarn build && echo 'wallet.push.org' > ./build/CNAME && gh-pages -d build -r https://github.com/push-protocol/push-wallet-prod-deployment"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@dynamic-labs/algorand": "^3.3.0",
"@dynamic-labs/bitcoin": "^3.3.0",
"@dynamic-labs/cosmos": "^3.3.0",
"@dynamic-labs/ethereum": "^3.3.0",
"@dynamic-labs/flow": "^3.3.0",
"@dynamic-labs/iconic": "^3.6.1",
"@dynamic-labs/sdk-react-core": "^3.3.0",
"@dynamic-labs/solana": "^3.3.0",
"@dynamic-labs/starknet": "^3.3.0",
"@dynamic-labs/wallet-book": "^3.6.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^6.7.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@noble/hashes": "^1.0.0",
"@pushprotocol/push-chain": "0.1.7",
"@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",
"@scure/bip32": "^1.4.0",
"@scure/bip39": "^1.3.0",
"@table-library/react-table-library": "^4.1.7",
"@tanstack/react-query": "^5.44.0",
"@tanstack/react-query-devtools": "^5.44.0",
"@types/styled-components": "^5.1.34",
"axios": "^1.7.7",
"blockies-react-svg": "^0.0.13",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"rc-pagination": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-infinite-scroller": "^1.2.6",
"react-router-dom": "^6.26.2",
"react-slider": "^2.0.6",
"secrets.js-grempe": "^2.0.0",
"sonner": "^1.5.0",
"styled-components": "^5.3.8",
"usehooks-ts": "^3.1.0",
"viem": "^2.21.21"
},
"devDependencies": {
"@types/hdkey": "^2.0.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-infinite-scroller": "^1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"gh-pages": "^6.1.1",
"happy-dom": "^15.0.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-tsconfig-paths": "^5.1.0",
"vitest": "^2.0.5"
},
"packageManager": "[email protected]"
}