-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.01 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
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "prae",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/pickers": "^3.2.10",
"@react-pdf/renderer": "^2.0.19",
"@sentry/react": "^6.14.1",
"@sentry/tracing": "^6.14.1",
"@szhsin/react-menu": "^1.11.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^16.9.53",
"@types/react-avatar-editor": "^10.3.6",
"@types/react-datepicker": "^3.1.3",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.2",
"@types/react-image-gallery": "^1.0.4",
"@types/react-router-dom": "^5.1.7",
"apexcharts": "^3.28.1",
"axios": "^0.21.1",
"commitizen": "^4.2.4",
"formik": "^2.2.6",
"framer-motion": "^4.1.17",
"jsonwebtoken": "^8.5.1",
"polished": "^4.1.3",
"pretty-checkbox": "^3.0.3",
"pretty-checkbox-react": "^3.1.0",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-apexcharts": "^1.3.9",
"react-avatar-editor": "^12.0.0",
"react-calendar": "^3.3.1",
"react-currency-input": "^1.3.6",
"react-currency-input-field": "^3.6.0",
"react-datepicker": "^4.2.1",
"react-datetime-picker": "^3.0.5",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.1.0",
"react-image-gallery": "^1.2.7",
"react-loading-icons": "^1.0.6",
"react-loading-skeleton": "^2.2.0",
"react-modal": "^3.14.3",
"react-nice-dates": "^3.1.0",
"react-paginate": "^7.1.3",
"react-qr-code": "^2.0.2",
"react-query": "^3.19.2",
"react-responsive": "^9.0.0-beta.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-select": "^4.3.1",
"react-table": "^7.7.0",
"react-toastify": "^8.1.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"styled-media-query": "^2.1.2",
"styled-reset": "^4.3.4",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4",
"yup": "^0.32.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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": {
"@types/jsonwebtoken": "^8.5.0",
"@types/react-calendar": "^3.1.3",
"@types/react-modal": "^3.12.0",
"@types/react-paginate": "^7.1.1",
"@types/react-select": "^4.0.17",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.13.2",
"cz-conventional-changelog": "3.3.0",
"prettier": "2.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}