-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.21 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"axios": "^1.7.9",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"deepmerge": "^4.3.1",
"express": "^4.21.2",
"express-ws": "^5.0.2",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.5",
"react-dom": "^17.0.2",
"react-laravel-paginator": "^0.1.6",
"react-loading-skeleton": "^2.2.0",
"react-paginator-responsive": "^1.7.4",
"react-redux": "^7.2.9",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-toastify": "^8.2.0",
"react-topbar-progress-indicator": "^4.1.1",
"reactstrap": "^8.10.1",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"ree-validate": "3.0.2",
"ws": "^8.18.0",
"xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"laravel-vite-plugin": "^1.2.0",
"sass": "^1.83.0",
"vite": "^6.0.11"
}
}