-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.72 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
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "tomoni-app",
"version": "7.0.6",
"private": true,
"homepage": "%PUBLIC_URL%",
"scripts": {
"start": "react-scripts start -o",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src",
"format": "prettier --write \"src/**/*.{js,css,scss,html}\"",
"rtl": "webpack"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 1 edge version",
"IE 11"
]
},
"dependencies": {
"@date-io/date-fns": "2.6.1",
"@formatjs/intl-pluralrules": "1.3.5",
"@fortawesome/fontawesome-free": "5.13.0",
"@hookform/resolvers": "1.3.4",
"@manaflair/redux-batch": "1.0.0",
"@material-ui/core": "4.9.14",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.53",
"@material-ui/styles": "4.9.14",
"@pathofdev/react-tag-input": "1.0.7",
"@reduxjs/toolkit": "^1.5.0",
"@tanem/svg-injector": "8.0.50",
"apexcharts": "^3.25.0",
"axios": "0.21.1",
"bootstrap": "4.5.0",
"clipboard-copy": "3.1.0",
"clsx": "1.1.0",
"cp-cli": "2.0.0",
"css-mediaquery": "0.1.2",
"date-fns": "2.8.1",
"downshift": "3.4.2",
"fg-loadcss": "2.1.0",
"formik": "2.1.4",
"jquery": "^3.6.0",
"json2mq": "0.2.0",
"jss-rtl": "0.3.0",
"lodash": "4.17.20",
"material-ui-popup-state": "1.4.1",
"materialui-daterange-picker": "1.1.92",
"moment": "2.29.1",
"object-path": "0.11.5",
"perfect-scrollbar": "1.5.0",
"prop-types": "15.7.2",
"query-string": "6.13.8",
"rc-tree-select": "2.9.4",
"react": "16.12.0",
"react-barcode": "1.4.0",
"react-bootstrap": "1.0.1",
"react-bootstrap-table-next": "4.0.2",
"react-bootstrap-table2-paginator": "2.1.2",
"react-csv": "^2.0.3",
"react-datepicker": "2.16.0",
"react-dom": "16.12.0",
"react-draggable": "4.4.3",
"react-dropzone": "^11.3.1",
"react-hook-form": "6.15.0",
"react-inlinesvg": "1.2.0",
"react-intl": "3.6.2",
"react-is": "16.13.1",
"react-loading-skeleton": "2.1.1",
"react-number-format": "4.4.4",
"react-perfect-scrollbar": "1.5.8",
"react-portal": "4.2.0",
"react-redux": "7.1.3",
"react-router-dom": "5.1.2",
"react-scripts": "^4.0.3",
"react-select": "3.1.0",
"react-swipeable-views": "0.13.9",
"react-syntax-highlighter": "^15.4.3",
"react-waypoint": "^9.0.3",
"react-window": "1.8.5",
"reactstrap": "8.8.1",
"redux": "4.0.5",
"redux-persist": "6.0.0",
"sha": "3.0.0",
"socicon": "3.0.5",
"socket.io-client": "3.1.1",
"use-file-upload": "1.0.9",
"ws": "7.4.3",
"yup": "0.29.0"
},
"devDependencies": {
"copyfiles": "2.1.1",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.0.0",
"node-sass": "^5.0.0",
"prettier": "1.19.1",
"serve": "11.3.2",
"webpack-cli": "3.3.11",
"webpack-messages": "2.0.4",
"webpack-rtl-plugin": "2.0.0"
}
}