-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.24 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
{
"name": "staff-holiday-tracker",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"build:functions": "npm run lint && tsc"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.14",
"@reduxjs/toolkit": "^1.9.5",
"@types/react-redux": "^7.1.25",
"firebase": "^9.18.0",
"firebase-admin": "^11.8.0",
"firebase-functions": "^4.2.1",
"nanoid": "^4.0.2",
"nodemailer": "^6.9.1",
"npm": "^9.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-google-recaptcha": "^2.1.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-toastify": "^9.1.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-google-recaptcha": "^2.1.5",
"@vitejs/plugin-react": "^3.1.0",
"sass": "^1.59.3",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}