-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "linkedin-clone",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.5",
"@react-jvectormap/core": "^1.0.4",
"@react-jvectormap/world": "^1.1.2",
"@react-three/drei": "^9.106.0",
"@react-three/fiber": "^8.16.8",
"antd": "^5.2.1",
"firebase": "^9.17.1",
"firebase-tools": "^12.4.0",
"framer-motion": "^11.2.10",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"quill-emoji": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-button": "^0.7.2",
"react-icons": "^4.7.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.8.1",
"react-text-transition": "^3.1.0",
"react-toastify": "^9.1.1",
"react-uuid": "^2.0.0",
"sass": "^1.58.2",
"sort-by": "^0.0.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.0"
}
}