-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.2 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
43
44
45
{
"name": "final-project-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"json-server": "json-server --watch data/db.json --port 3500",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hookform/error-message": "^2.0.0",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.11",
"@reduxjs/toolkit": "^1.8.6",
"axios": "^1.1.3",
"bcryptjs": "^2.4.3",
"dotenv": "^16.0.3",
"firebase": "^9.11.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.37.0",
"react-icons": "^4.6.0",
"react-modal": "^3.16.1",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.2",
"react-tiny-popover": "^7.1.0",
"react-toastify": "^9.0.8",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.6",
"swiper": "^8.4.4"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"vite": "^3.1.0"
}
}