-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 973 Bytes
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
{
"name": "frontend-hacktoberfest",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.8",
"@tanstack/react-query": "^4.10.1",
"@tanstack/react-query-devtools": "^4.11.0",
"axios": "^1.0.0",
"md5": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.4.1",
"react-scroll": "^1.8.7",
"react-toastify": "^9.0.8",
"sass": "^1.55.0",
"values.js": "^2.1.1"
},
"devDependencies": {
"@types/md5": "^2.3.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-scroll": "^1.8.4",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}