-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.65 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
{
"name": "dlc-broker-demo",
"version": "0.2.1",
"private": true,
"dependencies": {
"@chakra-ui/icon": "^3.0.11",
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.7",
"@emotion/styled": "^11.10.5",
"@fontsource/poppins": "^4.5.10",
"@mui/icons-material": "^5.10.16",
"@reduxjs/toolkit": "^1.9.3",
"@stacks/blockchain-api-client": "^6.2.1",
"@stacks/connect": "^7.0.0",
"@stacks/connect-react": "^20.0.0",
"@stacks/network": "^5.0.0",
"@stacks/transactions": "^5.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.14",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"ethers": "^5.7.2",
"graceful-fs": "^4.2.10",
"https-browserify": "^1.0.0",
"jimp": "^0.22.10",
"js-ipfs-fetch": "^4.2.3",
"micro-stacks": "^1.1.4",
"mime-types": "^2.1.35",
"mobiscroll": "^3.0.0-beta6",
"nft.storage": "^7.1.1",
"node-fetch": "^3.3.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
"redux-deep-persist": "^1.0.7",
"redux-persist": "^6.0.0",
"roboto-fontface": "^0.10.0",
"socket.io": "^4.5.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^6.0.7",
"typeface-roboto": "^1.1.13",
"web-vitals": "^2.1.4",
"web3": "^1.8.1"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "npx prettier . --write"
},
"eslintConfig": {
"env": {
"node": true
},
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}