-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.56 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
{
"name": "basereactjs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"proxy": "http://localhost:8080",
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.14.1",
"@mui/x-data-grid": "^6.10.0",
"@reduxjs/toolkit": "^1.9.5",
"antd": "^5.7.1",
"axios": "^1.4.0",
"bootstrap": "^5.2.0",
"formik": "^2.4.2",
"json-server": "^0.17.3",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-bootstrap": "2.4.0",
"react-dom": "^18.2.0",
"react-icons": "4.4.0",
"react-paginate": "^8.2.0",
"react-pro-sidebar": "^0.7.1",
"react-rating-stars-component": "^2.2.0",
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.1",
"react-slick": "^0.29.0",
"react-toastify": "9.1.3",
"recharts": "^2.7.2",
"redux": "^4.2.1",
"router": "^1.3.8",
"sass": "^1.63.6",
"slick-carousel": "^1.8.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"vite": "^4.4.8"
}
}