-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.21 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "social-media-webiste-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"format": "npx prettier . --write",
"preview": "vite preview",
"prepare": "husky"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@reduxjs/toolkit": "^2.2.1",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"emoji-picker-react": "^4.9.2",
"feather-icons-react": "^0.7.0",
"flowbite-react": "^0.9.0",
"formik": "^2.4.5",
"framer-motion": "^11.0.12",
"json-server": "^1.0.0-alpha.23",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-cropper": "^2.3.3",
"react-dom": "^18.2.0",
"react-fancybox": "^0.2.5",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-spinners": "^0.13.8",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"use-react-countries": "^2.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.11.30",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"react-svg-loader": "^3.0.3",
"tailwindcss": "^3.4.1",
"vite": "^5.1.6"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}