-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
128 lines (128 loc) · 3.79 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
{
"name": "sarco-webapp",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"start": "cross-env-shell GENERATE_SOURCEMAP=false REACT_APP_GIT_HASH=$(git rev-parse HEAD) react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "npx eslint src/** --fix --no-error-on-unmatched-pattern",
"prettier": "npx prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@ajna/pagination": "^1.4.19",
"@chainsafe/libp2p-noise": "^12.0.0",
"@chakra-ui/anatomy": "^2.1.0",
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.7.0",
"@chakra-ui/styled-system": "^2.3.5",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@ethersproject/providers": "^5.7.0",
"@fontsource/roboto-mono": "^4.5.8",
"@libp2p/interface-connection": "^5.0.2",
"@libp2p/kad-dht": "^5.0.1",
"@libp2p/mplex": "^7.0.0",
"@libp2p/webrtc-star": "^5.0.3",
"@libp2p/websockets": "^5.0.1",
"@multiformats/multiaddr": "^10.0.3",
"@rainbow-me/rainbowkit": "^0.12.18",
"@react-pdf/renderer": "^3.0.0",
"@sarcophagus-org/sarcophagus-v2-contracts": "^0.17.2",
"@sarcophagus-org/sarcophagus-v2-sdk-client": "^0.2.61",
"@sentry/react": "^7.43.0",
"@sentry/tracing": "^7.43.0",
"@wagmi/chains": "^1.8.0",
"abitype": "^0.2.5",
"arbundles": "^0.7.3",
"arweave": "^1.11.4",
"assert": "^2.0.0",
"authereum": "^0.1.14",
"avsc": "^5.7.7",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"chakra-react-select": "^4.2.5",
"crypto-browserify": "^3.12.0",
"ecies-geth": "^1.6.5",
"ethers": "^5.7.2",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"framer-motion": "^6.4.3",
"graphql": "^16.6.0",
"history": "^5.3.0",
"https-browserify": "^1.0.0",
"it-pipe": "^2.0.4",
"it-pushable": "^3.1.0",
"libp2p": "^0.40.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"numeral": "^2.0.6",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"pretty-bytes": "^6.0.0",
"qrcode": "^1.5.1",
"react": "^18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-router": "^6.4.3",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"sanitize-filename": "^1.6.3",
"shamirs-secret-sharing-ts": "^1.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.9.4",
"url": "^0.11.0",
"wagmi": "^0.12.19",
"web-vitals": "^2.1.4"
},
"resolutions": {
"react-scripts/webpack": "5.70.0"
},
"browserslist": {
"production": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "18.12.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/moment": "^2.13.0",
"@types/node": "^16.11.39",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.0.15",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.0",
"prettier": "^2.7.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"tailwindcss": "^3.1.2"
}
}