forked from Counselllor/Counsellor-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 917 Bytes
/
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
{
"name": "counsellingsystem",
"private": true,
"proxy": "http://localhost:4000",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node vite.config.js"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@iconify/react": "^5.0.1",
"antd": "^5.18.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"firebase": "^10.12.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.23.1",
"react-scroll-to-top": "^3.0.0",
"react-spinners": "^0.14.0",
"typewriter-effect": "^2.21.0",
"uid": "^2.0.2"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"react-toastify": "^10.0.5",
"vite": "^5.3.1"
}
}