forked from netcosports/bo-technical-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.16 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
{
"name": "bo-template",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "REACT_APP_ENVIRONMENT=develop react-scripts start",
"commit": "./node_modules/.bin/git-cz",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-jira-changelog"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@date-io/dayjs": "^1.3.13",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"aws-sdk": "^2.868.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"dayjs": "^1.10.4",
"evaporate": "^2.1.4",
"final-form": "^4.20.1",
"react": "^18.3.1",
"react-csv-reader": "^3.3.0",
"react-dom": "^18.3.1",
"react-dropzone": "^11.3.1",
"react-final-form": "^6.5.2",
"react-final-form-arrays": "^3.1.3",
"react-helmet": "^6.1.0",
"react-pdf": "^9.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-toastify": "^7.0.3",
"react-virtuoso": "^1.5.14",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^12.0.1",
"@commitlint/format": "^12.0.1",
"@commitlint/prompt": "^19.3.1",
"babel-eslint": "^10.1.0",
"commitizen": "^4.2.4",
"commitlint": "^19.3.0",
"cz-jira-changelog": "^1.0.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "2.2.1",
"sass": "^1.32.8"
}
}