-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 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
51
52
53
{
"name": "fresh-fruity",
"private": false,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@material-ui/core": "^4.12.4",
"@mui/material": "^5.13.3",
"@mui/styled-engine-sc": "^5.12.0",
"@nextui-org/react": "^1.0.0-beta.13",
"@reduxjs/toolkit": "^1.9.5",
"add": "^2.0.6",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"firebase": "^9.22.1",
"formik": "^2.2.9",
"mdb-react-ui-kit": "^6.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-redux": "^8.1.1",
"react-router-dom": "^6.11.2",
"react-shimmer-effects": "^1.0.2",
"react-toastify": "^9.1.3",
"styled-components": "^5.3.11",
"yarn": "^1.22.19",
"yup": "^1.1.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^9.8.8",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.3.2",
"vite": "^4.2.0"
}
}