-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.66 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
{
"name": "react-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@emurgo/cardano-serialization-lib-browser": "^11.2.1",
"@hookform/resolvers": "^2.9.7",
"@mui/icons-material": "5.15.0",
"@mui/lab": "latest",
"@mui/material": "5.15.0",
"@reduxjs/toolkit": "^1.9.0",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"html-react-parser": "^3.0.4",
"localforage": "^1.10.0",
"material-ui-confirm": "^3.0.7",
"minidenticons": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.0",
"react-hook-form": "^7.34.0",
"react-infinite-scroll-hook": "^4.1.1",
"react-redux": "^7.2.9",
"react-router-dom": "6",
"react-scripts": "5.0.1",
"react-table": "^7.8.0",
"recharts": "^2.10.1",
"redux-persist": "^6.0.0",
"redux-persist-indexeddb-storage": "^1.0.4",
"tailwindcss": "^3.3.3",
"typescript": "^4.7.4",
"usehooks-ts": "^2.9.1",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"build:production": "REACT_APP_ENV=production npm run build",
"react-test": "react-app-rewired test",
"test": "jest --coverage --coverageReporters text --coverageReporters json-summary",
"eject": "react-app-rewired eject",
"prepare": "husky",
"update-readme": "(npm run test || true) && istanbul-badges-readme && git add README.md"
},
"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": {
"@babel/preset-typescript": "^7.24.1",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.2",
"@types/node": "^16.11.45",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-table": "^7.7.12",
"@types/recharts": "^1.8.28",
"husky": "^9.0.11",
"istanbul-badges-readme": "^1.8.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^16.0.0",
"msw": "^2.1.5",
"prettier-plugin-tailwindcss": "^0.5.4",
"react-app-rewired": "^2.2.1",
"ts-jest": "^29.1.0",
"undici": "^5.0.0",
"webpack-cli": "^5.0.1"
}
}