-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.3 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "frontierscabal",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "nodemon -w src/server -x tsx src/server/main.js",
"start": "cross-env NODE_ENV=production tsx src/server/main.js",
"build": "vite build"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^42.0.1",
"@ckeditor/ckeditor5-react": "^8.0.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@google/generative-ai": "^0.15.0",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@mui/styled-engine-sc": "^6.1.1",
"@react-oauth/google": "^0.12.1",
"@react-pdf-viewer/core": "^3.12.0",
"@reduxjs/toolkit": "^1.9.7",
"@sendgrid/mail": "^8.1.4",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cloudinary": "^2.3.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"dompurify": "^3.1.6",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-healthcheck": "^0.1.0",
"express-rate-limit": "^7.3.1",
"express-session": "^1.18.0",
"firebase": "^10.13.2",
"firebase-admin": "^12.5.0",
"formik": "^2.4.6",
"framer-motion": "^11.3.21",
"jsdom": "^24.1.1",
"jsonwebtoken": "^9.0.2",
"ldrs": "^1.0.2",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"moment": "^2.30.1",
"mongoose": "^8.5.0",
"node-cron": "^3.0.3",
"notistack": "^3.0.1",
"pdfkit": "^0.15.0",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-div-100vh": "^0.7.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.0.7",
"react-firebase-hooks": "^5.1.1",
"react-helmet-async": "^2.0.5",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-loading-skeleton": "^3.4.0",
"react-markdown": "^9.0.1",
"react-paystack": "^6.0.0",
"react-pdf": "^9.1.1",
"react-redux": "^8.1.3",
"react-responsive-carousel": "^3.2.23",
"react-rough-notation": "^1.0.5",
"react-router-dom": "^6.25.1",
"react-speech-kit": "^3.0.1",
"react-spring": "^9.7.4",
"react-tooltip": "^5.27.1",
"reading-time-estimator": "^1.11.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"redux-toolkit-persist": "^2.0.0",
"reduxjs-toolkit-persist": "^7.2.1",
"remark-gfm": "^4.0.0",
"scrollreveal": "^4.0.9",
"slugify": "^1.6.6",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.1.11",
"tesseract.js": "^5.1.0",
"tsx": "^4.3.0",
"typescript": "^5.3.2",
"typewriter-effect": "^2.21.0",
"valid-url": "^1.0.9",
"vite": "^5.3.5",
"vite-express": "*",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-svgr": "^4.2.0",
"web-push": "^3.6.7",
"winston": "^3.13.1",
"yt-search": "^2.11.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.9.3",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.2.16",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@types/scrollreveal": "^0.0.11",
"@types/styled-components": "^5.1.34",
"@types/yt-search": "^2.10.3",
"@vitejs/plugin-react": "^4.2.0",
"nodemon": "^3.0.1"
}
}