-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "slack-clone",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"@reduxjs/toolkit": "^1.8.1",
"add": "^2.0.6",
"react": "^17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^5.0.3",
"react-is": "^18.0.0",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"react-spinners": "^0.11.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.20.6",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/styled-components": "^5.1.25",
"@vitejs/plugin-react": "^1.3.1",
"eslint": "^8.13.0",
"firebase": "^9.6.11",
"typescript": "^4.6.3",
"vite": "^2.9.5"
},
"resolutions": {
"styled-components": "^5"
}
}