-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
48
49
50
{
"name": "fe_miemprendimiento",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.10",
"@loadable/component": "^5.15.2",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.12",
"@mui/x-date-pickers": "^5.0.7",
"@reduxjs/toolkit": "^1.9.0",
"axios": "^1.1.3",
"date-fns": "^2.29.3",
"dayjs": "^1.11.6",
"emailjs-com": "^3.2.0",
"framer-motion": "^7.6.5",
"html-to-image": "^1.10.8",
"js-cookie": "^3.0.1",
"less": "^4.1.3",
"nanoid": "^4.0.0",
"notistack": "^2.0.8",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"react-toastify": "^9.1.1",
"redux-thunk": "^2.4.2",
"styled-components": "^5.3.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2",
"vite": "^3.2.0"
}
}