-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "vite-react-ts",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/joy": "^5.0.0-beta.36",
"@mui/material": "^5.15.19",
"@reduxjs/toolkit": "^2.2.5",
"@vitejs/plugin-react": "^4.3.1",
"dayjs": "^1.11.11",
"firebase": "^10.12.2",
"firebase-admin": "^12.1.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.477.0",
"npm-check-updates": "^16.14.20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-saga": "^1.3.0",
"sass": "1.77.4",
"vite-plugin-favicon2": "^1.1.5"
},
"devDependencies": {
"@types/firebase": "^3.2.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^5.4.5",
"vite": "^5.2.13"
},
"keywords": [],
"description": ""
}