-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.45 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.45 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
46
47
48
49
50
51
52
53
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@vercel/analytics": "^1.0.1",
"axios": "^1.4.0",
"babel-plugin-macros": "^3.1.0",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"emailjs": "^4.0.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dotenv": "^0.1.3",
"react-icons": "^4.9.0",
"react-lazy-load": "^4.0.1",
"react-lazy-load-component": "^1.0.9",
"react-router-dom": "^6.11.2",
"react-toastify": "^9.1.3",
"sort-by": "^1.2.0",
"system-font-css": "^2.0.2",
"tss-react": "^4.8.4",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"react-hook-form": "^7.44.3",
"tailwindcss": "^3.3.2",
"vite": "^4.1.0"
}
}