-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.05 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.05 KB
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
{
"name": "api-market",
"version": "1.1.0",
"private": true,
"dependencies": {
"@asyncapi/react-component": "^3.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@mui/styled-engine-sc": "^7.0.2",
"crypto-js": "^4.2.0",
"formik": "^2.4.6",
"i18next": "^25.2.1",
"i18next-http-backend": "^3.0.2",
"js-yaml": "^4.1.1",
"moment": "^2.30.1",
"multiselect-react-dropdown": "^2.0.25",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-data-table-component": "^7.7.0",
"react-dom": "^18.3.1",
"react-google-recaptcha-v3": "^1.10.1",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.5.2",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-paginate": "^8.3.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.5.0",
"react-router-hash-link": "^2.4.3",
"react-select": "^5.10.1",
"react-slick": "^0.30.3",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.15.3",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"remark-gfm": "^4.0.1",
"sass": "^1.86.3",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.17",
"swagger-ui": "^5.31.0",
"swagger-ui-react": "^5.31.0",
"underscore": "^1.13.7",
"yup": "^1.6.1",
"yup-phone": "^1.3.2"
},
"scripts": {
"start": "vite",
"build": "vite build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@svgr/rollup": "^8.1.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"vite": "^6.2.6"
}
}