-
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.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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": "elysiummmmm",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.14",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/x-charts": "^7.0.0",
"axios": "^1.6.7",
"bson": "^6.4.0",
"chart.js": "^4.4.1",
"cors": "^2.8.5",
"emailjs-com": "^3.2.0",
"express": "^4.18.3",
"framer-motion": "^11.0.8",
"jsonwebtoken": "^9.0.2",
"lodash-move": "^1.1.1",
"mongodb": "^6.4.0",
"mongoos": "^0.0.1-security",
"mongoose": "^8.2.1",
"node-cron": "^3.0.3",
"nodemon": "^3.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-date-picker": "^10.6.0",
"react-datepicker": "^6.3.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-lottie": "^1.2.4",
"react-router-dom": "^6.22.3",
"react-time-picker": "^6.6.0",
"reactjs-popup": "^2.0.6",
"styled-components": "^6.1.8",
"validator": "^13.11.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.0"
}
}