-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
78 lines (78 loc) · 2.23 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
{
"name": "jean_test_front",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "HOST=localhost react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"eject_ts": "./bin/eject_ts",
"openapi:gen": "yarn -s typegen src/api/schema.yml > src/api/gen/client.d.ts && yarn openapi:convert",
"openapi:convert": "npx @redocly/openapi-cli bundle ./src/api/schema.yml -o ./src/api/gen/schema.json --format json"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-regular-svg-icons": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/react-fontawesome": "0.2.0",
"bootstrap": "5.3.0",
"classnames": "2.3.2",
"lodash": "4.17.21",
"numeral": "2.0.6",
"openapi-client-axios": "7.3.1",
"prop-types": "15.8.1",
"query-string": "8.1.0",
"react": "18.2.0",
"react-bootstrap": "2.8.0",
"react-datepicker": "4.16.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.2",
"react-infinite-scroller": "1.2.6",
"react-router-dom": "6.14.2",
"react-select": "5.7.4",
"react-select-async-paginate": "0.7.3",
"react-table": "7.8.0",
"web-vitals": "2.1.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"resolutions": {
"axios": "0.27.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@redocly/openapi-cli": "1.0.0-beta.95",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "13.5.0",
"@types/jest": "^27.0.1",
"@types/lodash": "4.14.195",
"@types/node": "20.4.2",
"@types/numeral": "2.0.2",
"@types/react": "18.2.15",
"@types/react-datepicker": "4.11.2",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
"@types/react-table": "7.7.14",
"openapi-client-axios-typegen": "7.3.1",
"prettier": "3.0.0",
"react-scripts": "5.0.1",
"typescript": "4.9.5"
}
}