-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.52 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.52 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
{
"name": "edf",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.8",
"@mui/material": "^5.15.7",
"@mui/x-charts": "^6.19.8",
"@mui/x-date-pickers": "^6.19.6",
"@reduxjs/toolkit": "^2.2.2",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-avatar-editor": "^13.0.2",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-pro-sidebar": "^1.1.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.0",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"vite": "^5.0.8",
"vite-plugin-compression": "^0.5.1"
},
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "vite.config.js",
"sideEffects": false,
"author": "",
"license": "ISC"
}