-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
95 lines (95 loc) · 2.73 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
{
"name": "ml-commons-results-viewer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.2",
"@react-firebase/auth": "^0.2.10",
"@react-native-async-storage/async-storage": "^1.21.0",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/query-async-storage-persister": "^5.12.1",
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query-devtools": "^5.13.3",
"@tanstack/react-query-persist-client": "^5.12.2",
"@tanstack/react-table": "^8.11.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.66",
"@types/ramda": "^0.29.9",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"axios": "^1.6.2",
"date-fns": "^2.30.0",
"firebase": "^10.9.0",
"framer-motion": "^10.16.12",
"nth-check": "^2.1.1",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-date-picker": "^8.4.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-icons": "^4.12.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.20.0",
"react-scripts": "5.0.1",
"react-table": "^7.8.0",
"redux-persist": "^6.0.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"yup": "^1.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"check-types": "tsc --pretty --noEmit",
"check-format": "prettier --check .",
"check-lint": "eslint . --ext ts --ext tsx --ext js",
"format": "prettier --write ."
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"ignorePatterns": [
"build"
]
},
"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/plugin-proposal-private-property-in-object": "^7.21.11",
"prettier": "^3.1.0"
},
"resolutions": {
"react-scripts/@svgr/webpack/@svgr/plugin-svgo/svgo/css-select/nth-check": ">=2.1.1",
"react-scripts/resolve-url-loader/postcss": ">=8.4.31",
"react-scripts/http-proxy/follow-redirects": ">=1.15.6",
"webpack-dev-middleware": ">=5.3.4",
"ws": ">=8.17.1",
"braces": ">=3.0.3",
"@grpc/grpc-js": ">=1.9.15",
"ejs": ">=3.1.10",
"express": ">=4.19.2",
"undici": ">=5.28.4"
}
}