-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
90 lines (90 loc) · 2.36 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
{
"name": "dappflow",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.3",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.0",
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.6.0",
"@mui/x-data-grid": "^5.8.0",
"@perawallet/connect": "^1.0.7",
"@randlabs/myalgo-connect": "^1.4.0",
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-transition-group": "^4.4.5",
"@types/sass-loader": "^8.0.3",
"algosdk": "^1.23.1",
"atob": "^2.1.2",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"copy-to-clipboard": "^3.3.1",
"crypto-browserify": "^3.12.0",
"crypto-es": "^1.2.7",
"dateformat": "^5.0.3",
"dexie": "^3.2.2",
"github-markdown-css": "^5.1.0",
"humanize-duration": "^3.27.3",
"is-utf8": "^0.2.1",
"js-sha512": "^0.8.0",
"lucide-react": "^0.453.0",
"markdown-to-jsx": "^7.1.7",
"material-ui-confirm": "^3.0.7",
"msgpack-lite": "^0.1.26",
"mui-markdown": "^0.5.5",
"multiformats": "^9.7.1",
"octokit": "^2.0.4",
"react": "^18.0.0",
"react-code-blocks": "^0.0.9-0",
"react-dom": "^18.0.0",
"react-hotkeys-hook": "^4.6.1",
"react-json-view": "^1.21.3",
"react-number-format": "^4.9.1",
"react-redux": "^7.2.8",
"react-router-dom": "6",
"react-scripts": "5.0.0",
"react-transition-group": "^4.4.2",
"reset-css": "^5.0.1",
"shade-blend-color": "^1.0.0",
"stream": "^0.0.2",
"swagger-ui-react": "^4.10.3",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "craco start",
"build": "CI=false craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"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"
]
},
"devDependencies": {
"sass": "^1.49.11",
"sass-loader": "^12.6.0"
}
}