-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.62 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
{
"name": "berry-material-react-free",
"version": "3.2.0",
"private": true,
"homepage": "https://dashboard.dimenshteyn.co.il/",
"dependencies": {
"@emotion/cache": "^11.9.3",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.8.6",
"@mui/styles": "^5.8.6",
"@mui/system": "^5.8.6",
"@mui/utils": "^5.8.6",
"@mui/x-data-grid": "^5.17.10",
"@reduxjs/toolkit": "^1.9.1",
"@rpldy/upload-button": "^1.2.0",
"@rpldy/uploady": "^1.2.0",
"@tabler/icons": "^1.72.0",
"@tanstack/react-query": "^4.14.3",
"@tanstack/react-query-devtools": "^4.14.3",
"@tinymce/tinymce-react": "^4.2.0",
"apexcharts": "^3.35.3",
"array-move": "^4.0.0",
"axios": "^1.1.3",
"chance": "^1.1.9",
"date-fns": "^2.29.3",
"formik": "^2.2.9",
"framer-motion": "^6.3.16",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"material-ui-popup-state": "^4.0.1",
"mui-image": "^1.0.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-intersection-observer": "^9.4.0",
"react-intl": "^6.2.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.0.2",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-scripts": "^5.0.1",
"react-search-autocomplete": "^8.0.0",
"react-slick": "^0.29.0",
"react-smooth-dnd": "^0.11.1",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"yup": "^0.32.11"
},
"scripts": {
"eject": "react-scripts eject",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"browserslist": {
"production": [
"defaults",
"not IE 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-react": "^7.18.6",
"@faker-js/faker": "^7.6.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.2.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"https-browserify": "^1.0.0",
"os": "^0.1.2",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"prettier": "^2.7.1",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"sass": "^1.53.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
}
}