-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
117 lines (117 loc) · 3.56 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
{
"name": "octopus-webapp-new",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.0.13",
"@chakra-ui/react": "^2.4.3",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@metamask/detect-provider": "^2.0.0",
"@near-wallet-selector/core": "^8.9.3",
"@near-wallet-selector/ledger": "^8.9.3",
"@near-wallet-selector/meteor-wallet": "^8.9.3",
"@near-wallet-selector/modal-ui": "^8.9.3",
"@near-wallet-selector/my-near-wallet": "^8.9.3",
"@near-wallet-selector/sender": "^8.9.3",
"@polkadot/api": "9.6.2",
"@polkadot/extension-dapp": "0.44.6",
"@polkadot/react-identicon": "2.9.12",
"@polkadot/util": "^10.1.11",
"@polkadot/util-crypto": "^10.1.11",
"@sentry/react": "^7.13.0",
"@sentry/tracing": "^7.13.0",
"assert": "^2.0.0",
"axios": "^1.1.3",
"borsh": "^0.7.0",
"buffer": "^6.0.3",
"chakra-react-select": "^4.2.2",
"chakra-ui-markdown-renderer": "^4.1.0",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.7",
"decimal.js": "^10.4.3",
"ethers": "^5.7.2",
"formik": "^2.2.9",
"framer-motion": "^7.6.1",
"graphql": "^16.6.0",
"graphql-request": "^4.3.0",
"https-browserify": "^1.0.0",
"jsrsasign": "^10.6.1",
"lodash.groupby": "^4.6.0",
"lodash.has": "^4.5.2",
"lodash.min": "^4.0.1",
"near-api-js": "^2.1.3",
"os-browserify": "^0.3.0",
"posthog-js": "^1.32.2",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.8.1",
"react-icons": "^4.6.0",
"react-jazzicon": "^1.0.4",
"react-markdown": "^8.0.4",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-scripts": "^5.0.1",
"react-spinners": "^0.13.4",
"react-spring": "^9.5.2",
"react-vertical-timeline-component": "^3.5.2",
"recharts": "^2.1.13",
"remark-gfm": "^3.0.1",
"rxjs": "^7.8.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.3",
"swr": "^1.2.1",
"url": "^0.11.0",
"zustand": "^4.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"start:mainnet": "REACT_APP_NETWORK=mainnet react-app-rewired start",
"start:testnet": "REACT_APP_NETWORK=testnet react-app-rewired start",
"start:selfhost": "HOST=testnet.oct.network PORT=8080 ENV=mainnet HTTPS=true KEY=ssl/testnet.oct.key CERT=ssl/testnet.oct.crt react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@types/jest": "^25.0.0",
"@types/jsrsasign": "^10.5.4",
"@types/lodash.groupby": "^4.6.7",
"@types/lodash.has": "^4.5.7",
"@types/lodash.min": "^4.0.7",
"@types/node": "^12.20.55",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-vertical-timeline-component": "^3.3.3",
"@types/styled-components": "^5.1.26",
"@walletconnect/jsonrpc-types": "^1.0.1",
"@walletconnect/types": "^2.0.0-rc.2",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"typescript": "^4.3.5",
"web-vitals": "^3.1.0"
},
"prettier": {
"arrowParens": "always"
}
}